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
tailer.direction(BACKWARDS).toEnd() also seems to use approximate excerpts count and thus may position on second-to-last entry. This will often be used to read the latest entry to determine where to resume writing data, but seems to be unsafe to use.
For some reason, it always seem to happen when cycle roll-over happened while the queue producer was offline.
ChronicleEnterprise/Chronicle-Queue-Enterprise#333 is affected by this issue as well.
The text was updated successfully, but these errors were encountered:
Related to #1269
tailer.direction(BACKWARDS).toEnd() also seems to use approximate excerpts count and thus may position on second-to-last entry. This will often be used to read the latest entry to determine where to resume writing data, but seems to be unsafe to use.
For some reason, it always seem to happen when cycle roll-over happened while the queue producer was offline.
ChronicleEnterprise/Chronicle-Queue-Enterprise#333 is affected by this issue as well.
The text was updated successfully, but these errors were encountered: