-
Notifications
You must be signed in to change notification settings - Fork 197
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
add a db management client for later job management #305
Merged
qishipengqsp
merged 29 commits into
TuGraph-family:master
from
SonglinLyu:db_management_dev_lsl
Oct 24, 2023
+748
−2
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d4b46d5
add db-management as submodule
SonglinLyu 4780cb2
add db_management_client
SonglinLyu e0ddc6b
add a detached thread to detect heartbeat
SonglinLyu cb68032
add detect freq
SonglinLyu 2c998bc
test heart detect
SonglinLyu 2ec5ad2
change db management client to singleton
SonglinLyu abe3942
add createJob function
SonglinLyu a8eb775
add crud for management client
SonglinLyu 3721bd2
add unit test
SonglinLyu 0773045
finish ut
SonglinLyu 59b4ad7
fix coding style
SonglinLyu 701af2b
add proto
SonglinLyu a702513
fix proto naming
SonglinLyu e4aa0cd
fix ut
SonglinLyu 564f2a1
fix ut
SonglinLyu 12f489f
fix ut
SonglinLyu f4892ea
fix ut
SonglinLyu ddd9982
fix ut
SonglinLyu 317d086
fix pr comments
SonglinLyu 166892e
fix pr comments
SonglinLyu df5efb9
fix code style
SonglinLyu 66b134e
update db management
SonglinLyu d52c04b
fix heart detection
SonglinLyu 3ac4cf6
fix ut
SonglinLyu 53fb7c0
fix ut
SonglinLyu ac0d284
fix ut
SonglinLyu 8286949
checkout db management to master branch
SonglinLyu 3b8f657
fix ut
SonglinLyu b3f03d7
Merge branch 'master' into db_management_dev_lsl
qishipengqsp 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
fix pr comments
commit 317d0862c06cfdebfde611ecf5f9ec5c1ae395a5
There are no files selected for viewing
Submodule tugraph-db-management
updated
4 files
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
会死循环么?加个max retry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
心跳线程初始化之后就detach出去了,所以我理解应该是一直循环的吧?