arjun4084346 commented on code in PR #3893: URL: https://github.com/apache/gobblin/pull/3893#discussion_r1523978059
########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/MostlyMySqlDagManagementStateStore.java: ########## @@ -68,16 +69,18 @@ public class MostlyMySqlDagManagementStateStore implements DagManagementStateSto private static final String FAILED_DAG_STATESTORE_PREFIX = "failedDagStateStore"; public static final String DAG_STATESTORE_CLASS_KEY = DagManager.DAG_MANAGER_PREFIX + "dagStateStoreClass"; FlowCatalog flowCatalog; + @Getter private final DagManagerMetrics dagManagerMetrics = new DagManagerMetrics(); Review Comment: I am not aware of any such codestyle... -- 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]
