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
Describe the bug
When remote store is enabled for an index, on fail-over, expected behavior is, new primary will start uploading new segments (which are not already uploaded by old primary) to the remote segment store. Currently, all the segments from new primary are getting uploaded.
This happens when RemoteSegmentStoreDirectory is having stale state of uploaded segments.
Solution: Call RemoteSegmentStoreDirectory.init() on failover.
The text was updated successfully, but these errors were encountered:
Describe the bug
When remote store is enabled for an index, on fail-over, expected behavior is, new primary will start uploading new segments (which are not already uploaded by old primary) to the remote segment store. Currently, all the segments from new primary are getting uploaded.
This happens when
RemoteSegmentStoreDirectory
is having stale state of uploaded segments.Solution: Call
RemoteSegmentStoreDirectory.init()
on failover.The text was updated successfully, but these errors were encountered: