This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a change to branch error-io-on-assembly
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.
from 03b3c69 Makes it an error to store during assembly of a call
add 53a006e Fixes incorrect call behavior in Elasticsearch
add 783de24 Throttle-fuzz
No new revisions were added by this update.
Summary of changes:
.../internal/BulkRequestBenchmarks.java | 11 +-
.../ZipkinElasticsearchStorageProperties.java | 2 +-
.../server/internal/throttle/ThrottledCall.java | 30 ++++--
.../throttle/ThrottledStorageComponent.java | 4 +-
.../server/internal/throttle/ThrottledCallTest.kt | 2 +-
.../throttle/ThrottledStorageComponentTest.kt | 2 +-
.../elasticsearch/internal/BulkCallBuilder.java | 113 ++++++++++++---------
.../elasticsearch/internal/client/HttpCall.java | 17 ++--
.../zipkin2/elasticsearch/InternalForTests.java | 9 +-
.../internal/client/HttpCallTest.java | 19 ++++
10 files changed, 128 insertions(+), 81 deletions(-)