This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch create-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
omit 76d491b Address PR comments omit cdb30e9 Separate Helix cluster creation logic omit 6ae177d Create leadControllerResource in Helix cluster add f026f45 Fix the potentail negative sleep time in HelixServerStarter (#4277) add 9129c06 Extend Detection Config Validator to validate composite(entity) alerts (#4271) add 0dfa0e8 Add support for passing headers in pinot client (#4243) add 752196c update currentAnomalies to read new selectedRule object (#4282) add 9ccf5ce Create leadControllerResource in Helix cluster add 01a0dee Separate Helix cluster creation logic add 25a482a Address PR comments 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 (76d491b) \ N -- N -- N refs/heads/create-lead-controller-resource (25a482a) 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: .../org/apache/pinot/client/ConnectionFactory.java | 19 +- .../client/JsonAsyncHttpPinotClientTransport.java | 17 +- .../JsonAsyncHttpPinotClientTransportFactory.java | 7 + .../pinot/client/PinotClientTransportFactory.java | 14 ++ .../apache/pinot/client/ConnectionFactoryTest.java | 17 ++ .../apache/pinot/controller/ControllerStarter.java | 3 +- .../helix/core/PinotHelixResourceManager.java | 49 ++--- .../helix/core/util/HelixSetupUtils.java | 4 +- .../server/starter/helix/HelixServerStarter.java | 30 +-- .../app/pods/components/alert-details/component.js | 4 +- .../validators/DetectionConfigValidator.java | 152 +++++++++++---- .../validators/DetectionConfigValidatorTest.java | 211 +++++++++++++++++++++ .../validators/entity-pipeline-config-1.yaml | 44 +++++ .../validators/entity-pipeline-config-2.yaml | 68 +++++++ 14 files changed, 551 insertions(+), 88 deletions(-) create mode 100644 thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/detection/validators/DetectionConfigValidatorTest.java create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/org/apache/pinot/thirdeye/detection/validators/entity-pipeline-config-1.yaml create mode 100644 thirdeye/thirdeye-pinot/src/test/resources/org/apache/pinot/thirdeye/detection/validators/entity-pipeline-config-2.yaml --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org