halzy opened a new issue, #2518:
URL: https://github.com/apache/iggy/issues/2518
I upgraded from the 5.x branch and occasionally get this error when running
a gauntlet of tests:
```
thread 'shard-8' (11507661) panicked at
core/server/src/shard/handlers.rs:429:13:
assertion `left == right` failed
left: 2
right: 0
```
Version:
server 0.6.1-edge.1
built from git hash fec904d
I also saw the same error in the 0.6.0 release.
At the moment I do not have a minimal reproduction case, but from an
educated guess it is due multiple processes trying to create the same stream at
the same time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]