jtuglu-netflix commented on code in PR #18082:
URL: https://github.com/apache/druid/pull/18082#discussion_r2140585672
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java:
##########
@@ -312,6 +312,17 @@ private Set<PartitionIdType>
computeExclusiveStartPartitionsForSequence(
}
}
+ public String getSupervisorId()
Review Comment:
It mimics all the other getter methods in the class, so I added as public.
**EDIT**
Correction: this is called in the `SeekableStreamTaskRunner`, hence why it
needs to be public
--
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]