jackjlli commented on a change in pull request #6862:
URL: https://github.com/apache/incubator-pinot/pull/6862#discussion_r622692836
##########
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/stream/PartitionGroupMetadataFetcher.java
##########
@@ -61,7 +70,10 @@ public Exception getException() {
@Override
public Boolean call()
throws Exception {
- String clientId = PartitionGroupMetadataFetcher.class.getSimpleName() +
"-" + _topicName;
+ String clientId = PartitionGroupMetadataFetcher.class.getSimpleName()
+ + "-" + _topicName
+ + "-" + _streamConfig.getTableNameWithType()
Review comment:
Please use rawTable name here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]