You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TableDirectoryListing#refresh can be a heavy operation, especially if a frequent roll cycle is chosen. e.g. RollCycles#MINUTELY.
Even though the allocation issue is mitigated under #922, calling it once a minute may cause latency spikes. We should consider registering a WatchService in queue in order to trigger refresh only on start or if queue files were manually moved.
The text was updated successfully, but these errors were encountered:
TableDirectoryListing#refresh
can be a heavy operation, especially if a frequent roll cycle is chosen. e.g.RollCycles#MINUTELY
.Even though the allocation issue is mitigated under #922, calling it once a minute may cause latency spikes. We should consider registering a
WatchService
in queue in order to trigger refresh only on start or if queue files were manually moved.The text was updated successfully, but these errors were encountered: