DotNext.Net.Cluster: System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'length') #243
Closed
LarsWithCA
started this conversation in
General
Replies: 1 comment 1 reply
-
Converted to issue #244. |
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
-
Hi @sakno,
Once in a while we get a series of this exception during startup (possibly after restart/power-cycle) hindering the cluster from getting fully up and running:
Our setup:
Here are the values of various arguments/variables/fields inside
PersistentState.Table.WriteThroughAsync
when the exception happens:Are there any other values I should try and capture that might help you investigate/solve this?
In the previous version we were running (5.5.0), apart from this exception we also saw "System.ArgumentOutOfRangeException: Specified file length was too large for the file system." in the same area of the code - we might not be seeing that in the newest version.
Beta Was this translation helpful? Give feedback.
All reactions