[
https://issues.apache.org/jira/browse/GOBBLIN-1978?focusedWorklogId=896934&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-896934
]
ASF GitHub Bot logged work on GOBBLIN-1978:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/23 19:03
Start Date: 22/Dec/23 19:03
Worklog Time Spent: 10m
Work Description: arjun4084346 merged PR #3851:
URL: https://github.com/apache/gobblin/pull/3851
Issue Time Tracking
-------------------
Worklog Id: (was: 896934)
Time Spent: 1h (was: 50m)
> Create DagActionStoreMonitor metrics before Loading DagActions
> --------------------------------------------------------------
>
> Key: GOBBLIN-1978
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1978
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Urmi Mustafi
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We encounter a NullPointerException when initializing the
> DagActionStoreMonitor after moving the loading of DagActions on startup from
> the DagManager to the DagActionStoreMonitor. Metrics for the
> DagActionStoreMonitor were initialized by its parent class the
> HighLevelConsumer only before starting to consume Kafka messages, however
> with the refactor these metrics are needed beforehand. In this PR I separate
> the creation of these metrics into a separate function and call it before
> loading dagActions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)