Re: [PR] [improve](backup) Reduce backup/restore job log size by compress [doris]

2024-10-30 Thread via GitHub
w41ter commented on code in PR #42459: URL: https://github.com/apache/doris/pull/42459#discussion_r1823696041 ## fe/fe-core/src/main/java/org/apache/doris/persist/gson/GsonUtils.java: ## @@ -978,4 +986,26 @@ public T read(JsonReader reader) throws IOException { } }

(doris) branch auto-pick-42459-branch-3.0 created (now 79b6a99f12d)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42459-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) (#42905) No new

Re: [PR] branch-3.0: [improve](backup) Reduce backup/restore job log size by compress [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42954: URL: https://github.com/apache/doris/pull/42954#issuecomment-2448890740 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch auto-pick-42459-branch-3.0 updated (79b6a99f12d -> 2d888e661f7)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42459-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) (#42905) add

Re: [PR] [fix](heartbeat) fix heartbeat editlog no persist hbTime [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42653: URL: https://github.com/apache/doris/pull/42653#issuecomment-2448892328 run performance -- 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

Re: [PR] [branch-3.0](pick) Pick #41789 #42482 [doris]

2024-10-30 Thread via GitHub
Gabriel39 commented on PR #42914: URL: https://github.com/apache/doris/pull/42914#issuecomment-2448848318 run buildall -- 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 un

Re: [PR] [feature](profile)Enable merging of incomplete profiles. (#39560) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42953: URL: https://github.com/apache/doris/pull/42953#issuecomment-2448884552 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch auto-pick-42208-branch-3.0 created (now 79b6a99f12d)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42208-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) (#42905) No new

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on code in PR #42921: URL: https://github.com/apache/doris/pull/42921#discussion_r1823698516 ## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java: ## @@ -113,6 +113,7 @@ public long getCachedRowCount(long catalogId, long dbId, l

Re: [PR] [refactor](agg) Refactor agg-related metrics [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42898: URL: https://github.com/apache/doris/pull/42898#issuecomment-2448876322 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

Re: [PR] [Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-10-30 Thread via GitHub
cambyzju commented on PR #42949: URL: https://github.com/apache/doris/pull/42949#issuecomment-2448894564 1、这个改动很基础,有什么合理的场景,需要这么改吗? 2、随机生成rowset id会导致跟其他地方的元数据等对不上的风险吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [Improvement](join) support single column nullable join hash table context [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42398: URL: https://github.com/apache/doris/pull/42398#issuecomment-2448894278 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

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on code in PR #42921: URL: https://github.com/apache/doris/pull/42921#discussion_r1823699564 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalTable.java: ## @@ -863,14 +865,20 @@ private long getRowCountFromFileList() { est

(doris) branch auto-pick-42208-branch-3.0 updated (79b6a99f12d -> 8c4ab97508a)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42208-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) (#42905) add

[PR] branch-3.0: [fix](tablet io error) fix tablet not increase _io_error_times in some cases. [doris]

2024-10-30 Thread via GitHub
github-actions[bot] opened a new pull request, #42955: URL: https://github.com/apache/doris/pull/42955 PR Body: When read/write a tablet, if meet io error, it will increase this tablet's field `_io_error_times`. And if `_io_error_times` >= config::max_tablet_io_errors, then be will repo

Re: [PR] branch-3.0: [fix](tablet io error) fix tablet not increase _io_error_times in some cases. [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42955: URL: https://github.com/apache/doris/pull/42955#issuecomment-2448895383 run buildall -- 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 comme

(doris) branch branch-2.1 updated: [improvement](statistics)Add log for estimating hive table row count logic. (#42921) (#42931)

2024-10-30 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new d67007c72d9 [improvement](statistics)Ad

Re: [PR] branch-3.0: [fix](tablet io error) fix tablet not increase _io_error_times in some cases. [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42955: URL: https://github.com/apache/doris/pull/42955#issuecomment-2448895417 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improve](backup) Reduce backup/restore job log size by compress [doris]

2024-10-30 Thread via GitHub
w41ter closed pull request #42468: [improve](backup) Reduce backup/restore job log size by compress URL: https://github.com/apache/doris/pull/42468 -- 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 th

Re: [PR] [Bug](compile) fix compile error in master branch about GCC [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42936: URL: https://github.com/apache/doris/pull/42936#issuecomment-244798 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

(doris) branch branch-2.1 updated: [chore](ddl) support force_enable_feature_binlog #41796 (#42926)

2024-10-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new ae88d032db3 [chore](ddl) support for

Re: [PR] [Bug](compile) fix compile error in master branch about GCC [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42936: URL: https://github.com/apache/doris/pull/42936#issuecomment-244826 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

Re: [PR] [fix](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
Yukang-Lian commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2448897697 run p0 -- 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 unsubs

(doris) branch master updated (f5642d2f250 -> 290e5832bd5)

2024-10-30 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f5642d2f250 [fix](tablet io error) fix tablet not increase _io_error_times in some cases. (#42208) add 290e58

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449055190 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

Re: [PR] [fix](cloud) cloud mode support txn load for mow tables [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #41932: URL: https://github.com/apache/doris/pull/41932#issuecomment-2449058717 TeamCity be ut coverage result: Function Coverage: 37.92% (9851/25976) Line Coverage: 29.18% (82066/281247) Region Coverage: 28.45% (42359/148898) Branch Coverage: 25.0

(doris) branch branch-3.0 updated: [Test](bloom filter) add retry query for bloom filter test case #42937 (#42974)

2024-10-30 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ca35ea385fa [Test](bloom filter) add re

(doris) branch branch-2.1 updated: [Test](bloom filter) add retry query for bloom filter test case #42937 (#42975)

2024-10-30 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0b640b938c3 [Test](bloom filter) add re

Re: [PR] [Test](bloom filter) add retry query for bloom filter test case #42937 [doris]

2024-10-30 Thread via GitHub
airborne12 merged PR #42974: URL: https://github.com/apache/doris/pull/42974 -- 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

Re: [PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42979: URL: https://github.com/apache/doris/pull/42979#issuecomment-2449068711 TPC-H: Total hot run time: 41433 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

(doris) branch branch-2.0 updated: [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) (#42871)

2024-10-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 3877a7a4adc [fix](Nereids) simplify de

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
yujun777 commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1823812345 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -193,19 +209,115 @@ public synchronized void process(String rawSql, List alterClauses,

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42980: URL: https://github.com/apache/doris/pull/42980#issuecomment-2449070833 run buildall -- 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 un

[PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li opened a new pull request, #42980: URL: https://github.com/apache/doris/pull/42980 backport: https://github.com/apache/doris/pull/42921 -- 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

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42980: URL: https://github.com/apache/doris/pull/42980#issuecomment-2449070745 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) [doris]

2024-10-30 Thread via GitHub
morrySnow merged PR #42871: URL: https://github.com/apache/doris/pull/42871 -- 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.ap

Re: [PR] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42895: URL: https://github.com/apache/doris/pull/42895#issuecomment-2449070586 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

Re: [PR] [refactor](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42909: URL: https://github.com/apache/doris/pull/42909#issuecomment-2449071872 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

Re: [PR] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42895: URL: https://github.com/apache/doris/pull/42895#issuecomment-2449070561 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

(doris) branch branch-2.0 updated (3877a7a4adc -> 3c6736c9a32)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 3877a7a4adc [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) (#42871) add

(doris) branch revert_42422 deleted (was 56cf40bec57)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch revert_42422 in repository https://gitbox.apache.org/repos/asf/doris.git was 56cf40bec57 Revert "[improve](restore) Compress restore job to reduce editlog size (#42422)" The revisions that

Re: [PR] [improve](restore) Compress backup/restore job log size by compress [doris]

2024-10-30 Thread via GitHub
w41ter merged PR #42462: URL: https://github.com/apache/doris/pull/42462 -- 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.apach

Re: [PR] branch-3.0: [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42981: URL: https://github.com/apache/doris/pull/42981#issuecomment-2449075250 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch auto-pick-42895-branch-3.0 updated (ca35ea385fa -> 1909ea88c36)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42895-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ca35ea385fa [Test](bloom filter) add retry query for bloom filter test case #42937 (#42974)

Re: [PR] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
mrhhsg commented on PR #42895: URL: https://github.com/apache/doris/pull/42895#issuecomment-2448722235 run buildall -- 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 unsub

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
yujun777 commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1823663812 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -193,19 +209,115 @@ public synchronized void process(String rawSql, List alterClauses,

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2448825102 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

Re: [PR] [feat](nereids) support drop database in nereids [doris]

2024-10-30 Thread via GitHub
felixwluo commented on PR #42935: URL: https://github.com/apache/doris/pull/42935#issuecomment-2448855406 run buildall -- 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 un

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
hust-hhb commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2448854666 run buildall -- 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 uns

(doris) branch branch-2.1 updated: [Configuration](transactional-hive) Add `skip_checking_acid_version_file` session var to skip checking acid version file in some hive envs. (#42111)(#42225) (#42939)

2024-10-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new fce4695f37a [Configuration](transacti

Re: [PR] [refactor](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
Gabriel39 commented on PR #42909: URL: https://github.com/apache/doris/pull/42909#issuecomment-2448856194 run buildall -- 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 un

Re: [PR] [Configuration](transactional-hive) Add `skip_checking_acid_version_file` session var to skip checking acid version file in some hive envs. (#42111)(#42225) [doris]

2024-10-30 Thread via GitHub
morningman merged PR #42939: URL: https://github.com/apache/doris/pull/42939 -- 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

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
hust-hhb commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2448856105 run buildall -- 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 uns

Re: [PR] [env](compile)open compile check in sink file [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42574: URL: https://github.com/apache/doris/pull/42574#issuecomment-2448856390 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

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
yujun777 commented on code in PR #42401: URL: https://github.com/apache/doris/pull/42401#discussion_r1823677823 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -193,19 +209,115 @@ public synchronized void process(String rawSql, List alterClauses,

Re: [PR] [refactor](scanner) Delete unused metrics and refactor scan operators [doris]

2024-10-30 Thread via GitHub
Gabriel39 merged PR #42857: URL: https://github.com/apache/doris/pull/42857 -- 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.ap

(doris) branch branch-3.0 updated: [enhance](hive) support reading hive table with OpenCSVSerde #42257 (#42942)

2024-10-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 77edc59eca1 [enhance](hive) support r

(doris) branch master updated (a33fb09f270 -> 298ddb5b83c)

2024-10-30 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a33fb09f270 [test](p0) fix load stream leak in injection cases (#42681) add 298ddb5b83c [refactor](scanner) De

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2448858880 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

Re: [PR] [enhance](hive) support reading hive table with OpenCSVSerde #42257 [doris]

2024-10-30 Thread via GitHub
morningman merged PR #42942: URL: https://github.com/apache/doris/pull/42942 -- 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 branch-2.1 updated: [enhancement](jni)append exception check for jni code. (#42507) (#42945)

2024-10-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 668c65deb31 [enhancement](jni)append

Re: [PR] [refactor](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42909: URL: https://github.com/apache/doris/pull/42909#discussion_r1823678562 ## be/src/pipeline/exec/exchange_sink_operator.cpp: ## @@ -389,7 +382,6 @@ void ExchangeSinkOperatorX::_handle_eof_channel(RuntimeState* state, ChannelPtrT

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2448860654 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

Re: [PR] [enhancement](jni)append exception check for jni code. (#42507) [doris]

2024-10-30 Thread via GitHub
morningman merged PR #42945: URL: https://github.com/apache/doris/pull/42945 -- 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 branch-2.1 updated: [fix](export) remove export task executor in TransientTaskExecutor (#42880)

2024-10-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0f9c2c2f0ad [fix](export) remove expo

Re: [PR] [fix](export) remove export task executor in TransientTaskExecutor [doris]

2024-10-30 Thread via GitHub
morningman merged PR #42880: URL: https://github.com/apache/doris/pull/42880 -- 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

Re: [PR] [chore](ddl) support force_enable_feature_binlog #41796 [doris]

2024-10-30 Thread via GitHub
dataroaring merged PR #42925: URL: https://github.com/apache/doris/pull/42925 -- 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.

(doris) branch branch-2.0 updated: [chore](ddl) support force_enable_feature_binlog #41796 (#42925)

2024-10-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 135d5943009 [chore](ddl) support for

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #41759: URL: https://github.com/apache/doris/pull/41759#issuecomment-2449023303 ClickBench: Total hot run time: 32.14 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](store) allow to set storage_page_size for tables [doris]

2024-10-30 Thread via GitHub
zzzxl1993 commented on PR #42680: URL: https://github.com/apache/doris/pull/42680#issuecomment-2449023582 run buildall -- 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 un

Re: [PR] [feature](information_schema) add rowsets table into information_schema in cloud mode [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42367: URL: https://github.com/apache/doris/pull/42367#issuecomment-2449032372 TeamCity be ut coverage result: Function Coverage: 37.92% (9850/25973) Line Coverage: 29.18% (82051/281163) Region Coverage: 28.44% (42343/148860) Branch Coverage: 25.0

[PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
Vallishp opened a new pull request, #42979: URL: https://github.com/apache/doris/pull/42979 ## Proposed changes Issue Number: close #42719 implement showSqlBlockRuleCommand in nereids -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42979: URL: https://github.com/apache/doris/pull/42979#issuecomment-2449036770 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [feature](information_schema) add rowsets table into information_schema in cloud mode [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42367: URL: https://github.com/apache/doris/pull/42367#issuecomment-2449033773 TPC-H: Total hot run time: 40970 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](information_schema) add rowsets table into information_schema in cloud mode [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42367: URL: https://github.com/apache/doris/pull/42367#issuecomment-2449043725 TPC-DS: Total hot run time: 196350 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Enhancement] (nereids)implement showSqlBlockRuleCommand in nereids [doris]

2024-10-30 Thread via GitHub
Vallishp commented on PR #42979: URL: https://github.com/apache/doris/pull/42979#issuecomment-2449036922 run buildall -- 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 uns

Re: [PR] [feature](information_schema) add rowsets table into information_schema in cloud mode [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42367: URL: https://github.com/apache/doris/pull/42367#issuecomment-2449047917 ClickBench: Total hot run time: 31.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar #42948 [doris]

2024-10-30 Thread via GitHub
zy-kkk merged PR #42971: URL: https://github.com/apache/doris/pull/42971 -- 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.apach

(doris) branch master updated (b74e38c5c28 -> c69e8150830)

2024-10-30 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b74e38c5c28 [chore](profile) add task state in profile (#42895) add c69e8150830 [refactor](metrics) Refactor m

Re: [PR] [refactor](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
Gabriel39 merged PR #42909: URL: https://github.com/apache/doris/pull/42909 -- 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.ap

(doris) branch master updated: [Improvement](runtime-filter) enlarge merge_filter_callback timeout_ms (#42602)

2024-10-30 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 4494b9c04d9 [Improvement](runtime-filter) enl

Re: [PR] [improve](restore) Log create replica task progress #42350 [doris]

2024-10-30 Thread via GitHub
w41ter merged PR #42966: URL: https://github.com/apache/doris/pull/42966 -- 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.apach

(doris) branch branch-2.1 updated: [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar #42948 (#42972)

2024-10-30 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new c169fd392f1 [fix](jdbc catalog) fix be cra

Re: [PR] [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar #42948 [doris]

2024-10-30 Thread via GitHub
zy-kkk merged PR #42972: URL: https://github.com/apache/doris/pull/42972 -- 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.apach

(doris) branch auto-pick-42909-branch-3.0 created (now e9e0c38f60a)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42909-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at e9e0c38f60a [fix](jdbc catalog) fix be crash when create jdbc catalog without driver jar #4294

Re: [PR] [chore](restore) Save restore stmt to the resp if RestoreSnapshot failed #42933 [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42984: URL: https://github.com/apache/doris/pull/42984#issuecomment-2449127312 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improvement](statistics)Improve statisitcs insert into audit log. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42983: URL: https://github.com/apache/doris/pull/42983#issuecomment-2449096793 run buildall -- 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 un

(doris) branch auto-pick-42653-branch-3.0 created (now 86bb03435e1)

2024-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42653-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 86bb03435e1 [fix](task) Abort creating replica task if sending RPC failed #42276 (#42961) No

Re: [PR] [Test](count on index) add statistics check for unique table [doris]

2024-10-30 Thread via GitHub
airborne12 commented on PR #42982: URL: https://github.com/apache/doris/pull/42982#issuecomment-2449096052 run buildall -- 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 u

Re: [PR] [feature](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42401: URL: https://github.com/apache/doris/pull/42401#issuecomment-2449131527 run buildall -- 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 uns

Re: [PR] [fix](auditlog) add missing audit log fields and duplicate audit log error [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42262: URL: https://github.com/apache/doris/pull/42262#issuecomment-2449160260 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

Re: [PR] Debug delete schema assignment [doris]

2024-10-30 Thread via GitHub
TangSiyang2001 closed pull request #42365: Debug delete schema assignment URL: https://github.com/apache/doris/pull/42365 -- 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 uns

Re: [PR] [fix](cloud-mow) MS should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-30 Thread via GitHub
hust-hhb commented on PR #42379: URL: https://github.com/apache/doris/pull/42379#issuecomment-2449102474 run buildall -- 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 uns

Re: [PR] [fix](auditlog) add missing audit log fields and duplicate audit log error [doris]

2024-10-30 Thread via GitHub
morningman commented on PR #42262: URL: https://github.com/apache/doris/pull/42262#issuecomment-2449099601 run buildall -- 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 u

Re: [PR] [fix](cluster key) add a config to random set cluster keys for mow [doris]

2024-10-30 Thread via GitHub
dataroaring commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2449143172 run p0 10 -- 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 uns

Re: [PR] [Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42949: URL: https://github.com/apache/doris/pull/42949#discussion_r1823823159 ## be/src/olap/olap_common.h: ## @@ -416,7 +417,11 @@ struct RowsetId { auto [_, ec] = std::from_chars(rowset_id_str.data(),

Re: [PR] [fix](metrics) Fix doris compaction deltas total #42071 [doris]

2024-10-30 Thread via GitHub
w41ter merged PR #42960: URL: https://github.com/apache/doris/pull/42960 -- 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.apach

(doris) branch branch-3.0 updated: [fix](metrics) Fix doris compaction deltas total #42071 (#42960)

2024-10-30 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 3082951c917 [fix](metrics) Fix doris comp

(doris) branch master updated: [chore](profile) add task state in profile (#42895)

2024-10-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 b74e38c5c28 [chore](profile) add task state in

Re: [PR] [opt](variable) force update some variable by variable version [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #41607: URL: https://github.com/apache/doris/pull/41607#issuecomment-2449078552 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

<    3   4   5   6   7   8   9   >