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 2021/08/26 08:20:20 UTC

[GitHub] [pulsar] hangc0276 opened a new pull request #11792: Revert PR 11594 to avoid copy data to direct buffer

hangc0276 opened a new pull request #11792:
URL: https://github.com/apache/pulsar/pull/11792


   ### Motivation
   Due to aircompressor 0.19 can't work with heap buffer on JDK1.8, so #11594 use copy data to direct buffer to avoid `NoSuchMethodError` exception. Now aircompressor released 0.20 and #11790 has upgrade the aircompressor version to 0.20 to fix this issue, we can revert #11594 to avoid copy data to direct buffer to improve performance.
   
   ### Modification
   1. revert #11594, but keep the tests.


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] hangc0276 merged pull request #11792: Revert PR 11594 to avoid copy data to direct buffer

Posted by GitBox <gi...@apache.org>.
hangc0276 merged pull request #11792:
URL: https://github.com/apache/pulsar/pull/11792


   


-- 
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-unsubscribe@pulsar.apache.org

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