-
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
[BugFix] Txn timeout too fast if not specify timeout
in http header
#34544
Conversation
timeout
in http headertimeout
in http header
8d62330
to
f393228
Compare
Should add a SQL Test to verify it |
Head branch was pushed to by a user without write access
lixianhai seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
322699a
to
3ec9962
Compare
Txn will timeout too fast if not specify `timeout` in http header by stream load. The reason is that the default timeout unit is seconds, but it was mistakenly regarded as milliseconds Link: https://code.alibaba-inc.com/soe/starrocks/codereview/13246218 * bugfix: txn timeout too fast if not specify `timeout` in http header, Signed-off-by: lixianhai <lixianhai.lxh@alibaba-inc.com>
3ec9962
to
9243322
Compare
Kudos, SonarCloud Quality Gate passed!
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 1 / 1 (100.00%) file detail
|
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
@Mergifyio backport branch-3.0 |
@Mergifyio backport branch-2.5 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
would you pls add the meaning of enable_load_profile to documentation: https://github.com/StarRocks/starrocks/blob/main/docs/en/reference/System_variable.md |
Txn will timeout too fast or begin txn fail. The reason is that the default timeout unit is seconds, but it was mistakenly regarded as milliseconds.
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: