[GitHub] [incubator-doris] liutang123 opened a new issue #6320: Disk monitor hold StorageEngine's _store_lock too long

2021-07-25 Thread GitBox
liutang123 opened a new issue #6320: URL: https://github.com/apache/incubator-doris/issues/6320 1. `StorageEngine::_delete_tablets_on_unused_root_path` will try to obtain tablet shard write lock in `TabletManager` ``` StorageEngine::_delete_tablets_on_unused_root_path TabletM

[GitHub] [incubator-doris] liutang123 opened a new pull request #6321: Fix 6320 Optimize lock when check error storage

2021-07-25 Thread GitBox
liutang123 opened a new pull request #6321: URL: https://github.com/apache/incubator-doris/pull/6321 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature re

[GitHub] [incubator-doris] morningman commented on a change in pull request #6321: Fix 6320 Optimize lock when check error storage

2021-07-25 Thread GitBox
morningman commented on a change in pull request #6321: URL: https://github.com/apache/incubator-doris/pull/6321#discussion_r676120836 ## File path: be/src/olap/tablet_manager.cpp ## @@ -562,13 +562,22 @@ OLAPStatus TabletManager::_drop_tablet_unlocked(TTabletId tablet_id, Sch

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #6321: Fix 6320 Optimize lock when check error storage

2021-07-25 Thread GitBox
liutang123 commented on a change in pull request #6321: URL: https://github.com/apache/incubator-doris/pull/6321#discussion_r676121453 ## File path: be/src/olap/tablet_manager.cpp ## @@ -562,13 +562,22 @@ OLAPStatus TabletManager::_drop_tablet_unlocked(TTabletId tablet_id, Sch

[GitHub] [incubator-doris] morningman commented on pull request #6314: [Bug] Fix show load like match

2021-07-25 Thread GitBox
morningman commented on pull request #6314: URL: https://github.com/apache/incubator-doris/pull/6314#issuecomment-886179479 This is a historical issue, because the previous `like` operation did not implement wildcards. If you change this way, all online operations using the previous method

[GitHub] [incubator-doris] morningman commented on a change in pull request #6192: ADD: support sql block rule

2021-07-25 Thread GitBox
morningman commented on a change in pull request #6192: URL: https://github.com/apache/incubator-doris/pull/6192#discussion_r676148390 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/AlterSqlBlockRuleStmt.java ## @@ -0,0 +1,91 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #6301: Doris developers quickly use the development sample code framework,

2021-07-25 Thread GitBox
morningman commented on a change in pull request #6301: URL: https://github.com/apache/incubator-doris/pull/6301#discussion_r676152510 ## File path: samples/doris-demo/README.md ## @@ -0,0 +1,23 @@ + Review comment: license header -- This is an automated message fr

[GitHub] [incubator-doris] morningman merged pull request #6279: [Community] Fix PR labeling github action workflow

2021-07-25 Thread GitBox
morningman merged pull request #6279: URL: https://github.com/apache/incubator-doris/pull/6279 -- 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: com

[incubator-doris] branch master updated: [Community] Fix PR labeling github action workflow (#6279)

2021-07-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 8d1c1ef [Community] Fix PR labelin

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6306: [Metrics][Load] Add metrics to monitor the size of queued tasks in load thread pool

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6306: URL: https://github.com/apache/incubator-doris/pull/6306#issuecomment-886209826 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 Git

[GitHub] [incubator-doris] morningman commented on a change in pull request #6298: [Doc]Modify the storage path configuration instructions in the installation and BE configuration documents

2021-07-25 Thread GitBox
morningman commented on a change in pull request #6298: URL: https://github.com/apache/incubator-doris/pull/6298#discussion_r676154678 ## File path: docs/zh-CN/installing/install-deploy.md ## @@ -159,7 +162,23 @@ BROKER 当前没有,也不需要 priority\_networks 这个选项。Broker 的 * 修改所有 BE 的配

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6297: [Doc]Compile and automatically create fe doris-meta and be storage directories

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6297: URL: https://github.com/apache/incubator-doris/pull/6297#issuecomment-886210694 -- 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 c

[GitHub] [incubator-doris] morningman commented on pull request #6279: [Community] Fix PR labeling github action workflow

2021-07-25 Thread GitBox
morningman commented on pull request #6279: URL: https://github.com/apache/incubator-doris/pull/6279#issuecomment-886210803 Thanks @TobKed , it works! -- 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 g

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6294: [UT] Fix MaterializedViewFunctionTest run failed

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6294: URL: https://github.com/apache/incubator-doris/pull/6294#issuecomment-886211155 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
morningman commented on a change in pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#discussion_r676156008 ## File path: be/src/common/config.h ## @@ -87,7 +87,7 @@ CONF_Int32(clear_transaction_task_worker_count, "1"); // the count of thread to dele

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
caiconghui commented on a change in pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#discussion_r676157556 ## File path: be/src/common/config.h ## @@ -87,7 +87,7 @@ CONF_Int32(clear_transaction_task_worker_count, "1"); // the count of thread to dele

[GitHub] [incubator-doris] caiconghui commented on pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
caiconghui commented on pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#issuecomment-886213876 > I don't get it, why it get faster than before? > I notice that you put a limit number of active jobs in a new thread pool and let them run concurrently? on

[GitHub] [incubator-doris] caiconghui edited a comment on pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
caiconghui edited a comment on pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#issuecomment-886213876 > I don't get it, why it get faster than before? > I notice that you put a limit number of active jobs in a new thread pool and let them run concurrently?

[GitHub] [incubator-doris] caiconghui edited a comment on pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
caiconghui edited a comment on pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#issuecomment-886213876 > I don't get it, why it get faster than before? > I notice that you put a limit number of active jobs in a new thread pool and let them run concurrently?

[GitHub] [incubator-doris] caiconghui edited a comment on pull request #6292: [Optimize] Make light schema change complete more faster

2021-07-25 Thread GitBox
caiconghui edited a comment on pull request #6292: URL: https://github.com/apache/incubator-doris/pull/6292#issuecomment-886213876 > I don't get it, why it get faster than before? > I notice that you put a limit number of active jobs in a new thread pool and let them run concurrently?

[GitHub] [incubator-doris] caiconghui closed pull request #5681: [Config] Add config to limit the num of history load job num or history transaction under db to avoid too much memory usage

2021-07-25 Thread GitBox
caiconghui closed pull request #5681: URL: https://github.com/apache/incubator-doris/pull/5681 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #6253: [Improvement][Vectorized] Lower/upper case tranfer function vertorized

2021-07-25 Thread GitBox
morningman merged pull request #6253: URL: https://github.com/apache/incubator-doris/pull/6253 -- 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: com

[incubator-doris] branch master updated (8d1c1ef -> 13ef2c9)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 8d1c1ef [Community] Fix PR labeling github action workflow (#6279) add 13ef2c9 [Function][Enhance

[incubator-doris] branch master updated (13ef2c9 -> 75d954c)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 13ef2c9 [Function][Enhance] lower/upper case transfer function vectorized (#6253) add 75d954c [F

[GitHub] [incubator-doris] morningman merged pull request #6274: [Feature] Modify the cost evaluation algorithm of Broadcast and Shuffle Join

2021-07-25 Thread GitBox
morningman merged pull request #6274: URL: https://github.com/apache/incubator-doris/pull/6274 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #6272: [Proposal] Modify the cost evaluation algorithm of Broadcast and Shuffle Join

2021-07-25 Thread GitBox
morningman closed issue #6272: URL: https://github.com/apache/incubator-doris/issues/6272 -- 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-

[GitHub] [incubator-doris] morningman closed issue #6309: change a config called min_bytes_per_broker_scanner to max_bytes_per_broker_scanner as it should be.

2021-07-25 Thread GitBox
morningman closed issue #6309: URL: https://github.com/apache/incubator-doris/issues/6309 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #6310: [fix] change min_bytes_per_broker_scanner's Chinese translation.

2021-07-25 Thread GitBox
morningman merged pull request #6310: URL: https://github.com/apache/incubator-doris/pull/6310 -- 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: com

[incubator-doris] branch master updated (75d954c -> bf0ba1d)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 75d954c [Feature] Modify the cost evaluation algorithm of Broadcast and Shuffle Join (#6274) add

[GitHub] [incubator-doris] morningman merged pull request #6315: fix doc issue

2021-07-25 Thread GitBox
morningman merged pull request #6315: URL: https://github.com/apache/incubator-doris/pull/6315 -- 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: com

[incubator-doris] branch master updated (bf0ba1d -> 7b44e7f)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from bf0ba1d [Doc-fix] change min_bytes_per_broker_scanner's Chinese translation. (#6310) add 7b44e7f

[GitHub] [incubator-doris] morningman merged pull request #6305: [Bug] Fix core dump in BloomFilter while build Runtime Filter right table string column contains null

2021-07-25 Thread GitBox
morningman merged pull request #6305: URL: https://github.com/apache/incubator-doris/pull/6305 -- 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: com

[incubator-doris] branch master updated (7b44e7f -> 4c0fdd2)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 7b44e7f [Doc-fix] fix doc issue (#6315) add 4c0fdd2 [Bug] Fix core dump in BloomFilter while buil

[GitHub] [incubator-doris] morningman closed issue #6304: [BUG] coredump in RuntimeFilter BloomFilter

2021-07-25 Thread GitBox
morningman closed issue #6304: URL: https://github.com/apache/incubator-doris/issues/6304 -- 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-

[incubator-doris] branch master updated: [UT] Fix MaterializedViewFunctionTest run failed (#6294)

2021-07-25 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e3db773 [UT] Fix MaterializedViewF

[GitHub] [incubator-doris] morningman merged pull request #6294: [UT] Fix MaterializedViewFunctionTest run failed

2021-07-25 Thread GitBox
morningman merged pull request #6294: URL: https://github.com/apache/incubator-doris/pull/6294 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #6295: [UT] Run MaterializedViewFunctionTest failed

2021-07-25 Thread GitBox
morningman closed issue #6295: URL: https://github.com/apache/incubator-doris/issues/6295 -- 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-

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6230: [Update] Support update syntax

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6230: URL: https://github.com/apache/incubator-doris/pull/6230#issuecomment-886310907 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 Git

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6214: [Profile] Support show load profile for broker load job

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6214: URL: https://github.com/apache/incubator-doris/pull/6214#issuecomment-886316433 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 Git

[GitHub] [incubator-doris] morningman merged pull request #6301: Doris developers quickly use the development sample code framework,

2021-07-25 Thread GitBox
morningman merged pull request #6301: URL: https://github.com/apache/incubator-doris/pull/6301 -- 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: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6301: Doris developers quickly use the development sample code framework,

2021-07-25 Thread GitBox
github-actions[bot] commented on pull request #6301: URL: https://github.com/apache/incubator-doris/pull/6301#issuecomment-886321757 -- 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 c

[incubator-doris] branch master updated (e3db773 -> 88a96d6)

2021-07-25 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from e3db773 [UT] Fix MaterializedViewFunctionTest run failed (#6294) add 88a96d6 [Sample] Doris devel

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #6322: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
BiteThet opened a new issue #6322: URL: https://github.com/apache/incubator-doris/issues/6322 **Is your feature request related to a problem? Please describe.** Sometimes, garbage data will accumulate and take up a lot of space, users who want to clean up trash can only delete files

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
BiteThet opened a new pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323 ## Proposed changes Support for cleaning the trash actively. User can use 'CLEAN TRASH' to clean trash. ## Types of changes What types of changes does your code introduc

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
EmmyMiao87 commented on pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#issuecomment-886332546 Please enrich your commit msg -- 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 t

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#discussion_r676260313 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/DdlExecutor.java ## @@ -237,6 +238,8 @@ public static void execute(Catalog catalog,

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
BiteThet commented on a change in pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#discussion_r676265235 ## File path: docs/zh-CN/sql-reference/sql-statements/Administration/CLEAN TRASH.md ## @@ -0,0 +1,47 @@ +--- +{ +"title": "CLEAN TRASH",

[GitHub] [incubator-doris] hf200012 commented on issue #6303: DataX-dorisdb-writer load data failed

2021-07-25 Thread GitBox
hf200012 commented on issue #6303: URL: https://github.com/apache/incubator-doris/issues/6303#issuecomment-886342793 The specific software of dorisdb, dorisdb and apache doris are not the same product, -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#discussion_r676266112 ## File path: docs/.vuepress/sidebar/en.js ## @@ -451,6 +451,7 @@ module.exports = [ "SHOW MIGRATIONS", "SHOW PLU

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6323: [Feature] Support for cleaning the trash actively

2021-07-25 Thread GitBox
BiteThet commented on a change in pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#discussion_r676319331 ## File path: docs/.vuepress/sidebar/en.js ## @@ -451,6 +451,7 @@ module.exports = [ "SHOW MIGRATIONS", "SHOW P