You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/06 23:44:09 UTC

[incubator-druid] branch master updated (9fa3407 -> 14a8613)

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

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


    from 9fa3407  Suppress index-out-of-bounds warning from LGTM about loop unrolling (#8380)
     add 14a8613  Exit JVM on curator unhandled errors (#8458)

No new revisions were added by this update.

Summary of changes:
 .../druid/testing/junit/LoggerCaptureRule.java     | 106 ++++++++++++++++++++
 docs/configuration/index.md                        |   2 +-
 pom.xml                                            |   6 ++
 server/pom.xml                                     |   5 +
 .../BoundedExponentialBackoffRetryWithQuit.java    |  63 ------------
 .../org/apache/druid/curator/CuratorConfig.java    |  43 ++++----
 .../org/apache/druid/curator/CuratorModule.java    |  82 ++++-----------
 ...BoundedExponentialBackoffRetryWithQuitTest.java | 111 ---------------------
 .../apache/druid/curator/CuratorModuleTest.java    | 104 +++++++++++++++----
 9 files changed, 242 insertions(+), 280 deletions(-)
 create mode 100644 core/src/test/java/org/apache/druid/testing/junit/LoggerCaptureRule.java
 delete mode 100644 server/src/main/java/org/apache/druid/curator/BoundedExponentialBackoffRetryWithQuit.java
 delete mode 100644 server/src/test/java/org/apache/druid/curator/BoundedExponentialBackoffRetryWithQuitTest.java


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