semistone commented on issue #22601:
URL: https://github.com/apache/pulsar/issues/22601#issuecomment-2124039443

   Thanks for helping check this issue , 
     I don't have any progress today :(
   I could see there is another io thread is using that unwrap bytebuf
   
   but at least it could reproduce in your side...
   
   and I repeat double check that 
   ```
   op.data = data.asReadOnly();
   op.data = data.duplicate();
   ```
   
   this two behavior.
   I rollback most of my debug code and only change that one.
   I still see some error when replace by data.duplicate();
   but op.data = data.asReadOnly(); 
   seem quite stable to me in both client and server side.
   and I could at least reach 6000 QPS without WARN/ERROR message 
    before was 1000 QPS to see that error.
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to