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
If a broker uploaded a segment to the remote, but didn't delete it locally and was restarted, it will not delete the local segment after restart until the next segment is uploaded. Most likely, because this remains -1 until the next segment upload (in this log).
Possible fix: update highestOffsetWithRemoteIndex on start for the leader.
The text was updated successfully, but these errors were encountered:
If a broker uploaded a segment to the remote, but didn't delete it locally and was restarted, it will not delete the local segment after restart until the next segment is uploaded. Most likely, because this remains -1 until the next segment upload (in this log).
Possible fix: update
highestOffsetWithRemoteIndex
on start for the leader.The text was updated successfully, but these errors were encountered: