-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
crash when a replica remove itself from raft group #1650
Labels
help wanted
Help is requested / needed by the one who filed the issue to fix it.
Comments
yananzhi
added
the
help wanted
Help is requested / needed by the one who filed the issue to fix it.
label
Jul 8, 2015
This issue also mentioned in #768. |
@bdarnell still current? |
I'm pretty sure this is fixed now but I want to take a closer look at the test case @yananzhi posted and add it to |
bdarnell
added a commit
to bdarnell/cockroach
that referenced
this issue
Nov 17, 2015
Adapted from a test by @yananzhi in cockroachdb#1650. Fixes cockroachdb#1650.
sean-
added a commit
that referenced
this issue
Jul 21, 2023
038fc448 Release v5.4.2 95aa87f2 exitPotentialWriteReadDeadlock stops bgReader e0c70201 Skip json format test on CockroachDB 2bf5a614 fix: Do not use infinite timers 1dd69f86 Enable failover efforts when pg_hba.conf disallows non-ssl connections 91cba90e Fix: RowScanner errors are fatal to Rows 74ab538d Release v5.4.1 7c386112 fix concurrency bug in pgtype.defaultMap (#1650) 9a5ead90 Add TxOptions.BeginQuery to allow overriding the default BEGIN query e5db6a04 pgtype array: Fix encoding of vtab \v bc8b1ca3 remove the single backing string optimization 2de94187 hstore: Make binary parsing 2X faster d48d36dc pgtype/hstore: Make text parsing about 6X faster 461b9fa3 Release v5.4.0 90f9aad6 add singleton pgtype.Map for default type mappings 5d4f9018 failed to write startup message error should be normalized 482e56a7 Fix race condition when CopyFrom is cancelled. 3ea2f57d Deprecate CheckConn in favor of Ping 26c79eb2 Handle writes that could deadlock with reads from the server 85136a8e Restore pgx v4 style CopyFrom implementation 4410fc0a Remove nbconn 608f39f4 Ensure pgxpool.Pool.QueryRow.Scan releases connection on panic 4b9aa7c4 chore: update version of golang.org/x/crypto library from v0.6.0 to v0.9.0 0292edec pgx.Conn: Fix memory leak: Delete items from preparedStatements 7f2bb959 add BeforeClose to pgxpool.Pool f72a147d skip cockroachdb 89475c4c use `atomic.Int32` instead of `int + atomic calls` b2b4fbcf Set socket to non-blocking mode in `Read`, `Flush` and `BufferReadUntilBlock` operations 3db7d177 Set socket to non-blocking mode before `doneChan` is allocated to avoid that channel leaked in case when `SetBlockingMode` will return error 0dbb0a52 Fix `realNonblockingRead`, set `realNonblockingRead` call error to `nonblockReadErr` Release note: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A raft leader remove itself from raft group, after the peer was removed from raft, multiNode can still propose command to the raft.
The text was updated successfully, but these errors were encountered: