Details
Description
After discussed with my friend markTC,we find a bug.
One StopReplicaRequest will caused two Responses.
At core/src/main/scala/kafka/server/KafkaApi.class 175 and 176 lines.
When an exception caused at 'replicaManager.replicaFetcherManager.shutdownIdleFetcherThreads()',
will also return two responses.
one is at 175 lines 'requestChannel.sendResponse(new RequestChannel.Response(request, new ResponseSend(request.connectionId, responseHeader, response)))' and another at 111 lines 'requestChannel.sendResponse(new Response(request, new ResponseSend(request.connectionId, respHeader, response)))'.
Attachments
Attachments
Issue Links
- links to