edmond-kk commented on PR #2595:
URL: https://github.com/apache/flink-cdc/pull/2595#issuecomment-1977848126
Is this judgment correct?
` if (!(isValidShardedCollection(collectionMetadata)
&& isNotShardedByHash(collectionMetadata))) {
LOG.warn(
"Collection {} does not appear to be sharded, or
shared by hash, fallback to SampleSplitter.",
collectionId);
return
SampleBucketSplitStrategy.INSTANCE.split(splitContext);
}`
if collection is shard by range,the code will not enter this branch.
--
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]