devinbost commented on issue #6054:
URL: https://github.com/apache/pulsar/issues/6054#issuecomment-840227041
In the broker logs, for every (or almost every) case that we're seeing the
broker receive the SEND command, it's creating a SEND_RECEIPT:
```
$ cat messages_broker10.log | grep 'Received cmd SEND' | wc -l
20806
$ cat messages_broker10.log | grep
'PulsarCommandSenderImpl.sendSendReceiptResponse' | wc -l
20806
$ cat messages_broker8.log | grep 'Received cmd SEND' | wc -l
44654
$ cat messages_broker8.log | grep
'PulsarCommandSenderImpl.sendSendReceiptResponse' | wc -l
44651
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]