| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Please make more e2e test
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Based on #387
Add purview registry.
Keep sql registry code unchanged to avoid conflict.
Conform to Registy interfaces, provide same method and data format.
NOTICE that :
This PR does not totally eliminate the risk of concurrent conflict.
In old version, we update all entities like
purviewclient.upload_entities([entity_batch])
In this PR, several changes has been applied to shrink the time window for a concurrent race condition to happen:
Limitations:
By applying changes above to purview registry, the time window for a race condition to happen shrinks, but not eliminated.
A complete change needs discussion with Purview team about recommended way to secure MVCC.