-
Notifications
You must be signed in to change notification settings - Fork 288
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
sorter: Stabilize Unified Sorter #1210
sorter: Stabilize Unified Sorter #1210
Conversation
/run-all-tests |
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
…dc into zixiong-unified-sorter-stable
/run-all-tests |
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.
LGTM
tests/cdclog_s3/run.sh
Outdated
@@ -16,6 +16,7 @@ export AWS_SECRET_ACCESS_KEY=$MINIO_SECRET_KEY | |||
export S3_ENDPOINT=127.0.0.1:24927 | |||
rm -rf "$WORK_DIR" | |||
mkdir -p "$WORK_DIR" | |||
pkill -9 minio |
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.
pkill -9 minio | |
pkill -9 minio || true |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #1230 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0-rc in PR #1231 |
Signed-off-by: ti-srebot <[email protected]>
Signed-off-by: ti-srebot <[email protected]>
What problem does this PR solve?
What is changed and how it works?
WorkerPool
is implemented to provide a mechanism in which one Goroutine can process events from multiple sources.Check List
Tests
Code changes
Side effects
Related changes
Release note