This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch add-logic-for-lead-controller-resource
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 82ef7fe Address PR comments
omit 84ec523 Address PR comments
omit 4de7b2a Rebase master
omit 1390d8e Check resource config is enabled from server
omit 51b2aac Create a customized MasterSlaveStateModelFactory instead of
inherating one from Helix
omit fc189aa Address PR comments
omit fa57488 Put HelixManager to constructor
omit 50a91cd Address PR comments
omit e136f2d Use resource config to check whether resource is enabled
omit 8a2e730 Address PR comments
omit 96d1788 Move murmur2 functions to an util class in pinot-common
omit 4272946 Move murmur2 functions to an util class in pinot-common
omit c9136c2 Address PR comments; Remove API design out of this PR
omit 8b33f94 Address PR comments
omit ef3b814 Add logic for lead controller resource on controller side
omit c725316 Add logic for leveraging lead controller resource
add 38fbae9 Fixed the url for report (#4513)
add d340627 Simplify ControllerRequestURLBuilder, remove invalid URLs
(#4512)
add c920824 [TE] fix for availability report (#4515)
add 3236e40 Adding config to use let controller/broker/server to set
hostname (#4517)
add ca2444f Make MAX_PLAN_THREADS >= 1 (#4518)
add 115cab9 The external view check in rebalancer should also check for
no extra servers (#4498)
add 1d7b4a5 [Instance Assignment] Enhance Instance class to include the
pool config (#4522)
add d827c0a Add logic for leveraging lead controller resource
add 60648a4 Add logic for lead controller resource on controller side
add 35cb002 Address PR comments
add f33a5eb Address PR comments; Remove API design out of this PR
add 50987e3 Move murmur2 functions to an util class in pinot-common
add 670c707 Move murmur2 functions to an util class in pinot-common
add b80440a Address PR comments
add b026fd9 Use resource config to check whether resource is enabled
add 1b90082 Address PR comments
add ed346f1 Put HelixManager to constructor
add 5ced3ff Address PR comments
add 17e8466 Create a customized MasterSlaveStateModelFactory instead of
inherating one from Helix
add e650581 Check resource config is enabled from server
add 3a22376 Rebase master
add 001c98d Address PR comments
add fe384e1 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 (82ef7fe)
\
N -- N -- N refs/heads/add-logic-for-lead-controller-resource
(fe384e1)
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/multitenancy.rst | 358 ---------------------
.../broker/broker/helix/HelixBrokerStarter.java | 5 +-
.../org/apache/pinot/common/config/Instance.java | 145 +++++++++
.../apache/pinot/common/utils/CommonConstants.java | 30 +-
.../apache/pinot/controller/ControllerStarter.java | 16 +
.../pinot/controller/api/pojos/Instance.java | 137 --------
.../resources/PinotInstanceRestletResource.java | 8 +-
.../helix/ControllerRequestURLBuilder.java | 147 +++------
.../helix/core/PinotHelixResourceManager.java | 72 ++---
.../controller/helix/core/TableRebalancer.java | 40 ++-
.../instance/InstanceTagPoolSelector.java | 2 +-
.../core/minion/PinotHelixTaskResourceManager.java | 4 +-
.../helix/core/util/HelixSetupUtils.java | 2 +-
.../api/PinotInstanceRestletResourceTest.java | 136 ++++----
.../api/PinotTenantRestletResourceTest.java | 78 ++---
.../helix/core/PinotHelixResourceManagerTest.java | 2 +-
.../instance/InstanceAssignmentTest.java | 2 +-
.../apache/pinot/core/plan/CombinePlanNode.java | 7 +-
...umSegmentAssignmentStrategyIntegrationTest.java | 22 +-
.../pinot/integration/tests/ClusterTest.java | 12 +-
...eRebalancerAdminToolClusterIntegrationTest.java | 48 ++-
.../org/apache/pinot/minion/MinionStarter.java | 12 +-
.../server/starter/helix/HelixServerStarter.java | 6 +-
.../thirdeye-frontend/app/utils/api/anomaly.js | 2 +-
24 files changed, 438 insertions(+), 855 deletions(-)
delete mode 100644 docs/multitenancy.rst
create mode 100644
pinot-common/src/main/java/org/apache/pinot/common/config/Instance.java
delete mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/api/pojos/Instance.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]