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/06/03 03:10:20 UTC

[incubator-zipkin-brave] branch fix-theory updated (bc23aae -> 46eb6e5)

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

adriancole pushed a change to branch fix-theory
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git.


 discard bc23aae  RateLimitingSampler parallel theory didn't run by default
     add ed77ea0  Refines secondary sampling feature test to be realistic (#916)
     add 0f7292b  chore: update reporter maven dep
     add 29f90e6  Updates versions, notably zipkin, and addresses drift
     add 3894166  find/replace glitch
     add e206d03  Updates dependencies, notable ones from Apache Zipkin (incubating) (#918)
     add 46eb6e5  RateLimitingSampler parallel theory didn't run by default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bc23aae)
            \
             N -- N -- N   refs/heads/fix-theory (46eb6e5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 brave-bom/pom.xml                                  |  12 +-
 brave/README.md                                    |  12 +-
 brave/pom.xml                                      |   9 +-
 .../internal/PredefinedPropagationFields.java      |   2 +-
 .../java/brave/internal/recorder/PendingSpans.java |   6 +-
 .../main/java/brave/propagation/B3Propagation.java |   2 +-
 .../java/brave/propagation/B3SingleFormat.java     |   2 +-
 .../main/java/brave/propagation/Propagation.java   |   2 +-
 .../propagation/TraceContextOrSamplingFlags.java   |   4 +-
 .../advanced/CustomScopedClockTracingTest.java     |   2 +-
 .../java/brave/features/async/OneWaySpanTest.java  |  28 ++--
 .../finagle_context/FinagleContextInteropTest.java |   4 +-
 .../java/brave/features/opentracing/BraveSpan.java |   9 ++
 .../features/opentracing/BraveSpanBuilder.java     |  59 ++++----
 .../features/opentracing/BraveSpanContext.java     |  36 ++++-
 .../brave/features/opentracing/BraveTracer.java    |  91 +++++++-----
 .../opentracing/OpenTracingAdapterTest.java        |  16 +-
 .../features/propagation/SecondarySampling.java    | 145 +++++++++++-------
 .../propagation/SecondarySamplingTest.java         | 163 +++++++++++++--------
 context/rxjava2/pom.xml                            |   4 +-
 instrumentation/benchmarks/pom.xml                 |   2 +-
 instrumentation/dubbo-rpc/pom.xml                  |   2 +
 instrumentation/grpc/pom.xml                       |   7 +-
 .../brave/grpc/TagContextBinaryMarshaller.java     |   6 +-
 .../src/test/java/brave/grpc/ITCensusInterop.java  |  11 +-
 .../src/main/java/brave/test/http/ITHttp.java      |   3 +-
 .../java/brave/test/http/ServletContainer.java     |   2 +-
 .../ITTracingCachingHttpClientBuilder.java         |   2 +-
 instrumentation/jaxrs2/pom.xml                     |   2 +-
 instrumentation/jersey-server/pom.xml              |   2 +-
 instrumentation/jms/README.md                      |   2 +-
 instrumentation/jms/pom.xml                        |   2 +-
 instrumentation/kafka-clients/README.md            |   2 +-
 instrumentation/kafka-streams/README.md            |   2 +-
 .../brave/mysql6/TracingStatementInterceptor.java  |   3 +
 instrumentation/mysql8/pom.xml                     |   5 +-
 instrumentation/p6spy/pom.xml                      |   4 +-
 instrumentation/vertx-web/pom.xml                  |   2 +-
 pom.xml                                            |  50 ++++---
 spring-beans/pom.xml                               |   2 +-
 travis/publish.sh                                  | 135 -----------------
 41 files changed, 423 insertions(+), 433 deletions(-)
 delete mode 100755 travis/publish.sh