You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by da...@apache.org on 2018/11/01 19:54:29 UTC

[incubator-druid] branch missing-headers updated (ad1d9f5 -> 2c21baf)

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

davidlim pushed a change to branch missing-headers
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    omit ad1d9f5  docs
    omit 198d585  revert inadvertent doc changes
    omit bd7854a  add missing license headers, in particular to MD files; clean up RAT exclusions
     add d5e9e56  Set new keys for integration-tests. (#6554)
     add 2cdce2e  Add RequestLogEventBuilderFactory (#6477)
     add d2a533c  Add doc for missing balancerComputeThreads configuration (#6561)
     add 579b2b1  add missing license headers, in particular to MD files; clean up RAT exclusions
     add bf9e7bc  revert inadvertent doc changes
     add 2c21baf  docs

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   (ad1d9f5)
            \
             N -- N -- N   refs/heads/missing-headers (2c21baf)

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:
 docs/content/configuration/index.md                |   2 +-
 .../metrics/DruidToTimelineMetricConverter.java    |   1 -
 .../druid/emitter/graphite/GraphiteEmitter.java    |   4 +-
 integration-tests/docker/historical.conf           |   4 +-
 integration-tests/docker/middlemanager.conf        |   4 +-
 .../druid/server/log/DefaultRequestLogEvent.java   | 104 ++++++++++++++++++
 .../log/DefaultRequestLogEventBuilderFactory.java  |  60 +++++++++++
 .../druid/server/log/EmittingRequestLogger.java    | 118 +++------------------
 .../server/log/EmittingRequestLoggerProvider.java  |   6 +-
 .../apache/druid/server/log/RequestLogEvent.java   |  14 +--
 ...der.java => RequestLogEventBuilderFactory.java} |  16 ++-
 11 files changed, 203 insertions(+), 130 deletions(-)
 create mode 100644 server/src/main/java/org/apache/druid/server/log/DefaultRequestLogEvent.java
 create mode 100644 server/src/main/java/org/apache/druid/server/log/DefaultRequestLogEventBuilderFactory.java
 copy processing/src/main/java/org/apache/druid/query/BySegmentResultValue.java => server/src/main/java/org/apache/druid/server/log/RequestLogEvent.java (80%)
 copy server/src/main/java/org/apache/druid/server/log/{RequestLoggerProvider.java => RequestLogEventBuilderFactory.java} (58%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org