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
May be we can use isRemoteStoreInSync as a trigger for refresh . The only catch is then we would need a higher bound on refresh interval , say 60 sec .
[Preferred] Trigger refresh again when the upload fails . This would fare better for replication lag and wouldn't force an upper bound on refresh interval .
Is your feature request related to a problem? Please describe
RemoteStoreRefresh Listener is too complex in two aspects :
if
conditions, which are hard to understand/debug.Describe the solution you'd like
isRemoteStoreInSync
as a trigger for refresh . The only catch is then we would need a higher bound on refresh interval , say 60 sec .Explore more possible solutions .
Related component
Storage:Remote
Describe alternatives you've considered
None
Additional context
Refer #11720 for
IndexShard#isRemoteStoreInSync
The text was updated successfully, but these errors were encountered: