forked from pingcap/tiflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support cancel task and add benchmark status (pingcap#43)
* support cancel job and refine demo * make benchmark great again * fmt * support task recover * fix ci
- Loading branch information
1 parent
cefc756
commit 87a6e61
Showing
24 changed files
with
905 additions
and
1,761 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
join = "127.0.0.1:10240" | ||
worker-addr = "127.0.0.1:10244" | ||
keepalive-ttl = "10s" | ||
keepalive-interval = "500ms" | ||
session-ttl = 10 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
flow-id = "feed1" | ||
table-num = 10 | ||
servers = ["127.0.0.1:50051","127.0.0.1:50052","127.0.0.1:50053"] | ||
rcd-cnt = 100000 | ||
ddl-freq = 1000 | ||
servers = ["127.0.0.1:50046","127.0.0.1:50047","127.0.0.1:50048","127.0.0.1:50049","127.0.0.1:50050","127.0.0.1:50051","127.0.0.1:50052","127.0.0.1:50053"] | ||
rcd-cnt = 1000000000 | ||
ddl-freq = 100000000 |
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.