You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/09 03:11:03 UTC

[GitHub] [incubator-zipkin] adriancole opened a new pull request #2573: Uses okio/moshi natively in Elasticsearch everywhere

adriancole opened a new pull request #2573: Uses okio/moshi natively in Elasticsearch everywhere
URL: https://github.com/apache/incubator-zipkin/pull/2573
 
 
   Before, we used a combination of our buffer and Okio's Buffer, and a
   combination of our json encoder and Moshi's. This changes all the code
   in Elasticsearch to use Okio buffers which reduces the amount of array
   allocations and allows us to do cheap content hashes in the future.
   
   The content hashes will be used to obviate duplicate document indexing,
   for example, when reporters backoff and retry with the same span. This
   will help simplify analysis.

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


With regards,
Apache Git Services