J-HowHuang opened a new pull request, #15527:
URL: https://github.com/apache/pinot/pull/15527
## Description
For table config:
```
...
"instanceAssignmentConfigMap": {
"CONSUMING": {
"tagPoolConfig": {
"tag": "DefaultTenant_OFFLINE",
"poolBased": false,
"numPools": 0
},
"replicaGroupPartitionConfig": {
},
"partitionSelector": "INSTANCE_REPLICA_GROUP_PARTITION_SELECTOR",
"minimizeDataMovement": false
}
},
...
```
When it's set only for `CONSUMING` or `COMPLETED`, a warning shows up even
if `minimizeDataMovement=ENABLE`, which is not ture.
```
WARN: minimizeDataMovement may not enabled for consuming or completed but
instance assignment is allowed for at least one
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]