You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/12 16:13:48 UTC

[GitHub] [kafka] ijuma opened a new pull request #10120: MINOR: Update zstd and use classes with no finalizers

ijuma opened a new pull request #10120:
URL: https://github.com/apache/kafka/pull/10120


   The updated version includes a few optimizations that benefit us:
   * Classes with no finalizers (opt-in) that have better GC behavior
   * `InputStream.skip()` implementation that uses cached buffers
   * Minor buffer recycler optimizations (used for OutputStream only)
   
   Full diff:
   https://github.com/luben/zstd-jni/compare/v1.4.8-2...v1.4.8-4
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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



[GitHub] [kafka] ijuma merged pull request #10120: MINOR: Update zstd and use classes with no finalizers

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #10120:
URL: https://github.com/apache/kafka/pull/10120


   


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



[GitHub] [kafka] ijuma commented on pull request #10120: MINOR: Update zstd and use classes with no finalizers

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #10120:
URL: https://github.com/apache/kafka/pull/10120#issuecomment-778799778


   Merged to trunk and 2.8.


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