[fix](cloud tvf) Fix tvf query run in cloud multi cluster#37157
Merged
dataroaring merged 9 commits intoapache:masterfrom Jul 30, 2024
Merged
[fix](cloud tvf) Fix tvf query run in cloud multi cluster#37157dataroaring merged 9 commits intoapache:masterfrom
dataroaring merged 9 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39891 ms |
TPC-DS: Total hot run time: 172070 ms |
ClickBench: Total hot run time: 31.41 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39952 ms |
TPC-DS: Total hot run time: 172481 ms |
ClickBench: Total hot run time: 30.61 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39860 ms |
TPC-DS: Total hot run time: 171193 ms |
ClickBench: Total hot run time: 30.67 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 40127 ms |
TPC-DS: Total hot run time: 173892 ms |
ClickBench: Total hot run time: 30.68 s |
Collaborator
Author
|
run buildall |
1 similar comment
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39835 ms |
TPC-DS: Total hot run time: 174540 ms |
ClickBench: Total hot run time: 30.99 s |
yujun777
reviewed
Jul 9, 2024
Collaborator
Author
|
run buildall |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 41336 ms |
TPC-DS: Total hot run time: 170730 ms |
ClickBench: Total hot run time: 30.08 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
feiniaofeiafei
pushed a commit
to feiniaofeiafei/doris
that referenced
this pull request
Aug 9, 2024
Fix
```
mysql> select * from numbers("number" = "10");
ERROR 1105 (HY000): errCode = 2, detailMessage = There is no scanNode Backend available.[10002: not exist]
```
gavinchou
reviewed
Aug 11, 2024
| beIdToRespFuture.put(beId, responseFuture); | ||
| } | ||
| } catch (RpcException e) { | ||
| } catch (RpcException | UserException e) { |
Contributor
There was a problem hiding this comment.
UserException is not a RPC exception
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Aug 12, 2024
Fix
```
mysql> select * from numbers("number" = "10");
ERROR 1105 (HY000): errCode = 2, detailMessage = There is no scanNode Backend available.[10002: not exist]
```
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Aug 12, 2024
Fix
```
mysql> select * from numbers("number" = "10");
ERROR 1105 (HY000): errCode = 2, detailMessage = There is no scanNode Backend available.[10002: not exist]
```
dataroaring
pushed a commit
that referenced
this pull request
Aug 13, 2024
dataroaring
pushed a commit
that referenced
this pull request
Aug 16, 2024
16 tasks
dataroaring
pushed a commit
that referenced
this pull request
Jun 9, 2025
before #37157, replay wal select be by the input `backend_id`. after, should set cloud cluster name of `backend_id`. if not, fe wil use default cluster and replay wal may fail because of `No Alive backends`
mymeiyi
added a commit
to mymeiyi/doris
that referenced
this pull request
Jun 12, 2025
before apache#37157, replay wal select be by the input `backend_id`. after, should set cloud cluster name of `backend_id`. if not, fe wil use default cluster and replay wal may fail because of `No Alive backends`
mymeiyi
added a commit
to mymeiyi/doris
that referenced
this pull request
Jun 20, 2025
before apache#37157, replay wal select be by the input `backend_id`. after, should set cloud cluster name of `backend_id`. if not, fe wil use default cluster and replay wal may fail because of `No Alive backends`
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix