-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Enhancement] Introduce TxnStateDispatcher for merge commit sync mode #55001 #55071
Conversation
fe/fe-core/src/main/java/com/starrocks/load/batchwrite/TxnStateDispatcher.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/load/batchwrite/IsomorphicBatchWrite.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/load/batchwrite/LoadExecutor.java
Show resolved
Hide resolved
dd6e11c
to
2136860
Compare
fe/fe-core/src/main/java/com/starrocks/load/batchwrite/TxnStateDispatcher.java
Show resolved
Hide resolved
2136860
to
7f09a8f
Compare
@ConfField(mutable = true) | ||
public static int merge_commit_txn_state_dispatch_retry_interval_ms = 200; | ||
|
||
public static int merge_commit_be_assigner_schedule_interval_ms = 5000; |
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.
Must add @confField
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.
fixed
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; |
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.
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import org.apache.logging.log4j.LogManager; | |
import org.apache.logging.log4j.Logger; |
Signed-off-by: PengFei Li <[email protected]>
Signed-off-by: PengFei Li <[email protected]>
Signed-off-by: PengFei Li <[email protected]>
Signed-off-by: PengFei Li <[email protected]>
Signed-off-by: PengFei Li <[email protected]>
Signed-off-by: PengFei Li <[email protected]>
Head branch was pushed to by a user without write access
d77f521
to
26e5e5a
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 166 / 183 (90.71%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
…tarRocks#55001 (StarRocks#55071) This is the second PR of merge commit sync mode optimization StarRocks#54995. Introduce TxnStateDispatcher on FE side. You can see StarRocks#54995 for details Signed-off-by: PengFei Li <[email protected]>
…tarRocks#55001 (StarRocks#55071) This is the second PR of merge commit sync mode optimization StarRocks#54995. Introduce TxnStateDispatcher on FE side. You can see StarRocks#54995 for details Signed-off-by: PengFei Li <[email protected]>
… (backport #55071) (#55115) Signed-off-by: PengFei Li <[email protected]>
… (backport #55071) (#55114) Signed-off-by: PengFei Li <[email protected]>
Why I'm doing:
This is the second PR of merge commit sync mode optimization #54995. Introduce TxnStateDispatcher on FE side. You can see #54995 for details
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: