[
https://issues.apache.org/jira/browse/GOBBLIN-2037?focusedWorklogId=913274&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-913274
]
ASF GitHub Bot logged work on GOBBLIN-2037:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/24 21:23
Start Date: 05/Apr/24 21:23
Worklog Time Spent: 10m
Work Description: codecov-commenter commented on PR #3916:
URL: https://github.com/apache/gobblin/pull/3916#issuecomment-2040643340
##
[Codecov](https://app.codecov.io/gh/apache/gobblin/pull/3916?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
All modified and coverable lines are covered by tests :white_check_mark:
> Project coverage is 41.25%. Comparing base
[(`125d787`)](https://app.codecov.io/gh/apache/gobblin/commit/125d787b32ce75e61f25d525499107f758b9ff42?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
to head
[(`7d61c6a`)](https://app.codecov.io/gh/apache/gobblin/pull/3916?dropdown=coverage&src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Report is 1 commits behind head on master.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## master #3916 +/- ##
============================================
- Coverage 46.63% 41.25% -5.39%
+ Complexity 11247 2193 -9054
============================================
Files 2248 475 -1773
Lines 88512 20191 -68321
Branches 9700 2338 -7362
============================================
- Hits 41281 8330 -32951
+ Misses 43500 10977 -32523
+ Partials 3731 884 -2847
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/gobblin/pull/3916?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
Issue Time Tracking
-------------------
Worklog Id: (was: 913274)
Time Spent: 0.5h (was: 20m)
> Start DagActionMonitor functionality after its Dependencies
> -----------------------------------------------------------
>
> Key: GOBBLIN-2037
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2037
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Urmi Mustafi
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The {{DagActionStoreChangeMonitor}} cannot be started before the Flowgraph,
> DagManager, and SpecCompiler are up and running. When the monitor is
> initialized by Guice, it was previously also starting to load dagActions from
> the store immediately to compile and process. There is a race condition
> created where the actions can be loaded too quickly from the store and passed
> to the specCompiler before it's ready. The SpecCompiler hangs waiting for the
> flowGraph to load, causing startup to fail.
> The solution is the bind the monitor in Guice but only enable processing of
> actions after the GobblinServiceManager ensures other classes are ready to be
> called by the DagActionStoreChangeMonitor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)