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
A tailer would read queue if first roll cycle is present but will refuse to read queue if first roll cycle is absent even though some other roll cycles are present. Table Store Read Only directory listing is being used, and it seems that refreshing segments list is a modifying operation which will not be permitted.
It can be worked around by calling createAppender() with readOnly = false.
The text was updated successfully, but these errors were encountered:
A tailer would read queue if first roll cycle is present but will refuse to read queue if first roll cycle is absent even though some other roll cycles are present. Table Store Read Only directory listing is being used, and it seems that refreshing segments list is a modifying operation which will not be permitted.
It can be worked around by calling
createAppender()
withreadOnly = false
.The text was updated successfully, but these errors were encountered: