[jira] [Work logged] (GOBBLIN-1750) Emit GaaSObservabilityEvent to mark job summaries from gaas

2022-12-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GOBBLIN-1750?focusedWorklogId=832201&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832201 ] ASF GitHub Bot logged work on GOBBLIN-1750: --- Author: ASF GitHub B

[GitHub] [gobblin] Will-Lo commented on a diff in pull request #3610: [GOBBLIN-1750] Add schemas for observability events in GaaS

2022-12-08 Thread GitBox
Will-Lo commented on code in PR #3610: URL: https://github.com/apache/gobblin/pull/3610#discussion_r1043930441 ## gobblin-metrics-libs/gobblin-metrics-base/src/main/avro/GaaSObservabilityEventV0.avsc: ## @@ -0,0 +1,162 @@ +{ + "type": "record", + "name": "GaaSObservabilityEven

[jira] [Work logged] (GOBBLIN-1752) Fix Race condition where FSFlowGraphMonitor and ObservingFSFlowTemplateCatalog can update at the same time

2022-12-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GOBBLIN-1752?focusedWorklogId=832180&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832180 ] ASF GitHub Bot logged work on GOBBLIN-1752: --- Author: ASF GitHub B

[jira] [Work logged] (GOBBLIN-1752) Fix Race condition where FSFlowGraphMonitor and ObservingFSFlowTemplateCatalog can update at the same time

2022-12-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GOBBLIN-1752?focusedWorklogId=832179&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832179 ] ASF GitHub Bot logged work on GOBBLIN-1752: --- Author: ASF GitHub B

[GitHub] [gobblin] Will-Lo commented on a diff in pull request #3612: [GOBBLIN-1752] Fix race condition where FSTemplateCatalog would update at the same t…

2022-12-08 Thread GitBox
Will-Lo commented on code in PR #3612: URL: https://github.com/apache/gobblin/pull/3612#discussion_r1043809752 ## gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/FsFlowGraphMonitor.java: ## @@ -61,24 +63,29 @@ public class FsFlowGraphMonitor extends AbstractI

[GitHub] [gobblin] Will-Lo merged pull request #3612: [GOBBLIN-1752] Fix race condition where FSTemplateCatalog would update at the same t…

2022-12-08 Thread GitBox
Will-Lo merged PR #3612: URL: https://github.com/apache/gobblin/pull/3612 -- 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

[jira] [Work logged] (GOBBLIN-1752) Fix Race condition where FSFlowGraphMonitor and ObservingFSFlowTemplateCatalog can update at the same time

2022-12-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GOBBLIN-1752?focusedWorklogId=832160&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832160 ] ASF GitHub Bot logged work on GOBBLIN-1752: --- Author: ASF GitHub B

[GitHub] [gobblin] umustafi commented on a diff in pull request #3612: [GOBBLIN-1752] Fix race condition where FSTemplateCatalog would update at the same t…

2022-12-08 Thread GitBox
umustafi commented on code in PR #3612: URL: https://github.com/apache/gobblin/pull/3612#discussion_r1043756358 ## gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/FsFlowGraphMonitor.java: ## @@ -61,24 +63,29 @@ public class FsFlowGraphMonitor extends Abstract