forked from apache/atlas
-
Notifications
You must be signed in to change notification settings - Fork 10
DG-1924 | Add 'assetsCountToPropagate' and 'assetsCountPropagated' in task vertex. #4032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
abhijeet-atlan
wants to merge
79
commits into
master
Choose a base branch
from
tagpropv1master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
759f717
Added ‘assetsCountToPropagate’ and ‘assetsCountPropagated’ to the tas…
jnkrmg 65d920d
review comment fixes
abhijeet-atlan 61d58dd
fixing dry for task vertex updation
abhijeet-atlan dfddb79
fixing dry for task vertex updation
abhijeet-atlan b4ce7af
removed redundant code for 'add prop', 'text update', 'delete prop', …
abhijeet-atlan ed847c1
reverted taskregistry
abhijeet-atlan c257421
removed all repeating code for 6 prop types
abhijeet-atlan adc6ed1
more fixes based on review comments
abhijeet-atlan fdca703
refactored 'updateTaskVertexProperty'
abhijeet-atlan 164ec29
updated maven.yaml
abhijeet-atlan 4e8c6df
added docstring to explain functionality to 'updateTaskVertexProperty'
abhijeet-atlan d046141
Init script
hr2904 288062c
PR Fixes #1
hr2904 ae9dec1
added code to send kafka message to topic 'TAG_PROP_EVENTS'
abhijeet-atlan a13f17e
added abstract method to send kafka message to a partition
abhijeet-atlan d364c8e
Update maven.yml
abhijeet-atlan b9b6887
corrected delete handler
abhijeet-atlan 317322e
Merge with master
abhijeet-atlan 7cf3072
Review comments fixes
abhijeet-atlan ba5d144
Removed dup dependency
abhijeet-atlan 14db31d
changed signature and usage for 'updateTaskVertexProperty'
abhijeet-atlan 102ae40
deleted not used function 'updateTaskVertexProperty'
abhijeet-atlan 64775b4
experiment to check if everything works
abhijeet-atlan 42540a0
removed commented out code
abhijeet-atlan 97bbbaf
fixes for review comment
abhijeet-atlan 42b074a
Merge branch 'master' into tagpropv1master
abhijeet-atlan c7c8c4e
payload change for kafka message
abhijeet-atlan 6eaf1eb
changed code for prop relationship update
abhijeet-atlan 5caa581
changed topic name
abhijeet-atlan 6d176e7
updated code to add three params to the task vertex:
abhijeet-atlan 6451bfd
Merge branch 'master' into tagpropv1master
abhijeet-atlan e51846d
updated maven to use cacheV3
abhijeet-atlan 48e07f4
error fix for missing params
abhijeet-atlan 547d561
Merge branch 'tagpropv1master' into tagpropv1.5master
abhijeet-atlan 616dcef
changed obj prop topic partition count to be 10
abhijeet-atlan 06fb81c
Merge pull request #4085 from atlanhq/tagpropv1.5master
abhijeet-atlan cab6deb
opted for round robin approach for oartition selection
abhijeet-atlan 157e2db
maven update
abhijeet-atlan 06e406a
changes related to kafka
abhijeet-atlan 3936029
changes related to kafka
abhijeet-atlan de81019
cleanup
suraj5077 720cda0
cleanup
suraj5077 1b4dbee
changes related to kafka
abhijeet-atlan e66c636
fixed build
suraj5077 0f6af6d
Merge remote-tracking branch 'origin/tagpropv1master' into tagpropv1m…
suraj5077 73c7cd8
changes related to kafka
abhijeet-atlan edebe8c
reverting last change
abhijeet-atlan 6961d65
added property 'assetGuid'.
abhijeet-atlan 5f31f32
fixed errors
abhijeet-atlan 8063ff0
fixed a comment typo
hr2904 b0aadc1
fixed an infinite loop error
hr2904 5d31524
updated kafka message
abhijeet-atlan 08fa364
Added new bg thread for task updation
suraj5077 77dd858
Added redis methods for tag-prop
suraj5077 817418b
added logs for kafka messages
abhijeet-atlan 613db6c
Kafka topic creation for tag-prop topic
suraj5077 18ccd0f
Merge remote-tracking branch 'origin/tagpropv1master' into tagpropv1m…
suraj5077 d7f5e47
Added new watcher thread for tag-prop v2
suraj5077 4e6eb48
updated kafka message
abhijeet-atlan 0d8bdf9
Merge remote-tracking branch 'origin/tagpropv1master' into tagpropv1m…
abhijeet-atlan 386b92c
updated kafka message
abhijeet-atlan 850fffe
TaskExecutor new thread
suraj5077 65cb0fb
Merge remote-tracking branch 'origin/tagpropv1master' into tagpropv1m…
suraj5077 6aede5c
Pushed new TagPropagator class, reverted EntityGrahMapper
suraj5077 22e973a
Merge branch 'master' into tagpropv1master
suraj5077 2991b78
Refactored TagPropagator class
suraj5077 75a8e14
Refactored
suraj5077 bc27ce9
fixed tagprop code
suraj5077 0b8dcd0
Made DeleteHandler backward compatiple
suraj5077 754ceb0
fix NPE
suraj5077 e297cae
added code to update taskvertex with data on redis
abhijeet-atlan c1de532
Fixed task updater
suraj5077 c1fa864
Adds redis dlock
suraj5077 6abecbb
Added dlocking to kafka code
suraj5077 a4b9046
updated kafka object for delete prop to send classification id
abhijeet-atlan 050c1f3
Fixed race condition in-progress issue and complete status not commit…
hr2904 c35fde8
redis cleanup
suraj5077 fda9378
Added post status COMPLETE handling
suraj5077 7c89b28
Added logs for latency and metric calculations for benchmarking
hr2904 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,8 @@ on: | |
| - lineageondemand | ||
| - cassandrapoliciesoptimisation | ||
| - ixop | ||
| - makerlogic | ||
| - tagpropv1master | ||
|
|
||
| jobs: | ||
| build: | ||
|
|
@@ -120,4 +122,4 @@ jobs: | |
| - name: Upload Trivy scan results to GitHub Security tab | ||
| uses: github/codeql-action/[email protected] | ||
| with: | ||
| sarif_file: 'trivy-image-results.sarif' | ||
| sarif_file: 'trivy-image-results.sarif' | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.