Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud tvf) Fix tvf query run in cloud multi cluster - #37157
Merged
Conversation
doris-robot
commented
Jul 2, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
deardeng
commented
Jul 2, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 2, 2024
TPC-H: Total hot run time: 39891 ms |
doris-robot
commented
Jul 2, 2024
TPC-DS: Total hot run time: 172070 ms |
doris-robot
commented
Jul 2, 2024
ClickBench: Total hot run time: 31.41 s |
deardeng
commented
Jul 2, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 2, 2024
TPC-H: Total hot run time: 39952 ms |
doris-robot
commented
Jul 2, 2024
TPC-DS: Total hot run time: 172481 ms |
doris-robot
commented
Jul 2, 2024
ClickBench: Total hot run time: 30.61 s |
deardeng
requested review from
CalvinKirs, dataroaring and morningman
as code ownersJuly 5, 2024 04:48
deardeng
commented
Jul 5, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 5, 2024
TPC-H: Total hot run time: 39860 ms |
doris-robot
commented
Jul 5, 2024
TPC-DS: Total hot run time: 171193 ms |
doris-robot
commented
Jul 5, 2024
ClickBench: Total hot run time: 30.67 s |
deardeng
commented
Jul 8, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 8, 2024
TPC-H: Total hot run time: 40127 ms |
doris-robot
commented
Jul 8, 2024
TPC-DS: Total hot run time: 173892 ms |
doris-robot
commented
Jul 8, 2024
ClickBench: Total hot run time: 30.68 s |
deardeng
commented
Jul 9, 2024
ContributorAuthor
run buildall |
1 similar comment
deardeng
commented
Jul 9, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 9, 2024
TPC-H: Total hot run time: 39835 ms |
doris-robot
commented
Jul 9, 2024
TPC-DS: Total hot run time: 174540 ms |
doris-robot
commented
Jul 9, 2024
ClickBench: Total hot run time: 30.99 s |
yujun777
reviewed
Jul 9, 2024
Uh oh!
There was an error while loading. Please reload this page.
deardeng
commented
Jul 11, 2024
ContributorAuthor
run buildall |
deardeng
commented
Jul 29, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Jul 29, 2024
TPC-H: Total hot run time: 41336 ms |
doris-robot
commented
Jul 29, 2024
TPC-DS: Total hot run time: 170730 ms |
doris-robot
commented
Jul 29, 2024
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]
```| 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`
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
Fix
```
mysql> select * from numbers("number" = "10");
ERROR 1105 (HY000): errCode = 2, detailMessage = There is no scanNode Backend available.[10002: not exist]
```
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 freeto 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