Re: [PR] [fix](memory) Allocator address sanitizers enable print stack trace [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33853: URL: https://github.com/apache/doris/pull/33853#issuecomment-2063776984 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25157) Line Coverage: 27.13% (73234/269967) Region Coverage: 26.26% (37834/144098) Branch Coverage: 23.0

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2063783049 TeamCity be ut coverage result: Function Coverage: 35.41% (8912/25170) Line Coverage: 27.12% (73235/270078) Region Coverage: 26.25% (37837/144160) Branch Coverage: 23.0

Re: [PR] [enhancement](segcompaction) refine segcompaction policy for wide-table [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #30633: URL: https://github.com/apache/doris/pull/30633#issuecomment-2063784085 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](mow) cloud full compaction should check unique key when trying to calculate delete bitmap [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33859: URL: https://github.com/apache/doris/pull/33859#issuecomment-2063786828 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] [opt](catalog) support using loading cache for db/table list in external catalog [doris]

2024-04-18 Thread via GitHub
morningman commented on PR #33610: URL: https://github.com/apache/doris/pull/33610#issuecomment-2063788689 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](top-n) support topn filter on vscan node [doris]

2024-04-18 Thread via GitHub
BiteThet commented on PR #33496: URL: https://github.com/apache/doris/pull/33496#issuecomment-2063794491 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

Re: [PR] [Refactor](executor)Add workload schedule policy table [doris]

2024-04-18 Thread via GitHub
wangbo commented on PR #33729: URL: https://github.com/apache/doris/pull/33729#issuecomment-2063810044 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] [fix](mow) cloud full compaction should check unique key when trying to calculate delete bitmap [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33859: URL: https://github.com/apache/doris/pull/33859#issuecomment-2063810774 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25157) Line Coverage: 27.13% (73241/269972) Region Coverage: 26.26% (37843/144101) Branch Coverage: 23.0

Re: [PR] [Chore](runtime-filter) add tmp debug info to investigate unknown filter error [doris]

2024-04-18 Thread via GitHub
yiguolei merged PR #33857: URL: https://github.com/apache/doris/pull/33857 -- 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.apa

(doris) branch branch-2.1 updated: [Chore](runtime-filter) add tmp debug info to investigate unknown filter error #33857

2024-04-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 ba05ef44055 [Chore](runtime-filter) add

Re: [PR] [enhancement](Nereids) Enable parse sql from sql cache and fix some bugs [doris]

2024-04-18 Thread via GitHub
yiguolei merged PR #33852: URL: https://github.com/apache/doris/pull/33852 -- 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.apa

Re: [PR] [fix](memory) Allocator address sanitizers enable print stack trace [doris]

2024-04-18 Thread via GitHub
yiguolei commented on code in PR #33853: URL: https://github.com/apache/doris/pull/33853#discussion_r1570708240 ## be/src/common/config.cpp: ## @@ -1059,7 +1059,7 @@ DEFINE_mString(kerberos_krb5_conf_path, "/etc/krb5.conf"); DEFINE_mString(get_stack_trace_tool, "libunwind");

Re: [PR] [fix](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33860: URL: https://github.com/apache/doris/pull/33860#issuecomment-2063832794 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

[PR] [fix](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
xinyiZzz opened a new pull request, #33860: URL: https://github.com/apache/doris/pull/33860 ## Proposed changes fix #33608, more comprehensive test ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] [fix](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33860: URL: https://github.com/apache/doris/pull/33860#issuecomment-2063832937 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](memory) Allocator address sanitizers enable print stack trace [doris]

2024-04-18 Thread via GitHub
yiguolei commented on code in PR #33853: URL: https://github.com/apache/doris/pull/33853#discussion_r1570713454 ## be/src/common/stack_trace.cpp: ## @@ -439,7 +439,8 @@ static StackTraceCache& cacheInstance() { static std::mutex stacktrace_cache_mutex; -std::string toString

Re: [PR] [Refactor](executor)Add workload schedule policy table [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33729: URL: https://github.com/apache/doris/pull/33729#issuecomment-2063843447 TeamCity be ut coverage result: Function Coverage: 35.42% (8913/25161) Line Coverage: 27.12% (73228/270045) Region Coverage: 26.25% (37835/144146) Branch Coverage: 23.0

Re: [PR] [Feature](top-n) support topn filter on vscan node [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33496: URL: https://github.com/apache/doris/pull/33496#issuecomment-2063847788 TeamCity be ut coverage result: Function Coverage: 35.41% (8913/25172) Line Coverage: 27.12% (73239/270036) Region Coverage: 26.25% (37836/144119) Branch Coverage: 23.0

Re: [PR] [fix](decompress)(review) context leaked in failure path [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on code in PR #33622: URL: https://github.com/apache/doris/pull/33622#discussion_r1570736116 ## be/src/util/block_compression.cpp: ## @@ -168,40 +171,34 @@ private: // reuse LZ4 compress stream -Status _acquire_compression_ctx(Context**

Re: [PR] [fix](routine-load) fix routine load lag is negative [doris]

2024-04-18 Thread via GitHub
HHoflittlefish777 commented on PR #33846: URL: https://github.com/apache/doris/pull/33846#issuecomment-2063871433 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

Re: [PR] [Enhancement](multi-catalog) Rewrite `S3URI` to remove tricky virtual bucket mechanism and support different uri styles by flags. [doris]

2024-04-18 Thread via GitHub
kaka11chen commented on PR #33858: URL: https://github.com/apache/doris/pull/33858#issuecomment-2063890016 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] [enhancement](profile) get real-time query profile [doris]

2024-04-18 Thread via GitHub
zhiqiang- commented on PR #33383: URL: https://github.com/apache/doris/pull/33383#issuecomment-2063911084 https://github.com/apache/doris/assets/42906151/dddb5de4-8e5c-4c9f-8923-1af2c45092ba";> http://43.132.222.7:8111/test/8774097394913849745?currentProjectId=Doris_DorisRegression&ex

Re: [PR] [Enhancement](group commit) Add fault injection case for group commit [doris]

2024-04-18 Thread via GitHub
Yukang-Lian commented on PR #33861: URL: https://github.com/apache/doris/pull/33861#issuecomment-2063925739 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

Re: [PR] [Enhancement](group commit) Add fault injection case for group commit [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33861: URL: https://github.com/apache/doris/pull/33861#issuecomment-2063925624 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

[PR] [Enhancement](group commit) Add fault injection case for group commit [doris]

2024-04-18 Thread via GitHub
Yukang-Lian opened a new pull request, #33861: URL: https://github.com/apache/doris/pull/33861 This case is to test if group commit behavior is right when group commit load status is wrong. ## Proposed changes Issue Number: close #xxx ## Further comments

Re: [PR] [Enhancement](group commit) Add fault injection case for group commit [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33861: URL: https://github.com/apache/doris/pull/33861#issuecomment-2063937249 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](segcompaction) refine segcompaction policy for wide-table [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #30633: URL: https://github.com/apache/doris/pull/30633#issuecomment-2063947434 TeamCity be ut coverage result: Function Coverage: 35.42% (8911/25157) Line Coverage: 27.12% (73210/269982) Region Coverage: 26.25% (37826/144108) Branch Coverage: 23.0

Re: [PR] [fix](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33862: URL: https://github.com/apache/doris/pull/33862#issuecomment-2063956062 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

[PR] [fix](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
xinyiZzz opened a new pull request, #33862: URL: https://github.com/apache/doris/pull/33862 ## Proposed changes temporarily close check query memory tracker equal to 0 , fix https://github.com/apache/doris/pull/33396, requires more testing. ## Further comments If this is

Re: [PR] [fix](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33862: URL: https://github.com/apache/doris/pull/33862#issuecomment-2063955593 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] (cloud-merge) Fix the cast failed when RollupJobV2 convert to CloudRollupJobV2 [doris]

2024-04-18 Thread via GitHub
Lchangliang commented on PR #33847: URL: https://github.com/apache/doris/pull/33847#issuecomment-2063970238 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

Re: [PR] [fix](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33862: URL: https://github.com/apache/doris/pull/33862#issuecomment-2063972576 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](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33862: URL: https://github.com/apache/doris/pull/33862#issuecomment-2063991405 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](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33862: URL: https://github.com/apache/doris/pull/33862#issuecomment-2063991491 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](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33860: URL: https://github.com/apache/doris/pull/33860#issuecomment-2063996446 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

[PR] [fix](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
xinyiZzz opened a new pull request, #33863: URL: https://github.com/apache/doris/pull/33863 ## Proposed changes `dwarf_location_info_mode` is passed as parameter to stack trace ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [fix](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33863: URL: https://github.com/apache/doris/pull/33863#issuecomment-2064012878 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 master updated (d7b0616dbd1 -> 7876ae7dabc)

2024-04-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d7b0616dbd1 [fix](compile) fix two compile errors on MacOS (#33834) add 7876ae7dabc [fix](Regression) Don't o

Re: [PR] [fix](Regression) Don't override the regression's enableCacheData and enableStorageVault conf [doris]

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

Re: [PR] [Enhancement](multi-catalog) Rewrite `S3URI` to remove tricky virtual bucket mechanism and support different uri styles by flags. [doris]

2024-04-18 Thread via GitHub
kaka11chen commented on PR #33858: URL: https://github.com/apache/doris/pull/33858#issuecomment-2064022939 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] [fix](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33863: URL: https://github.com/apache/doris/pull/33863#issuecomment-2064028728 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](memory) temporarily close Allocator address sanitizers [doris]

2024-04-18 Thread via GitHub
yiguolei merged PR #33862: URL: https://github.com/apache/doris/pull/33862 -- 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.apa

(doris) branch master updated: [fix](memory) temporarily close Allocator address sanitizers #33862

2024-04-18 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 9606252072d [fix](memory) temporarily close All

Re: [PR] [fix](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33863: URL: https://github.com/apache/doris/pull/33863#issuecomment-2064107048 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](memory) Fix BlockCompression memory tracking [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33841: URL: https://github.com/apache/doris/pull/33841#issuecomment-2064109824 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](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2064111076 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](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33860: URL: https://github.com/apache/doris/pull/33860#issuecomment-2064113959 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](memory) Fix BlockCompression memory tracking [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33841: URL: https://github.com/apache/doris/pull/33841#issuecomment-2064131763 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](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33863: URL: https://github.com/apache/doris/pull/33863#issuecomment-2064128004 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](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2064131937 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](routine-load) fix routine load lag is negative [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33846: URL: https://github.com/apache/doris/pull/33846#issuecomment-2064133211 TeamCity be ut coverage result: Function Coverage: 35.41% (8909/25158) Line Coverage: 27.12% (73230/269995) Region Coverage: 26.25% (37825/144110) Branch Coverage: 23.0

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
ByteYue commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2064164987 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 unsu

Re: [PR] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
ByteYue commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2064188112 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 unsu

Re: [PR] [Enhancement](group commit) Add fault injection case for group commit [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33861: URL: https://github.com/apache/doris/pull/33861#issuecomment-2064200668 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25157) Line Coverage: 27.13% (73244/269978) Region Coverage: 26.26% (37846/144109) Branch Coverage: 23.0

Re: [PR] Revert "[Fix](compaction) Fix full compaction count info (#33735)" [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33790: URL: https://github.com/apache/doris/pull/33790#issuecomment-2064202710 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] Revert "[Fix](compaction) Fix full compaction count info (#33735)" [doris]

2024-04-18 Thread via GitHub
zhannngchen merged PR #33790: URL: https://github.com/apache/doris/pull/33790 -- 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 master updated: Revert "[Fix](compaction) Fix full compaction count info (#33735)" (#33790)

2024-04-18 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 532dc46eb8a Revert "[Fix](compaction) Fix full

Re: [PR] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2064205490 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](multi-catalog) Rewrite `S3URI` to remove tricky virtual bucket mechanism and support different uri styles by flags. [doris]

2024-04-18 Thread via GitHub
kaka11chen commented on PR #33858: URL: https://github.com/apache/doris/pull/33858#issuecomment-2064207711 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](mow) cloud full compaction should check unique key when trying to calculate delete bitmap [doris]

2024-04-18 Thread via GitHub
hust-hhb commented on PR #33859: URL: https://github.com/apache/doris/pull/33859#issuecomment-2064230118 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](mow) cloud full compaction should check unique key when trying to calculate delete bitmap [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33859: URL: https://github.com/apache/doris/pull/33859#issuecomment-2064249764 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

[PR] [opt](kerberos) opt the hive kerberos doc [doris-website]

2024-04-18 Thread via GitHub
morningman opened a new pull request, #573: URL: https://github.com/apache/doris-website/pull/573 (no comment) -- 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 unsubscrib

Re: [PR] [feature](variable) add read_only and super_read_only [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33795: URL: https://github.com/apache/doris/pull/33795#issuecomment-2064259078 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] [feature-wip](Cloud) Show isDefault vault in show storage vault stmt [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33839: URL: https://github.com/apache/doris/pull/33839#issuecomment-2064261952 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](schema change) fix schema change check does not calculate reader merged rows [doris]

2024-04-18 Thread via GitHub
luwei16 commented on PR #33825: URL: https://github.com/apache/doris/pull/33825#issuecomment-2064278428 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 unsu

Re: [I] [Feature] 整库同步时,自动排除不符合Doris表及字段规范的表名和字段名 [doris-flink-connector]

2024-04-18 Thread via GitHub
vinlee19 commented on issue #217: URL: https://github.com/apache/doris-flink-connector/issues/217#issuecomment-2064293600 I am actively working on integrating the feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [fix](schema change) fix schema change check does not calculate reader merged rows [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33825: URL: https://github.com/apache/doris/pull/33825#issuecomment-2064298842 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](decompress)(review) context leaked in failure path [doris]

2024-04-18 Thread via GitHub
Vallishp commented on PR #33622: URL: https://github.com/apache/doris/pull/33622#issuecomment-2064309442 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](stacktrace) Fix `dwarf_location_info_mode` is passed as parameter to stack trace [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33863: URL: https://github.com/apache/doris/pull/33863#issuecomment-2064326348 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25157) Line Coverage: 27.13% (73240/269970) Region Coverage: 26.26% (37834/144098) Branch Coverage: 23.0

Re: [PR] [fix](mow) cloud full compaction should check unique key when trying to calculate delete bitmap [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33859: URL: https://github.com/apache/doris/pull/33859#issuecomment-2064341393 TeamCity be ut coverage result: Function Coverage: 35.42% (8910/25157) Line Coverage: 27.12% (73219/269973) Region Coverage: 26.25% (37828/144104) Branch Coverage: 23.0

Re: [PR] [feature](variable) add read_only and super_read_only [doris]

2024-04-18 Thread via GitHub
xiaokang merged PR #33795: URL: https://github.com/apache/doris/pull/33795 -- 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.apa

(doris) branch master updated: [feature](variable) add read_only and super_read_only (#33795)

2024-04-18 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 e3ba453e9bc [feature](variable) add read_only and

Re: [PR] [Fix](compile) Fix gcc compile on master [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33864: URL: https://github.com/apache/doris/pull/33864#issuecomment-2064374418 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] [opt](auto bucket) add fe config autobucket_max_buckets [doris]

2024-04-18 Thread via GitHub
xiaokang commented on PR #33842: URL: https://github.com/apache/doris/pull/33842#issuecomment-2064375553 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] [Fix](compile) Fix gcc compile on master [doris]

2024-04-18 Thread via GitHub
zclllyybb opened a new pull request, #33864: URL: https://github.com/apache/doris/pull/33864 ## Proposed changes Issue Number: close #xxx This is imported by https://github.com/apache/doris/pull/33511. wrongly used ```c++ ColumnStr (); ``` which violate C++20 standar

Re: [PR] [Fix](compile) Fix gcc compile on master [doris]

2024-04-18 Thread via GitHub
zclllyybb commented on PR #33864: URL: https://github.com/apache/doris/pull/33864#issuecomment-2064374581 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](compile) Fix gcc compile on master [doris]

2024-04-18 Thread via GitHub
zclllyybb commented on PR #33864: URL: https://github.com/apache/doris/pull/33864#issuecomment-2064386668 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] [release](version) change branch-2.0 version to 2.0.9 [doris]

2024-04-18 Thread via GitHub
xiaokang opened a new pull request, #33865: URL: https://github.com/apache/doris/pull/33865 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [release](version) change branch-2.0 version to 2.0.9 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33865: URL: https://github.com/apache/doris/pull/33865#issuecomment-2064389507 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] [release](version) change branch-2.0 version to 2.0.9 [doris]

2024-04-18 Thread via GitHub
xiaokang commented on PR #33865: URL: https://github.com/apache/doris/pull/33865#issuecomment-2064390500 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] (add)[hive] add hive insert doc [doris-website]

2024-04-18 Thread via GitHub
morningman opened a new pull request, #574: URL: https://github.com/apache/doris-website/pull/574 (no comment) -- 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 unsubscrib

Re: [PR] [Fix](compile) Fix gcc compile on master [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on code in PR #33864: URL: https://github.com/apache/doris/pull/33864#discussion_r1571043523 ## be/src/vec/aggregate_functions/aggregate_function_orthogonal_bitmap.h: ## @@ -18,11 +18,10 @@ #pragma once #include Review Comment: warning: 'gl

Re: [PR] [fix](plsql) Fix regression test for routine select [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33860: URL: https://github.com/apache/doris/pull/33860#issuecomment-2064449420 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 2.1-bak created (now b8168f877d9)

2024-04-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch 2.1-bak in repository https://gitbox.apache.org/repos/asf/doris.git at b8168f877d9 [enhancement](Nereids) Enable parse sql from sql cache and fix some bugs (#33852) No new revisions wer

(doris) branch branch-2.1 updated (b8168f877d9 -> ba05ef44055)

2024-04-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git omit b8168f877d9 [enhancement](Nereids) Enable parse sql from sql cache and fix some bugs (#33852) This update remov

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33796: URL: https://github.com/apache/doris/pull/33796#issuecomment-2064502737 TeamCity be ut coverage result: Function Coverage: 35.41% (8913/25170) Line Coverage: 27.11% (73225/270081) Region Coverage: 26.24% (37828/144160) Branch Coverage: 23.0

Re: [PR] [feature](fe) Advance the next id before transfering to master [doris]

2024-04-18 Thread via GitHub
gavinchou commented on code in PR #33817: URL: https://github.com/apache/doris/pull/33817#discussion_r1571074494 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -1601,6 +1605,23 @@ private void transferToMaster() { } } +/* + * Advance

Re: [PR] [release](version) change branch-2.0 version to 2.0.9 [doris]

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

Re: [PR] [feature](Cloud) Enable write into file cache for hdfs writer [doris]

2024-04-18 Thread via GitHub
gavinchou commented on code in PR #33796: URL: https://github.com/apache/doris/pull/33796#discussion_r1571094455 ## be/src/common/config.cpp: ## @@ -1028,6 +1028,7 @@ DEFINE_mInt64(s3_write_buffer_size, "5242880"); // The timeout config for S3 buffer allocation DEFINE_mInt32(s

Re: [PR] [release](version) change branch-2.0 version to 2.0.9 [doris]

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

Re: [PR] [fix](schema change) fix schema change check does not calculate reader merged rows [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33825: URL: https://github.com/apache/doris/pull/33825#issuecomment-2064574273 TeamCity be ut coverage result: Function Coverage: 35.43% (8913/25158) Line Coverage: 27.12% (73223/269977) Region Coverage: 26.25% (37822/144103) Branch Coverage: 23.0

Re: [PR] [release](version) change branch-2.0 version to 2.0.9 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33865: URL: https://github.com/apache/doris/pull/33865#issuecomment-2064588140 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [release](version) change branch-2.0 version to 2.0.9 [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33865: URL: https://github.com/apache/doris/pull/33865#issuecomment-2064599679 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit f2481fec2bb47508e7fce48dd238d12dfa105da7 with default session variables Stream

Re: [PR] [fix](move-memtable) fix commit may fail due to duplicated reports [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on code in PR #32403: URL: https://github.com/apache/doris/pull/32403#discussion_r1571114436 ## be/src/vec/sink/writer/vtablet_writer_v2.h: ## @@ -114,6 +114,14 @@ class VTabletWriterV2 final : public AsyncResultWriter { Status on_partitions_

Re: [PR] [Fix](compile) Fix gcc compile on master [doris]

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

Re: [PR] [fix](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
xinyiZzz commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2064681654 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] [Enhancement](multi-catalog) Rewrite `S3URI` to remove tricky virtual bucket mechanism and support different uri styles by flags. [doris]

2024-04-18 Thread via GitHub
kaka11chen commented on PR #33858: URL: https://github.com/apache/doris/pull/33858#issuecomment-2064696016 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](memory) Fix ExecEnv destroy memory tracking [doris]

2024-04-18 Thread via GitHub
github-actions[bot] commented on PR #33781: URL: https://github.com/apache/doris/pull/33781#issuecomment-2064699273 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](compile) Fix gcc compile on master [doris]

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

Re: [PR] [fix](decompress)(review) context leaked in failure path [doris]

2024-04-18 Thread via GitHub
yiguolei commented on code in PR #33622: URL: https://github.com/apache/doris/pull/33622#discussion_r1571150437 ## be/src/util/block_compression.cpp: ## @@ -169,40 +172,34 @@ class Lz4BlockCompression : public BlockCompressionCodec { private: // reuse LZ4 compress stream

<    1   2   3   4   5   6   7   >