-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GOBBLIN-1696] Implement file based flowgraph that detects changes to…
… the underlying… (#3548) * Implement file based flowgraph that detects changes to the underlying filesystem and updates dynamically * Fix checkstyle * Address review, use atomic swap instead of mutable shared state for flowgraph * Fix initialization to only load flowgraph after topology specstore is loaded and for better clarity on exceptions * Change baseflowgraphlistener to a helper class so that it is extensible to future changes in flowgraph format, and can be leveraged properly by test classes * Fix checkstyle * Address review and add metrics for flow update failures * Fix tests * Migrate git flowgraph to load fully on change rather than by diff, address review * Cleanup * Fix tests
- Loading branch information
Showing
20 changed files
with
838 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.