This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
HA: add advertise-addr
for DM-worker
#450
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ad3e066
fix all_mode integration_test
lichunzhu b3b3761
fix dmctl_advance & dmctl_basic integration_tests
lichunzhu eb6ec4c
initital commit for dmctl_command
lichunzhu 7230952
fix full_mode test
lichunzhu 1a865e4
refine http_apis integration_test
lichunzhu 9a47eb0
fix import goroutine leak test
lichunzhu 80e0269
fix incremental_mode integration_test
lichunzhu 2400863
fix ha-dev bug
lichunzhu f337799
refine initial_unit integration_test
lichunzhu 634d67b
fix load_interrupt integration_tests
lichunzhu 1a807a4
fix online ddl integration_tests
lichunzhu 18b63d1
fix worker start for all integration_tests
lichunzhu 6bd6452
fix tests
lichunzhu efd038b
add operator_worker test
lichunzhu b9c7819
fix bug
lichunzhu 060bbd4
wait more time in retry_cancel test
lichunzhu ce7819f
wait more time in incremental_mode test
lichunzhu 03fcf74
wait more time in load_interrupt test
lichunzhu 565c9e9
address comments
lichunzhu a59eb51
wait for time in relay_interrupt
lichunzhu 2211cdc
*: add `advertise-addr` for DM-worker
csuzhangxc 21275fb
Merge remote-tracking branch 'remotes/origin/ha-dev' into worker-adve…
csuzhangxc 2024c7c
*: address comments
csuzhangxc 2b689a7
Merge remote-tracking branch 'remotes/origin/ha-dev' into worker-adve…
csuzhangxc d6f8084
worker: fix for merging
csuzhangxc 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 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
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.
do we need to check the host?
0.0.0.0:$port
will become theadvertise-addr
, but it can not be used by dm-masterThere 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.
👍 addressed in 2024c7c.
0.0.0.0
as theadvertise-addr
advertise-addr
when running dm-worker in tests.