-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant default broker configurations
- Remove config based routing configs because the config based routing was removed long time ago - Remove HelixBrokerStarter.getZkAddressForBroker() because it does not apply to the current implementation - Replace config key strings with constants - Change timeout for default broker and broker in integration test to 60s - Replace PropertiesConfiguration with light weight BaseConfiguration if not read from config file
- Loading branch information
1 parent
88081bd
commit 13890c3
Showing
9 changed files
with
75 additions
and
271 deletions.
There are no files selected for viewing
54 changes: 0 additions & 54 deletions
54
...t-broker/src/main/java/org/apache/pinot/broker/broker/helix/DefaultHelixBrokerConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
pinot-broker/src/test/java/org/apache/pinot/broker/broker/BrokerTestUtils.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.