<div dir="ltr">Hello,<div><br></div><div>I am currently using gluster replication to share a common filesystem across multiple nodes. Part of my application is a directory watcher that will end up doing a stat on a glob of file patterns. What I am seeing is that gluster will start using roughly 300kBps per watched pattern. Will gluster ever back off, or continue to try and force consistency even though there are no files?</div>
<div><br></div><div>Here&#39;s a small bit of bash that will repro this:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre">for i in {1..1000}; do stat /path/to/files/that/do/not/*.exist; sleep 2; done</span><br>
</div><div><span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre"><br></span></div><div>
<span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre">Thanks!</span></div>
<div><span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Consolas,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,Courier,monospace;font-size:14px;line-height:15.399999618530273px;white-space:pre">-Max Murphy</span></div>
</div>