[GitHub] [incubator-doris] morningman opened a new issue #3646: [Enhancement][Txn] Add more info to find way publish failed.

2020-05-21 Thread GitBox
morningman opened a new issue #3646: URL: https://github.com/apache/incubator-doris/issues/3646 Sometimes user may see a lot of txn blocked in COMMITTED state, and not be published for a long time. It usually duo to some txns failed to publish on some certain tablets, and then block

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r428507686 ## File path: be/src/olap/memory/write_tx.h ## @@ -0,0 +1,58 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] sadlll opened a new issue #3648: External mysql table query problem.

2020-05-21 Thread GitBox
sadlll opened a new issue #3648: URL: https://github.com/apache/incubator-doris/issues/3648 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 关联的mysql查询limit

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r428533140 ## File path: be/src/olap/memory/partial_row_batch.cpp ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] morningman opened a new pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
morningman opened a new pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647 Add a new column `ErrMsg` to show some errors happen during the transaction process. Can be seen by executing: `SHOW PROC "/transactions/dbId/"`. Currently is only record error

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428472197 ## File path: be/src/tools/meta_tool.cpp ## @@ -122,13 +126,131 @@ void delete_meta(DataDir* data_dir) { std::cout << "delete meta

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428471970 ## File path: be/src/tools/meta_tool.cpp ## @@ -122,13 +126,131 @@ void delete_meta(DataDir* data_dir) { std::cout << "delete meta

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428472083 ## File path: be/src/tools/meta_tool.cpp ## @@ -122,13 +126,131 @@ void delete_meta(DataDir* data_dir) { std::cout << "delete meta

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r428526485 ## File path: be/src/olap/memory/mem_sub_tablet.h ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
kangpinghuang commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428463285 ## File path: be/src/olap/data_dir.cpp ## @@ -709,13 +716,25 @@ OLAPStatus DataDir::load() { return true; }; OLAPStatus

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3638: Supoort utf-8 encoding in instr, locate, locate_pos, lpad, rpad

2020-05-21 Thread GitBox
yangzhg commented on a change in pull request #3638: URL: https://github.com/apache/incubator-doris/pull/3638#discussion_r428494034 ## File path: be/src/exprs/string_functions.cpp ## @@ -196,28 +196,56 @@ StringVal StringFunctions::lpad( if (str.is_null || len.is_null ||

[GitHub] [incubator-doris] xy720 commented on a change in pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
xy720 commented on a change in pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#discussion_r428514558 ## File path: fe/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java ## @@ -721,8 +728,12 @@ public void finishTransaction(long

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428472871 ## File path: docs/en/administrator-guide/operation/tablet-meta-tool.md ## @@ -93,14 +93,39 @@ Order: ### Delete header -In order to

[GitHub] [incubator-doris] xy720 commented on a change in pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
xy720 commented on a change in pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#discussion_r428514558 ## File path: fe/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java ## @@ -721,8 +728,12 @@ public void finishTransaction(long

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428470241 ## File path: be/src/olap/data_dir.cpp ## @@ -709,13 +716,25 @@ OLAPStatus DataDir::load() { return true; }; OLAPStatus

[GitHub] [incubator-doris] morningman commented on a change in pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428470336 ## File path: be/src/tools/meta_tool.cpp ## @@ -122,13 +126,131 @@ void delete_meta(DataDir* data_dir) { std::cout << "delete meta

[GitHub] [incubator-doris] xy720 commented on pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
xy720 commented on pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#issuecomment-631953185 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r428532791 ## File path: be/src/olap/memory/partial_row_batch.cpp ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] imay commented on issue #3648: External mysql table query problem.

2020-05-21 Thread GitBox
imay commented on issue #3648: URL: https://github.com/apache/incubator-doris/issues/3648#issuecomment-632008152 Now, limit is not send to MySQL, this should be improved. This is an automated message from the Apache Git

[GitHub] [incubator-doris] morningman commented on a change in pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#discussion_r428585519 ## File path: fe/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java ## @@ -721,8 +728,12 @@ public void

[GitHub] [incubator-doris] morningman closed issue #3639: [MetaTool] Support batch delete meta using meta_tool

2020-05-21 Thread GitBox
morningman closed issue #3639: URL: https://github.com/apache/incubator-doris/issues/3639 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

[GitHub] [incubator-doris] morningman closed issue #3640: [Bug] BE restart failed because of reading tablet in DELETE status

2020-05-21 Thread GitBox
morningman closed issue #3640: URL: https://github.com/apache/incubator-doris/issues/3640 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

[GitHub] [incubator-doris] morningman merged pull request #3641: [Bug] Ignore loading DELETE status tablet error when restarting BE

2020-05-21 Thread GitBox
morningman merged pull request #3641: URL: https://github.com/apache/incubator-doris/pull/3641 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] hffariel opened a new issue #3650: [BUG] travis build failed

2020-05-21 Thread GitBox
hffariel opened a new issue #3650: URL: https://github.com/apache/incubator-doris/issues/3650 ** Bug description ** Travis stuck at document building. And got killed after 10min. This is an automated message from

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #3638: Supoort utf-8 encoding in instr, locate, locate_pos, lpad, rpad

2020-05-21 Thread GitBox
kangpinghuang commented on a change in pull request #3638: URL: https://github.com/apache/incubator-doris/pull/3638#discussion_r428551712 ## File path: be/src/exprs/string_functions.cpp ## @@ -49,6 +49,17 @@ size_t get_utf8_byte_length(unsigned char byte) { } return

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3604: (#3464) fix Query failed when fact table has no data in join case

2020-05-21 Thread GitBox
wangbo commented on a change in pull request #3604: URL: https://github.com/apache/incubator-doris/pull/3604#discussion_r428576816 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -914,17 +914,29 @@ private void computeFragmentHosts() throws Exception

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3604: (#3464) fix Query failed when fact table has no data in join case

2020-05-21 Thread GitBox
wangbo commented on a change in pull request #3604: URL: https://github.com/apache/incubator-doris/pull/3604#discussion_r428576933 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -914,17 +914,29 @@ private void computeFragmentHosts() throws Exception

[GitHub] [incubator-doris] morningman commented on a change in pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#discussion_r428582413 ## File path: fe/src/main/java/org/apache/doris/transaction/TransactionState.java ## @@ -187,7 +187,7 @@ public String toString() { //

[GitHub] [incubator-doris] wangbo commented on pull request #3604: (#3464) fix Query failed when fact table has no data in join case

2020-05-21 Thread GitBox
wangbo commented on pull request #3604: URL: https://github.com/apache/incubator-doris/pull/3604#issuecomment-632023210 After I run this pr in out production env,I find a new problem. A dim table whose size is 1.1 GB with single replica, and 1.1G is less than perNodeMemLimit(2GB),so

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
HangyuanLiu opened a new pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651 For #3344 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] HangyuanLiu commented on pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
HangyuanLiu commented on pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651#issuecomment-632037019 Add UT later This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] HangyuanLiu edited a comment on pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
HangyuanLiu edited a comment on pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651#issuecomment-632037019 For Review , add UT later This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] songenjie opened a new pull request #3649: [incubator-doris][be][log][glog][bug] convert init be log file length…

2020-05-21 Thread GitBox
songenjie opened a new pull request #3649: URL: https://github.com/apache/incubator-doris/pull/3649 ## issus ``` int fd = open(filename, O_WRONLY | O_CREAT /* | O_EXCL */ | O_APPEND, 0664); fdopen(fd, "ra") ``` ## view ``` *** Aborted at 1590044592 (unix time) try

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3638: Supoort utf-8 encoding in instr, locate, locate_pos, lpad, rpad

2020-05-21 Thread GitBox
yangzhg commented on a change in pull request #3638: URL: https://github.com/apache/incubator-doris/pull/3638#discussion_r428580401 ## File path: be/src/exprs/string_functions.cpp ## @@ -49,6 +49,17 @@ size_t get_utf8_byte_length(unsigned char byte) { } return

[incubator-doris] branch master updated (ef8fd1f -> f6b5c88)

2020-05-21 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 ef8fd1f [Load] Support load json-data into Doris by RoutineLoad or StreamLoad (#3553) add

[GitHub] [incubator-doris] chaoyli merged pull request #3645: Add error code into error message

2020-05-21 Thread GitBox
chaoyli merged pull request #3645: URL: https://github.com/apache/incubator-doris/pull/3645 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

[incubator-doris] branch master updated (f6b5c88 -> 4f79036)

2020-05-21 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from f6b5c88 [Bug] Ignore loading DELETE status tablet error when restarting BE (#3641) add 4f79036

[GitHub] [incubator-doris] chaoyli edited a comment on pull request #3649: [incubator-doris][be][log][glog][bug] convert init be log file length…

2020-05-21 Thread GitBox
chaoyli edited a comment on pull request #3649: URL: https://github.com/apache/incubator-doris/pull/3649#issuecomment-632028336 It's better to create a issue to describe the bug which cause it. This is an automated message

[GitHub] [incubator-doris] chaoyli commented on pull request #3649: [incubator-doris][be][log][glog][bug] convert init be log file length…

2020-05-21 Thread GitBox
chaoyli commented on pull request #3649: URL: https://github.com/apache/incubator-doris/pull/3649#issuecomment-632028336 It's better to describe the bug which cause it. This is an automated message from the Apache Git

[incubator-doris] branch branch-0.12 updated: [website] Upgrade node version in travis (#3658)

2020-05-21 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.12 by this push: new 07f8892 [website] Upgrade

[GitHub] [incubator-doris] imay merged pull request #3658: [BugFix] fix travis build timeout (branch-0.12)

2020-05-21 Thread GitBox
imay merged pull request #3658: URL: https://github.com/apache/incubator-doris/pull/3658 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

[GitHub] [incubator-doris] imay merged pull request #3653: [BugFix] fix travis build timeout (master)

2020-05-21 Thread GitBox
imay merged pull request #3653: URL: https://github.com/apache/incubator-doris/pull/3653 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

[incubator-doris] branch master updated: [website] Upgrade node version in travis (#3653)

2020-05-21 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 4eade9b [website] Upgrade node version

[incubator-doris] branch branch-0.11 updated: [website] upgrade node version in travis (#3659)

2020-05-21 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.11 by this push: new 7a41851 [website] upgrade

[GitHub] [incubator-doris] songenjie commented on pull request #3649: [incubator-doris][be][log][glog][bug] convert init be log file length…

2020-05-21 Thread GitBox
songenjie commented on pull request #3649: URL: https://github.com/apache/incubator-doris/pull/3649#issuecomment-632442594 https://github.com/apache/incubator-doris/issues/3593 This is an automated message from the Apache

[GitHub] [incubator-doris] morningman commented on pull request #3584: [OUTFILE] Support `INTO OUTFILE` to export query result

2020-05-21 Thread GitBox
morningman commented on pull request #3584: URL: https://github.com/apache/incubator-doris/pull/3584#issuecomment-632446343 Hi @kangkaisen any more comment? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] morningman opened a new pull request #3662: [Bug] Fix bug that missing OP_SET_REPLICA_STATUS when reading journal

2020-05-21 Thread GitBox
morningman opened a new pull request #3662: URL: https://github.com/apache/incubator-doris/pull/3662 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] morningman merged pull request #3664: Fix the ut error of bitmap_intersect

2020-05-21 Thread GitBox
morningman merged pull request #3664: URL: https://github.com/apache/incubator-doris/pull/3664 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-doris] branch master updated (00d563d -> 16deac9)

2020-05-21 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 00d563d [SQL] Support more syntax in case when clause (#3625) add 16deac9 [UT][Bug] Fix the ut

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-05-21 Thread GitBox
vagetablechicken edited a comment on issue #3469: URL: https://github.com/apache/incubator-doris/issues/3469#issuecomment-631289944 ### WAL file format - need to rename, PartialRowBatch struct will change WAL file will save multiple partial rows. One write TX's WAL may be split by size

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-05-21 Thread GitBox
vagetablechicken edited a comment on issue #3469: URL: https://github.com/apache/incubator-doris/issues/3469#issuecomment-631289944 ### WAL file format - need to rename, PartialRowBatch struct will change WAL file will save multiple partial rows. One write TX's WAL may be split by size

[GitHub] [incubator-doris] imay merged pull request #3659: [BugFix] fix travis build timeout (branch-0.11)

2020-05-21 Thread GitBox
imay merged pull request #3659: URL: https://github.com/apache/incubator-doris/pull/3659 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

[GitHub] [incubator-doris] imay commented on a change in pull request #3418: [Spark load] Add spark etl cluster and cluster manager

2020-05-21 Thread GitBox
imay commented on a change in pull request #3418: URL: https://github.com/apache/incubator-doris/pull/3418#discussion_r429012389 ## File path: fe/src/main/java/org/apache/doris/analysis/ResourcePattern.java ## @@ -0,0 +1,118 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] morningman opened a new issue #3663: [Bug] FE crash after executing ADMIN SET REPLICA STATUS

2020-05-21 Thread GitBox
morningman opened a new issue #3663: URL: https://github.com/apache/incubator-doris/issues/3663 **Describe the bug** FE crash after executing ADMIN SET REPLICA STATUS. fe.log shows error: `UNKNOWN Operation Type 47` This bug is introduced by #1522 , because I failed to

[incubator-doris] branch master updated: [Load] Fix mem limit in NodeChannel (#3643)

2020-05-21 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 fb02bb5 [Load] Fix mem limit in

[GitHub] [incubator-doris] imay merged pull request #3643: fix mem limit in NodeChannel

2020-05-21 Thread GitBox
imay merged pull request #3643: URL: https://github.com/apache/incubator-doris/pull/3643 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

[GitHub] [incubator-doris] imay closed issue #3644: mem limit in NodeChannel

2020-05-21 Thread GitBox
imay closed issue #3644: URL: https://github.com/apache/incubator-doris/issues/3644 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

[GitHub] [incubator-doris] morningman merged pull request #3657: Add docs of max_running_txn_num_per_db

2020-05-21 Thread GitBox
morningman merged pull request #3657: URL: https://github.com/apache/incubator-doris/pull/3657 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] morningman merged pull request #3625: Support more syntax in case when clause

2020-05-21 Thread GitBox
morningman merged pull request #3625: URL: https://github.com/apache/incubator-doris/pull/3625 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-doris] branch master updated (dbfe8a0 -> 00d563d)

2020-05-21 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 dbfe8a0 [Doc ]Add docs of max_running_txn_num_per_db (#3657) add 00d563d [SQL] Support more

[incubator-doris] branch master updated (4eade9b -> dbfe8a0)

2020-05-21 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 4eade9b [website] Upgrade node version in travis (#3653) add dbfe8a0 [Doc ]Add docs of

[GitHub] [incubator-doris] imay commented on a change in pull request #3584: [OUTFILE] Support `INTO OUTFILE` to export query result

2020-05-21 Thread GitBox
imay commented on a change in pull request #3584: URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r429015173 ## File path: docs/zh-CN/administrator-guide/outfile.md ## @@ -0,0 +1,183 @@ +--- +{ +"title": "导出查询结果集", +"language": "zh-CN" +} +--- + + +

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
EmmyMiao87 commented on a change in pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651#discussion_r429018055 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -457,8 +462,23 @@ private RollupJobV2

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
EmmyMiao87 commented on pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651#issuecomment-632454480 The commit msg is too short. This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3664: Fix the ut error of bitmap_intersect

2020-05-21 Thread GitBox
EmmyMiao87 opened a new pull request #3664: URL: https://github.com/apache/incubator-doris/pull/3664 Change-Id: Id32fd9381119f30786acae9b4ac61b0d5ef9df48 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] WingsGo commented on pull request #3647: [Enhancement] Add detail msg to show the reason of publish failure.

2020-05-21 Thread GitBox
WingsGo commented on pull request #3647: URL: https://github.com/apache/incubator-doris/pull/3647#issuecomment-632463727 Hi, @morningman ,I found some case that pulish version may failed, the log is: ``` 2020-05-13 15:51:50,784 DEBUG 31

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r429046681 ## File path: be/src/olap/memory/partial_row_batch.cpp ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] decster commented on a change in pull request #3637: [Memory Engine] Add MemSubTablet, MemTablet, WriteTx, PartialRowBatch

2020-05-21 Thread GitBox
decster commented on a change in pull request #3637: URL: https://github.com/apache/incubator-doris/pull/3637#discussion_r429046158 ## File path: be/src/olap/memory/partial_row_batch.cpp ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] hffariel closed pull request #3655: [BugFix] fix travis build timeout (branch-0.11)

2020-05-21 Thread GitBox
hffariel closed pull request #3655: URL: https://github.com/apache/incubator-doris/pull/3655 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

[GitHub] [incubator-doris] morningman opened a new pull request #3661: [Optimize] Using sorted schema change processing to merge the data

2020-05-21 Thread GitBox
morningman opened a new pull request #3661: URL: https://github.com/apache/incubator-doris/pull/3661 When reducing the key columns of an aggregate table by doing schema change or rollup, we should trigger a re-sort schema change process to re-sort and merge the data into new schema.

[GitHub] [incubator-doris] morningman opened a new issue #3660: [Alter] The rollup index's row number is same as base table.

2020-05-21 Thread GitBox
morningman opened a new issue #3660: URL: https://github.com/apache/incubator-doris/issues/3660 **Describe the bug** After creating a rollup with less key column, we found that the row number of this rollup is just same as the base table. **To Reproduce** 1. create a table

[GitHub] [incubator-doris] wyb commented on a change in pull request #3418: [Spark load] Add spark etl cluster and cluster manager

2020-05-21 Thread GitBox
wyb commented on a change in pull request #3418: URL: https://github.com/apache/incubator-doris/pull/3418#discussion_r428745311 ## File path: fe/src/main/java/org/apache/doris/mysql/privilege/PaloPrivilege.java ## @@ -25,7 +25,8 @@ LOAD_PRIV("Load_priv", 4, "Privilege for

[GitHub] [incubator-doris] hffariel opened a new pull request #3658: [BugFix] fix travis build timeout (branch-0.12)

2020-05-21 Thread GitBox
hffariel opened a new pull request #3658: URL: https://github.com/apache/incubator-doris/pull/3658 Upgrade node version to 14 to speed up the Vuepress building process.(#3650) This is an automated message from the Apache Git

[GitHub] [incubator-doris] hffariel opened a new pull request #3659: [BugFix] fix travis build timeout (branch-0.11)

2020-05-21 Thread GitBox
hffariel opened a new pull request #3659: URL: https://github.com/apache/incubator-doris/pull/3659 Upgrade node version to 14 to speed up the Vuepress building process.(#3650) This is an automated message from the Apache Git

[GitHub] [incubator-doris] hffariel opened a new pull request #3655: [BugFix] fix travis build timeout (branch-0.11)

2020-05-21 Thread GitBox
hffariel opened a new pull request #3655: URL: https://github.com/apache/incubator-doris/pull/3655 Upgrade node version to 14 to speed up the Vuepress building process. This is an automated message from the Apache Git

[GitHub] [incubator-doris] hffariel opened a new pull request #3654: [BugFix] fix travis build timeout (branch-0.12)

2020-05-21 Thread GitBox
hffariel opened a new pull request #3654: URL: https://github.com/apache/incubator-doris/pull/3654 Upgrade node version to 14 to speed up the Vuepress building process. This is an automated message from the Apache Git

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3657: Add docs of max_running_txn_num_per_db

2020-05-21 Thread GitBox
EmmyMiao87 opened a new pull request #3657: URL: https://github.com/apache/incubator-doris/pull/3657 Change-Id: Ibdbc19a5558b0eb3f6a5fc4ef630de255b408a92 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] morningman commented on a change in pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#discussion_r428653196 ## File path: fe/src/main/java/org/apache/doris/task/AgentTaskQueue.java ## @@ -215,6 +217,20 @@ public static synchronized int getTaskNum() {

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #3652: HLL_HASH function return type should be HLL

2020-05-21 Thread GitBox
HangyuanLiu opened a new issue #3652: URL: https://github.com/apache/incubator-doris/issues/3652 Currently, the return value of the HLL function is varchar. This result in problems in analyze stage. For example, HLL_RAW_AGG(hll_hash(hll_type_field)) return analyze error: "HLL_UNION_AGG,

[GitHub] [incubator-doris] hffariel opened a new pull request #3653: [BugFix] fix travis build timeout

2020-05-21 Thread GitBox
hffariel opened a new pull request #3653: URL: https://github.com/apache/incubator-doris/pull/3653 Upgrade node version to 14 to speed up the Vuepress building process. This is an automated message from the Apache Git

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #3656: Modify hll_hash function return type to HLL

2020-05-21 Thread GitBox
HangyuanLiu opened a new pull request #3656: URL: https://github.com/apache/incubator-doris/pull/3656 1、Modify hll_hash function return type to HLL 2、Make HLL_RAW_AGG is alias of HLL_UNION For #3652 This is an

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
chaoyli commented on a change in pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#discussion_r428627919 ## File path: be/src/http/action/metrics_action.cpp ## @@ -143,15 +143,74 @@ void SimpleCoreMetricsVisitor::visit(const std::string& prefix,

[GitHub] [incubator-doris] morningman commented on pull request #3654: [BugFix] fix travis build timeout (branch-0.12)

2020-05-21 Thread GitBox
morningman commented on pull request #3654: URL: https://github.com/apache/incubator-doris/pull/3654#issuecomment-632085118 Should this be pushed to the branch-0.12? This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] morningman commented on pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
morningman commented on pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#issuecomment-632090943 > > Why we need a json format metric output? > > It's for incorporting another Monitor Tools easily. Json will be a good choice for this demand. If we

[GitHub] [incubator-doris] chaoyli commented on pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
chaoyli commented on pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#issuecomment-632056737 > Why we need a json format metric output? It's for incorporting another Monitor Tools easily.

[GitHub] [incubator-doris] chaoyli edited a comment on pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
chaoyli edited a comment on pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#issuecomment-632056737 > Why we need a json format metric output? It's for incorporting another Monitor Tools easily. Json will be a good choice for this demand.

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3635: [Enhancement] Convert metric to Json format

2020-05-21 Thread GitBox
chaoyli commented on a change in pull request #3635: URL: https://github.com/apache/incubator-doris/pull/3635#discussion_r428638437 ## File path: fe/src/main/java/org/apache/doris/metric/JsonMetricVisitor.java ## @@ -0,0 +1,104 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] hffariel closed pull request #3654: [BugFix] fix travis build timeout (branch-0.12)

2020-05-21 Thread GitBox
hffariel closed pull request #3654: URL: https://github.com/apache/incubator-doris/pull/3654 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

[GitHub] [incubator-doris] wyb commented on a change in pull request #3418: [Spark load] Add spark etl cluster and cluster manager

2020-05-21 Thread GitBox
wyb commented on a change in pull request #3418: URL: https://github.com/apache/incubator-doris/pull/3418#discussion_r428732335 ## File path: docs/zh-CN/administrator-guide/load-data/spark-load-manual.md ## @@ -0,0 +1,397 @@ +--- +{ +"title": "Spark Load", +"language":

[GitHub] [incubator-doris] wyb commented on a change in pull request #3418: [Spark load] Add spark etl cluster and cluster manager

2020-05-21 Thread GitBox
wyb commented on a change in pull request #3418: URL: https://github.com/apache/incubator-doris/pull/3418#discussion_r428734738 ## File path: docs/zh-CN/administrator-guide/load-data/spark-load-manual.md ## @@ -0,0 +1,397 @@ +--- +{ +"title": "Spark Load", +"language":

[GitHub] [incubator-doris] morningman commented on a change in pull request #3651: Support create materialized view with bitmap or hll

2020-05-21 Thread GitBox
morningman commented on a change in pull request #3651: URL: https://github.com/apache/incubator-doris/pull/3651#discussion_r428657017 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -79,6 +80,9 @@ import java.util.Set; import