[GitHub] [incubator-doris] morningman opened a new pull request #5028: Revert "[Refactor] Refactor DeleteHandler and Cond module (#4925)"

2020-12-04 Thread GitBox
morningman opened a new pull request #5028: URL: https://github.com/apache/incubator-doris/pull/5028 This reverts commit 9c9992e0aa28ee85364eebf86a6675f1073e08fb. ## Proposed changes The PR #4925 will cause BE crash by following case: ``` CREATE TABLE `tbl1` ( `k

[incubator-doris] branch master updated (9c9992e -> c5f7803)

2020-12-04 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 9c9992e [Refactor] Refactor DeleteHandler and Cond module (#4925) add c5f7803 [Repair] Add an opt

[GitHub] [incubator-doris] kangkaisen closed issue #5012: [Proposal] Add an option whether to allow the partition column to be NULL

2020-12-04 Thread GitBox
kangkaisen closed issue #5012: URL: https://github.com/apache/incubator-doris/issues/5012 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] kangkaisen merged pull request #5013: [Repair] Add an option whether to allow the partition column to be NULL

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

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #5027: Support fe heartbeat use thrift protocol to get stable response

2020-12-04 Thread GitBox
kangkaisen commented on a change in pull request #5027: URL: https://github.com/apache/incubator-doris/pull/5027#discussion_r536530342 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1301,4 +1301,13 @@ */ @ConfField public stati

[GitHub] [incubator-doris] morningman commented on issue #4967: ALL BE node is down

2020-12-04 Thread GitBox
morningman commented on issue #4967: URL: https://github.com/apache/incubator-doris/issues/4967#issuecomment-739127352 > I encountered the same issue days ago, did you resolved? What is your Doris version? And did you use jdbc to insert data line by line at a high speed? -

[GitHub] [incubator-doris] li215065046 commented on issue #4967: ALL BE node is down

2020-12-04 Thread GitBox
li215065046 commented on issue #4967: URL: https://github.com/apache/incubator-doris/issues/4967#issuecomment-739127231 I encountered the same issue days ago, did you resolved? This is an automated message from the A

[GitHub] [incubator-doris] morningman closed pull request #5026: [Bug] Fix compile bug

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

[GitHub] [incubator-doris] acelyc111 closed issue #5016: [Bug] All TaskWorkerPools have the same incorrect name

2020-12-04 Thread GitBox
acelyc111 closed issue #5016: URL: https://github.com/apache/incubator-doris/issues/5016 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] wangbo commented on a change in pull request #3775: Support read and write lock in table level to reduce lock competition

2020-12-04 Thread GitBox
wangbo commented on a change in pull request #3775: URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r536109020 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java ## @@ -265,17 +265,16 @@ private void executeDynamicP

[GitHub] [incubator-doris] caiconghui opened a new pull request #5027: Support fe heartbeat use thrift protocol to get stable response

2020-12-04 Thread GitBox
caiconghui opened a new pull request #5027: URL: https://github.com/apache/incubator-doris/pull/5027 ## Proposed changes This PR is to support fe master get fe heartbeat response by thrift protocol instead of http protocol. ## Types of changes What types of changes does

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #3775: Support read and write lock in table level to reduce lock competition

2020-12-04 Thread GitBox
caiconghui commented on a change in pull request #3775: URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r536084860 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java ## @@ -265,17 +265,16 @@ private void executeDyna

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #3775: Support read and write lock in table level to reduce lock competition

2020-12-04 Thread GitBox
caiconghui commented on a change in pull request #3775: URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r536082788 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java ## @@ -265,17 +265,16 @@ private void executeDyna

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3775: Support read and write lock in table level to reduce lock competition

2020-12-04 Thread GitBox
wangbo commented on a change in pull request #3775: URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r536067102 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java ## @@ -265,17 +265,16 @@ private void executeDynamicP

[GitHub] [incubator-doris] morningman commented on issue #4967: ALL BE node is down

2020-12-04 Thread GitBox
morningman commented on issue #4967: URL: https://github.com/apache/incubator-doris/issues/4967#issuecomment-738684003 What is your Doris version? This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] morningman opened a new pull request #5026: [Bug] Fix compile bug

2020-12-04 Thread GitBox
morningman opened a new pull request #5026: URL: https://github.com/apache/incubator-doris/pull/5026 Introduced due to conflict of #5018 and #4925 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] HappenLee commented on issue #5025: order by with offset limit each result is unstable

2020-12-04 Thread GitBox
HappenLee commented on issue #5025: URL: https://github.com/apache/incubator-doris/issues/5025#issuecomment-738637922 if you want a stable result,order by dt, cityid. This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] whatsgh opened a new issue #5025: order by with offset limit each result is unstable

2020-12-04 Thread GitBox
whatsgh opened a new issue #5025: URL: https://github.com/apache/incubator-doris/issues/5025 **Describe the bug** use duplicate model: pic1:this is limit 10 result: ![image](https://user-images.githubusercontent.com/18162700/101138080-a9d94380-364a-11eb-8b2e-af32ad1ec2b3.png) pi

[GitHub] [incubator-doris] morningman commented on a change in pull request #5022: Push down predicate on value column of unique table to base rowset

2020-12-04 Thread GitBox
morningman commented on a change in pull request #5022: URL: https://github.com/apache/incubator-doris/pull/5022#discussion_r535901555 ## File path: be/src/exec/olap_scanner.cpp ## @@ -164,8 +164,14 @@ Status OlapScanner::_init_params(const std::vector& key_ranges, // TOD