Replies: 1 comment 3 replies
-
What version are you running this on? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes we are getting this panic error on the peers:
It happens when there's high concurrency and special read range query is executed.
At the time of writing this discussion, I don't have more details about the query since we would need to change fabric to add logging for this specific issue and it's almost impossible for us to reproduce.
On the other hand, I think that Fabric shouldn't panic when there's an error on a transaction execution, it should log an error, but not kill the entire peer since it can be exploited as a Denial of Service.
Beta Was this translation helpful? Give feedback.
All reactions