[GitHub] [incubator-doris] Youngwb edited a comment on issue #3930: [Proposal] Doris support version column for REPLACE aggregate type

2020-08-04 Thread GitBox
Youngwb edited a comment on issue #3930: URL: https://github.com/apache/incubator-doris/issues/3930#issuecomment-654853902 According to @morningman @yangzhg 's suggest, I made some corrections ## name use `sequence` column instead of `version` column for user understand easy.

[GitHub] [incubator-doris] ZhangYu0123 closed pull request #4234: Update delete index design document

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

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465448762 ## File path: be/src/runtime/cache/result_node.cpp ## @@ -0,0 +1,274 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

[GitHub] [incubator-doris] morningman opened a new pull request #4255: [Tablet][Recovery] Support using empty tablet to repair the damaged or missing tablet

2020-08-04 Thread GitBox
morningman opened a new pull request #4255: URL: https://github.com/apache/incubator-doris/pull/4255 ## Proposed changes In some very special circumstances, such as code bugs, or human misoperation, etc., all replicas of some tablets may be lost. In this case, the data has been subs

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446439 ## File path: be/src/runtime/cache/result_node.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446382 ## File path: be/src/runtime/exec_env_init.cpp ## @@ -208,6 +215,10 @@ void ExecEnv::_init_buffer_pool(int64_t min_page_size, } void ExecEnv:

[GitHub] [incubator-doris] yangzhg edited a comment on issue #4051: [Proposal] Doris supports batch delete On UNIQUE_KEYS table

2020-08-04 Thread GitBox
yangzhg edited a comment on issue #4051: URL: https://github.com/apache/incubator-doris/issues/4051#issuecomment-655317768 # Doris 支持批量删除设计文档 ## 背景 ​目前Doris 支持broker load, routine load, stream load 等多种导入方式,对于数据的删除目前只能通过delete 语句进行删除,使用delete 语句的方式删除时,每执行一次delete

[GitHub] [incubator-doris] morningman opened a new issue #4254: [Tablet][Repair] Support using empty tablet to repair the damaged or missing tablet

2020-08-04 Thread GitBox
morningman opened a new issue #4254: URL: https://github.com/apache/incubator-doris/issues/4254 **Is your feature request related to a problem? Please describe.** In some very special circumstances, such as code bugs, or human misoperation, etc., all replicas of some tablets may be l

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #4252: Support more materialized view syntax

2020-08-04 Thread GitBox
EmmyMiao87 commented on issue #4252: URL: https://github.com/apache/incubator-doris/issues/4252#issuecomment-668944703 + Alter Alter materialized view on database. The second question is that how to compatible with existing materialized view and rollup logic. For example,

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465437803 ## File path: be/src/runtime/cache/result_node.cpp ## @@ -0,0 +1,274 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

[GitHub] [incubator-doris] chaoyli merged pull request #4237: [BUG] Using attachement strategy of brpc to send packet with big size.

2020-08-04 Thread GitBox
chaoyli merged pull request #4237: URL: https://github.com/apache/incubator-doris/pull/4237 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] chaoyli closed issue #4238: Big packet will send failed on BRPC

2020-08-04 Thread GitBox
chaoyli closed issue #4238: URL: https://github.com/apache/incubator-doris/issues/4238 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

[incubator-doris] branch master updated (bfb8c65 -> 120f30b)

2020-08-04 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 bfb8c65 [Bug] Fix UT bug after making MemTracker shared (#4243) add 120f30b [BUG] Using attacheme

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465427004 ## File path: be/src/runtime/cache/result_cache.cpp ## @@ -0,0 +1,257 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4248: [Feature][Cache] Cache proxy and coordinator #2581

2020-08-04 Thread GitBox
kangkaisen commented on a change in pull request #4248: URL: https://github.com/apache/incubator-doris/pull/4248#discussion_r464991814 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheBeProxy.java ## @@ -0,0 +1,167 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #4253: [WIP] Support more materialized view syntax

2020-08-04 Thread GitBox
HangyuanLiu opened a new pull request #4253: URL: https://github.com/apache/incubator-doris/pull/4253 FIX #4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4252: Support more materialized view syntax

2020-08-04 Thread GitBox
HangyuanLiu opened a new issue #4252: URL: https://github.com/apache/incubator-doris/issues/4252 Consider that future materialized views may contain multiple tables (currently limited to a single table). The syntax associated with materialized views should not inherit from the original

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
wutiangan commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465010938 ## File path: be/src/runtime/cache/result_cache.cpp ## @@ -0,0 +1,257 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [incubator-doris] imay commented on a change in pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

2020-08-04 Thread GitBox
imay commented on a change in pull request #4247: URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r465052989 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java ## @@ -77,6 +77,7 @@ public static final ScalarType HLL = ScalarType.c

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4251: Add delete bitmap index and base operation

2020-08-04 Thread GitBox
ZhangYu0123 opened a new pull request #4251: URL: https://github.com/apache/incubator-doris/pull/4251 ## Proposed changes Add delete bitmap index and base operation. #4051 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the box

[GitHub] [incubator-doris] xinghuayu007 closed pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

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

[GitHub] [incubator-doris] morningman merged pull request #4243: [Bug] fix after making MemTracker shared

2020-08-04 Thread GitBox
morningman merged pull request #4243: URL: https://github.com/apache/incubator-doris/pull/4243 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

[incubator-doris] branch master updated: [Bug] Fix UT bug after making MemTracker shared (#4243)

2020-08-04 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 bfb8c65 [Bug] Fix UT bug after mak

[GitHub] [incubator-doris] Fullstop000 opened a new pull request #4250: doc: fix format in doris_storage_optimization.md

2020-08-04 Thread GitBox
Fullstop000 opened a new pull request #4250: URL: https://github.com/apache/incubator-doris/pull/4250 ## Proposed changes Fix the format in doris_storage_optimization.md ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the bo

[incubator-doris] branch support_batch_delete_in_fe updated: add write and read delete flag in segment

2020-08-04 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch support_batch_delete_in_fe in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/support_batch_delete_in_fe by this push: n

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4249: Fix spelling error

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

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #4243: [Bug] fix after making MemTracker shared

2020-08-04 Thread GitBox
vagetablechicken commented on a change in pull request #4243: URL: https://github.com/apache/incubator-doris/pull/4243#discussion_r464898707 ## File path: be/test/runtime/CMakeLists.txt ## @@ -42,10 +42,11 @@ ADD_BE_TEST(fragment_mgr_test) #ADD_BE_TEST(data_spliter_test) #ADD

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4243: [Bug] fix after making MemTracker shared

2020-08-04 Thread GitBox
EmmyMiao87 commented on a change in pull request #4243: URL: https://github.com/apache/incubator-doris/pull/4243#discussion_r464892521 ## File path: be/test/runtime/CMakeLists.txt ## @@ -42,10 +42,11 @@ ADD_BE_TEST(fragment_mgr_test) #ADD_BE_TEST(data_spliter_test) #ADD_BE_TE

[GitHub] [incubator-doris] marising opened a new pull request #4248: [Feature][Cache] Cache proxy and coordinator #2581

2020-08-04 Thread GitBox
marising opened a new pull request #4248: URL: https://github.com/apache/incubator-doris/pull/4248 ## Proposed changes 1. Cache's abstract proxy class and BE's Cache implementation 2. Cache coordinator implemented by consistent hashing #2581 ## Types of changes What types

[GitHub] [incubator-doris] morningman commented on pull request #4235: Fix window function with limit zero bug 2

2020-08-04 Thread GitBox
morningman commented on pull request #4235: URL: https://github.com/apache/incubator-doris/pull/4235#issuecomment-668427497 Could you please rebase the master to fix the ut compile error? This is an automated message from the

[GitHub] [incubator-doris] morningman commented on pull request #4236: Analyze define expr before replay Rollup job

2020-08-04 Thread GitBox
morningman commented on pull request #4236: URL: https://github.com/apache/incubator-doris/pull/4236#issuecomment-668422298 Could you please rebase the master to fix the ut compile error? This is an automated message from the