morningman merged PR #16629:
URL: https://github.com/apache/doris/pull/16629
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.a
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 274016f50e [fix](docker)Fix Docker init_be sc
Author: morningman
Date: Sat Feb 11 08:30:47 2023
New Revision: 60063
Log:
add apache-doris-dependencies-1.2.2-bin-arm.tar.xz for doris 1.2.2 rc01 release
Added:
dev/doris/1.2.2-rc01/apache-doris-dependencies-1.2.2-bin-arm.tar.xz (with
props)
dev/doris/1.2.2-rc01/apache-doris-dependenc
Yukang-Lian commented on issue #16596:
URL: https://github.com/apache/doris/issues/16596#issuecomment-1426663529
Hi @wanqiang2046, I can't reproduce the error in the latest master branch
code. It is speculated that this error has been fixed. You can try to run this
sql statement on the upco
github-actions[bot] commented on PR #16073:
URL: https://github.com/apache/doris/pull/16073#issuecomment-1426670975
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16073:
URL: https://github.com/apache/doris/pull/16073#issuecomment-1426672592
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16073:
URL: https://github.com/apache/doris/pull/16073#issuecomment-1426672955
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16073:
URL: https://github.com/apache/doris/pull/16073#issuecomment-1426676972
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
SaintBacchus commented on code in PR #16633:
URL: https://github.com/apache/doris/pull/16633#discussion_r1103582036
##
be/src/exec/es/es_scroll_parser.cpp:
##
@@ -528,72 +530,104 @@ Status ScrollParser::fill_columns(const TupleDescriptor*
tuple_desc,
return Status::OK();
chenlinzhong opened a new issue, #16634:
URL: https://github.com/apache/doris/issues/16634
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
be在高负载下brpc的bth
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1426686216
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16633:
URL: https://github.com/apache/doris/pull/16633#issuecomment-1426686319
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
chenlinzhong opened a new pull request, #16635:
URL: https://github.com/apache/doris/pull/16635
# Proposed changes
Issue Number: close #16634
## Problem summary
mainly include:
1. brpc service adds two types of thread pools. The number of "light" and
"heavy" thread p
github-actions[bot] commented on PR #16073:
URL: https://github.com/apache/doris/pull/16073#issuecomment-1426687865
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1426688829
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16617:
URL: https://github.com/apache/doris/pull/16617#issuecomment-1426689358
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ByteYue opened a new issue, #16636:
URL: https://github.com/apache/doris/issues/16636
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
Currently, when we t
github-actions[bot] commented on code in PR #16635:
URL: https://github.com/apache/doris/pull/16635#discussion_r1103617927
##
be/src/service/internal_service.cpp:
##
@@ -668,75 +755,85 @@ void
PInternalServiceImpl::check_rpc_channel(google::protobuf::RpcController* co
github-actions[bot] commented on code in PR #16635:
URL: https://github.com/apache/doris/pull/16635#discussion_r1103619001
##
be/src/service/internal_service.cpp:
##
@@ -163,94 +200,103 @@
st.to_protobuf(response->mutable_status());
}
-void
PInternalServiceImpl::exec_pl
github-actions[bot] commented on code in PR #16635:
URL: https://github.com/apache/doris/pull/16635#discussion_r1103619129
##
be/src/service/internal_service.cpp:
##
@@ -668,75 +760,86 @@ void
PInternalServiceImpl::check_rpc_channel(google::protobuf::RpcController* co
github-actions[bot] commented on code in PR #16635:
URL: https://github.com/apache/doris/pull/16635#discussion_r1103620629
##
be/src/service/internal_service.cpp:
##
@@ -1072,14 +1178,22 @@ void
PInternalServiceImpl::multiget_data(google::protobuf::RpcController* contro
morningman merged PR #16632:
URL: https://github.com/apache/doris/pull/16632
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.a
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4350c98b02 [improve](dynamic-table) change `a
github-actions[bot] commented on PR #16635:
URL: https://github.com/apache/doris/pull/16635#issuecomment-1426770152
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #16635:
URL: https://github.com/apache/doris/pull/16635#issuecomment-1426770142
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
xutaoustc opened a new issue, #16637:
URL: https://github.com/apache/doris/issues/16637
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
Currently doris on
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1426774825
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xutaoustc opened a new pull request, #16638:
URL: https://github.com/apache/doris/pull/16638
# Proposed changes
Issue Number: close #16637
## Problem summary
support row policy filter for role
## Checklist(Required)
1. Does it affect the original behavior:
chenlinzhong closed pull request #16635: [Improvement](brpc) replace brpc
bthread with pthread
URL: https://github.com/apache/doris/pull/16635
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
chenlinzhong opened a new pull request, #16639:
URL: https://github.com/apache/doris/pull/16639
# Proposed changes
Issue Number: close #16634
## Problem summary
mainly include:
1. brpc service adds two types of thread pools. The number of "light" and
"heavy" thread p
Yukang-Lian opened a new pull request, #16640:
URL: https://github.com/apache/doris/pull/16640
…imalv3
- Array functions support nested type decimalv3:
* array array_min array_max array_size array_remove array_sort and so on.
Signed-off-by: Yukang Lian
# Proposed chan
github-actions[bot] commented on code in PR #16639:
URL: https://github.com/apache/doris/pull/16639#discussion_r1103645984
##
be/src/service/internal_service.cpp:
##
@@ -247,15 +292,18 @@
const
PTabletWriterCancelRequest* request
github-actions[bot] commented on code in PR #16639:
URL: https://github.com/apache/doris/pull/16639#discussion_r1103646679
##
be/src/service/internal_service.cpp:
##
@@ -247,15 +292,18 @@
const
PTabletWriterCancelRequest* request
github-actions[bot] commented on code in PR #16639:
URL: https://github.com/apache/doris/pull/16639#discussion_r1103646730
##
be/src/service/internal_service.cpp:
##
@@ -286,125 +334,134 @@ Status PInternalServiceImpl::_exec_plan_fragment(const
std::string& ser_request,
}
github-actions[bot] commented on code in PR #16639:
URL: https://github.com/apache/doris/pull/16639#discussion_r1103646780
##
be/src/service/internal_service.cpp:
##
@@ -247,15 +292,18 @@ void
PInternalServiceImpl::tablet_writer_cancel(google::protobuf::RpcController*
ByteYue opened a new pull request, #16641:
URL: https://github.com/apache/doris/pull/16641
# Proposed changes
Issue Number: close #xxx
Currently cooldown's implementation would compare the replica id of the
local replica and cooldown_replica_id inside the cooldown conf, unfortunate
github-actions[bot] commented on PR #16641:
URL: https://github.com/apache/doris/pull/16641#issuecomment-1426808096
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16641:
URL: https://github.com/apache/doris/pull/16641#issuecomment-1426809325
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16639:
URL: https://github.com/apache/doris/pull/16639#issuecomment-1426811566
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #16639:
URL: https://github.com/apache/doris/pull/16639#issuecomment-1426814356
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.68 seconds
stream load tsv: 469 seconds loaded 74807831229 Bytes, about 152
MB/s
hello-stephen commented on PR #16641:
URL: https://github.com/apache/doris/pull/16641#issuecomment-1426823861
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.12 seconds
stream load tsv: 475 seconds loaded 74807831229 Bytes, about 150
MB/s
zy-kkk opened a new pull request, #16642:
URL: https://github.com/apache/doris/pull/16642
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
github-actions[bot] commented on PR #10802:
URL: https://github.com/apache/doris/pull/10802#issuecomment-1426904151
We're closing this PR because it hasn't been updated in a while.
This isn't a judgement on the merit of the PR in any way. It's just a way of
keeping the PR queue manageable
FreeOnePlus opened a new pull request, #16643:
URL: https://github.com/apache/doris/pull/16643
# Proposed changes
Add computer node interface
Remove incorrect description about packaging method
## Problem summary
Describe your changes.
## Checklist(Required)
github-actions[bot] commented on PR #16633:
URL: https://github.com/apache/doris/pull/16633#issuecomment-1426962723
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
45 matches
Mail list logo