[ https://issues.apache.org/jira/browse/GOBBLIN-2211?focusedWorklogId=975841&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-975841 ]
ASF GitHub Bot logged work on GOBBLIN-2211: ------------------------------------------- Author: ASF GitHub Bot Created on: 23/Jul/25 11:21 Start Date: 23/Jul/25 11:21 Worklog Time Spent: 10m Work Description: 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 Issue Time Tracking ------------------- Worklog Id: (was: 975841) Time Spent: 4h 10m (was: 4h) > Implement Error Classification based on execution issues > -------------------------------------------------------- > > Key: GOBBLIN-2211 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2211 > Project: Apache Gobblin > Issue Type: Bug > Components: gobblin-service > Reporter: Abhishek Jain > Assignee: Abhishek Tiwari > Priority: Major > Time Spent: 4h 10m > Remaining Estimate: 0h > > Implement Error Classification to categorize the failure reason based on > issues encountered. -- This message was sent by Atlassian Jira (v8.20.10#820010)