Replies: 1 comment 1 reply
-
It probably means you ran out of disk space there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are using Faster with persistent storage in Openshift as an outbox component for Kafka message sending in a high load application and sometimes some pods randomly starts throwing these exceptions:
FASTER.core.CommitFailureException: Commit of address range [2170087932-2170089232] failed with error code 4294967295 at FASTER.core.FasterLogScanIterator.SlowWaitAsync(FasterLogScanIterator this, CancellationToken token) at FASTER.core.FasterLogScanIterator.GetAsyncEnumerable(MemoryPool
1 pool, CancellationToken token)+MoveNext() at FASTER.core.FasterLogScanIterator.GetAsyncEnumerable(MemoryPool1 pool, CancellationToken token)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() ....
What does "error code 4294967295" mean? What could be a problem?
Beta Was this translation helpful? Give feedback.
All reactions