NamsB7 commented on code in PR #4121: URL: https://github.com/apache/gobblin/pull/4121#discussion_r2225229136
########## gobblin-runtime/src/main/java/org/apache/gobblin/runtime/troubleshooter/InMemoryMultiContextIssueRepository.java: ########## @@ -60,6 +61,7 @@ public InMemoryMultiContextIssueRepository(Configuration configuration) { @Override public synchronized List<Issue> getAll(String contextId) throws TroubleshooterException { + _contextId = contextId; Review Comment: Addressed -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org