[GitHub] [doris] morningman merged pull request #16629: [fix](docker)Fix Docker init_be script

2023-02-11 Thread via GitHub
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

[doris] branch master updated: [fix](docker)Fix Docker init_be script (#16629)

2023-02-11 Thread morningman
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

svn commit: r60063 - in /dev/doris/1.2.2-rc01: apache-doris-dependencies-1.2.2-bin-arm.tar.xz apache-doris-dependencies-1.2.2-bin-arm.tar.xz.asc apache-doris-dependencies-1.2.2-bin-arm.tar.xz.sha512

2023-02-11 Thread morningman
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

[GitHub] [doris] Yukang-Lian commented on issue #16596: [Bug] decimalv3字段查询的时候,BE节点全部挂掉

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16073: [feature](Load)Remove user/password in properties for mysql load to avoid double auth.

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16073: [feature](Load)Remove user/password in properties for mysql load to avoid double auth.

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16073: [feature](Load)Remove user/password in properties for mysql load to avoid double auth.

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16073: [feature](Load)Remove user/password in properties for mysql load to avoid double auth.

2023-02-11 Thread via GitHub
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

[GitHub] [doris] SaintBacchus commented on a diff in pull request #16633: [Improvement](ES)Supprt datav2 and datetimev2 for es query

2023-02-11 Thread via GitHub
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();

[GitHub] [doris] chenlinzhong opened a new issue, #16634: [Enhancement] replace brpc bthread with pthead

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16588: [feature](cooldown) Auto delete unused remote files

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16633: [Improvement](ES)Supprt datav2 and datetimev2 for es query

2023-02-11 Thread via GitHub
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

[GitHub] [doris] chenlinzhong opened a new pull request, #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16073: [feature](Load)Remove user/password in properties for mysql load to avoid double auth.

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16588: [feature](cooldown) Auto delete unused remote files

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16617: ZhangShunjieNet interface

2023-02-11 Thread via GitHub
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

[GitHub] [doris] ByteYue opened a new issue, #16636: [Enhancement] simplify output of show resource stmt

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] morningman merged pull request #16632: [improve](dynamic-table) change `addColumns` RPC interface fields fro…

2023-02-11 Thread via GitHub
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

[doris] branch master updated: [improve](dynamic-table) change `addColumns` RPC interface fields from `required` to `optional` and and config doc (#16632)

2023-02-11 Thread morningman
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] [doris] github-actions[bot] commented on pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] xutaoustc opened a new issue, #16637: [Feature] support row policy filter for role level

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16588: [feature](cooldown) Auto delete unused remote files

2023-02-11 Thread via GitHub
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

[GitHub] [doris] xutaoustc opened a new pull request, #16638: [feature] support row policy filter for role (#16637)

2023-02-11 Thread via GitHub
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:

[GitHub] [doris] chenlinzhong closed pull request #16635: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] chenlinzhong opened a new pull request, #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] Yukang-Lian opened a new pull request, #16640: [Feature](array-function) Support array functions for nested type dec…

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on a diff in pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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*

[GitHub] [doris] ByteYue opened a new pull request, #16641: [Bug](Cooldown) fix load balance causing no cooldown replica

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16641: [Bug](Cooldown) fix load balance causing no cooldown replica

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16641: [Bug](Cooldown) fix load balance causing no cooldown replica

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] hello-stephen commented on pull request #16639: [Improvement](brpc) replace brpc bthread with pthread

2023-02-11 Thread via GitHub
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

[GitHub] [doris] hello-stephen commented on pull request #16641: [Bug](Cooldown) fix load balance causing no cooldown replica

2023-02-11 Thread via GitHub
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

[GitHub] [doris] zy-kkk opened a new pull request, #16642: [typo](docs)fix the alter frontend statement description

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #10802: [enhancement][protocol] support proxy protocol

2023-02-11 Thread via GitHub
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

[GitHub] [doris] FreeOnePlus opened a new pull request, #16643: [docs](docs)Fix Docker documentation description

2023-02-11 Thread via GitHub
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] [doris] github-actions[bot] commented on pull request #16633: [Improvement](ES)Supprt datav2 and datetimev2 for es query

2023-02-11 Thread via GitHub
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