You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/09 05:34:16 UTC

[incubator-zipkin] branch use-okio-buffer updated (962cd66 -> 2f9a264)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a change to branch use-okio-buffer
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.


    from 962cd66  Simplifies and allows access to body for later hashing
     add 2f9a264  Implements span document deduplication

No new revisions were added by this update.

Summary of changes:
 .../elasticsearch/ElasticsearchSpanConsumer.java   |  8 ++---
 ...exSupport.java => BulkIndexDocumentWriter.java} | 41 +++++++++++++---------
 .../elasticsearch/internal/HttpBulkIndexer.java    | 11 +++---
 .../zipkin2/elasticsearch/InternalForTests.java    | 10 +++---
 .../integration/ITElasticsearchStorageV6.java      |  3 --
 .../integration/ITElasticsearchStorageV7.java      |  5 ---
 ...tTest.java => BulkIndexDocumentWriterTest.java} | 30 ++++++++--------
 7 files changed, 56 insertions(+), 52 deletions(-)
 rename zipkin-storage/elasticsearch/src/main/java/zipkin2/elasticsearch/internal/{BulkIndexSupport.java => BulkIndexDocumentWriter.java} (84%)
 rename zipkin-storage/elasticsearch/src/test/java/zipkin2/elasticsearch/internal/{BulkIndexSupportTest.java => BulkIndexDocumentWriterTest.java} (76%)