-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
apache/rocketmq
#6418Labels
bugSomething isn't workingSomething isn't working
Description
The following phenomena were found in our test environment
Three nodes, one node down, unable to select a leader. We found one of the DLedger nodes cannot process any rpc requests (it is candidate role), and all NettyServerPublicExecutor threads are stuck in the handlePush method
The number of queued tasks is increasing, but the number of completed tasks has not changed
The thread stuck in here, because the blocking queue is already full.
However, since it is a candidate, it will no longer peek data from the blocking queue
HScarb
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working