[incubator-doris] branch master updated: [Refactor]Refactor function computeScanRangeAssignmentByColocate (#5097)

2020-12-25 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 f7a325a [Refactor]Refactor functio

[GitHub] [incubator-doris] kangkaisen merged pull request #5097: [Refactor]Refactor function computeScanRangeAssignmentByColocate

2020-12-25 Thread GitBox
kangkaisen merged pull request #5097: URL: https://github.com/apache/incubator-doris/pull/5097 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] vagetablechicken commented on a change in pull request #5111: [Bug] Fix scanner threads heap-use-after-free

2020-12-25 Thread GitBox
vagetablechicken commented on a change in pull request #5111: URL: https://github.com/apache/incubator-doris/pull/5111#discussion_r548948800 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -1250,12 +1250,25 @@ void OlapScanNode::transfer_thread(RuntimeState* state) {

[GitHub] [incubator-doris] wangbo closed issue #5151: An already merged rowset should skip window check

2020-12-25 Thread GitBox
wangbo closed issue #5151: URL: https://github.com/apache/incubator-doris/issues/5151 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 t

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5111: [Bug] Fix scanner threads heap-use-after-free

2020-12-25 Thread GitBox
acelyc111 commented on a change in pull request #5111: URL: https://github.com/apache/incubator-doris/pull/5111#discussion_r548944879 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -1250,12 +1250,25 @@ void OlapScanNode::transfer_thread(RuntimeState* state) { state-

[incubator-doris] branch master updated: (#5151) An already merged rowset should skip window check (#5152)

2020-12-25 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 d9f1ffe (#5151) An already merged

[GitHub] [incubator-doris] kangkaisen merged pull request #5152: (#5151) An already merged rowset should skip window check

2020-12-25 Thread GitBox
kangkaisen merged pull request #5152: URL: https://github.com/apache/incubator-doris/pull/5152 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 pull request #5152: (#5151) An already merged rowset should skip window check

2020-12-25 Thread GitBox
kangkaisen commented on pull request #5152: URL: https://github.com/apache/incubator-doris/pull/5152#issuecomment-751314638 @morningman I see, thank you. This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] morningman commented on pull request #5152: (#5151) An already merged rowset should skip window check

2020-12-25 Thread GitBox
morningman commented on pull request #5152: URL: https://github.com/apache/incubator-doris/pull/5152#issuecomment-751312808 > > It seems that rowset [304123-304140] is missed. > > But the truth is [304122-304140] is already merged and its create time is updated when merge finished. >

[GitHub] [incubator-doris] kangkaisen commented on pull request #5152: (#5151) An already merged rowset should skip window check

2020-12-25 Thread GitBox
kangkaisen commented on pull request #5152: URL: https://github.com/apache/incubator-doris/pull/5152#issuecomment-751310894 > It seems that rowset [304123-304140] is missed. But the truth is [304122-304140] is already merged and its create time is updated when merge finished. So its c

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5111: [Bug] Fix scanner threads heap-use-after-free

2020-12-25 Thread GitBox
caiconghui commented on a change in pull request #5111: URL: https://github.com/apache/incubator-doris/pull/5111#discussion_r548850976 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -1250,12 +1250,25 @@ void OlapScanNode::transfer_thread(RuntimeState* state) { state

[GitHub] [incubator-doris] GiftLee opened a new issue #5154: Compilation error

2020-12-25 Thread GitBox
GiftLee opened a new issue #5154: URL: https://github.com/apache/incubator-doris/issues/5154 ``` [INFO] [INFO] Reactor Summary: [INFO] [INFO] fe-common 1.0.0 SUCCESS [

[GitHub] [incubator-doris] Skysheepwang commented on a change in pull request #5148: [Feature] Implementation of histogram metric

2020-12-25 Thread GitBox
Skysheepwang commented on a change in pull request #5148: URL: https://github.com/apache/incubator-doris/pull/5148#discussion_r548828806 ## File path: be/src/util/metrics.h ## @@ -159,6 +160,35 @@ class CoreLocalCounter : public Metric { CoreLocalValue _value; }; +class