You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/10/20 17:04:11 UTC

[GitHub] [pulsar] bschofield commented on issue #8311: Memory leak in ~C~ golang client, inside function handle_producer_send()

bschofield commented on issue #8311:
URL: https://github.com/apache/pulsar/issues/8311#issuecomment-713006747


   After discussion with @merlimat, it seems that the behavior of the C interface code is intended, and it has to be that way due to legacy client constraints. It is intended that clients using the C interface call *pulsar_message_id_free()* after a callback with a result of `pulsar_result_Ok`.
   
   Currently, the cgo interface appears to fail to make that call. Hence, the bug is in the pulsar cgo interface code.


----------------------------------------------------------------
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:
users@infra.apache.org