-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to write to logstream during stepdown is logged as error #12780
Labels
area/resilience
component/gateway
kind/bug
Categorizes an issue or PR as a bug
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
severity/low
Marks a bug as having little to no noticeable impact for the user
version:8.2.6
Marks an issue as being completely or in parts released in 8.2.6
version:8.3.0-alpha2
Marks an issue as being completely or in parts released in 8.3.0-alpha2
version:8.3.0
Marks an issue as being completely or in parts released in 8.3.0
Comments
ZDP-Triage:
|
ZDP-Planning:
|
14 tasks
ghost
pushed a commit
that referenced
this issue
Jun 1, 2023
I feel this is not 100% resolved. We see a lot of errors messages also in the gateway, which is also in this case a lot of noise. Example of a current medic benchmark
|
@Zelldon That is an old benchmark before the bug fix. |
Ups thanks @deepthidevaki you're right 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/resilience
component/gateway
kind/bug
Categorizes an issue or PR as a bug
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
severity/low
Marks a bug as having little to no noticeable impact for the user
version:8.2.6
Marks an issue as being completely or in parts released in 8.2.6
version:8.3.0-alpha2
Marks an issue as being completely or in parts released in 8.3.0-alpha2
version:8.3.0
Marks an issue as being completely or in parts released in 8.3.0
Describe the bug
The error is from CommandAPIHandler when it tries to write a user request to the leader's logstream. This happened while the leader is transition to follower, and the logstream has already closed. Before this error we see that Sequencer rejects the record because it is closed.
This is a new error message introduced in #12676. Previously this error was ignored. So we never got the error message.
logs
Expected behavior
The text was updated successfully, but these errors were encountered: