-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[controller][admin-tool][vpj][test] Add a multi-region config to cont…
…rollers and infer many configs 1. Use multi.region config to control certain features instead of controlling them via explicit configs. * Native-replication - Enabled in multi-region mode. Disabled in single-region mode. * Admin channel consumption - Enabled in multi-region mode. Disabled in single-region mode. * This is still allowed to be disabled via LiveConfig for store migration purposes. * Controller allowing BATCH push via API - Disabled in multi-region mode. Enabled in single-region mode. * Active-active replication enabled on a controller - Enabled in multi-region mode. Disabled in single-region mode. 2. Commands and code to enable and disable Native-replication for a cluster has been removed as that is the only mode. 3. The following configs are now obsolete, and removed: * enable.native.replication.for.batch.only * enable.native.replication.for.batch.only * enable.native.replication.for.hybrid * enable.native.replication.as.default.for.batch.only * enable.native.replication.as.default.for.hybrid * enable.active.active.replication.as.default.for.batch.only.store * enable.active.active.replication.as.default.for.batch.only.store * admin.topic.remote.consumption.enabled * child.controller.admin.topic.consumption.enabled * Only removed from controller config * It is still used in LiveConfigs during store migration * active.active.enabled.on.controller * controller.enable.batch.push.from.admin.in.child 4. The following configs were unused and now removed: * kafka.min.log.compaction.lag.ms * topic.cleanup.send.concurrent.delete.requests.enabled * topic.deletion.status.poll.interval.ms * topic.creation.throttling.time.window.ms * topic.manager.kafka.operation.timeout.ms * admin.consumption.timeout.minute * amplification.factor * server.ingestion.isolation.metric.request.timeout.seconds
- Loading branch information
1 parent
22a3b29
commit ccc4583
Showing
59 changed files
with
983 additions
and
1,493 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...e-push-job/src/test/java/com/linkedin/venice/hadoop/TestKafkaFormatTopicAutoDiscover.java
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
2 changes: 1 addition & 1 deletion
2
...enice-push-job/src/test/java/com/linkedin/venice/hadoop/TestVenicePushJobCheckpoints.java
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
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
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
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
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.