[GitHub] [incubator-doris] morningman commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-12 Thread GitBox
morningman commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323680836 ## File path: be/src/runtime/tablets_channel.h ## @@ -0,0 +1,129 @@ +// Licensed to the Apach

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-12 Thread GitBox
kangkaisen commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323700605 ## File path: be/src/runtime/tablets_channel.h ## @@ -0,0 +1,129 @@ +// Licensed to the Apach

[GitHub] [incubator-doris] kangkaisen commented on issue #1799: Support table comment and column comment for view

2019-09-12 Thread GitBox
kangkaisen commented on issue #1799: Support table comment and column comment for view URL: https://github.com/apache/incubator-doris/pull/1799#issuecomment-530794082 +1. LGTM. Please add a UT for this PR. This is an automate

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
kangkaisen commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r323706166 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ##

[GitHub] [incubator-doris] kangkaisen commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
kangkaisen commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#issuecomment-530798620 @xionglei0 Hi, Thanks for your work! 1 Do you have the benchmark for this PR? 2 Could you us

[GitHub] [incubator-doris] xionglei0 commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
xionglei0 commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#issuecomment-530804492 "parallel_fragment_exec_instance_num" means the parallel during scan_node "doris_exchange_instances" mean

[GitHub] [incubator-doris] xionglei0 commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
xionglei0 commented on issue #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#issuecomment-530809146 doris_exchange_instances value need to be set according to your data size and UDAF, we usually configure i

[GitHub] [incubator-doris] morningman commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2019-09-12 Thread GitBox
morningman commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation URL: https://github.com/apache/incubator-doris/pull/1792#discussion_r323773369 ## File path: be/src/runtime/memory/chunk_allocator.h ## @@ -0,0 +1,80 @@ +// Licensed t

[GitHub] [incubator-doris] morningman commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2019-09-12 Thread GitBox
morningman commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation URL: https://github.com/apache/incubator-doris/pull/1792#discussion_r323788557 ## File path: be/src/runtime/memory/chunk_allocator.cpp ## @@ -0,0 +1,187 @@ +// License

[GitHub] [incubator-doris] morningman opened a new pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-12 Thread GitBox
morningman opened a new pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800 The cancel() function will try get database's write lock, while its caller may already hold the database's re

[GitHub] [incubator-doris] imay commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2019-09-12 Thread GitBox
imay commented on a change in pull request #1792: Add ChunkAllocator to accelerate chunk allocation URL: https://github.com/apache/incubator-doris/pull/1792#discussion_r323802819 ## File path: be/src/runtime/memory/chunk_allocator.h ## @@ -0,0 +1,80 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-12 Thread GitBox
imay commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800#discussion_r323807996 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java #

[GitHub] [incubator-doris] morningman commented on issue #1799: Support table comment and column comment for view

2019-09-12 Thread GitBox
morningman commented on issue #1799: Support table comment and column comment for view URL: https://github.com/apache/incubator-doris/pull/1799#issuecomment-530884700 > +1. LGTM. Please add a UT for this PR. OK This is

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-12 Thread GitBox
imay commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323815367 ## File path: be/src/olap/delta_writer.cpp ## @@ -147,26 +155,48 @@ OLAPStatus DeltaWriter::write(T

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-12 Thread GitBox
imay commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323822695 ## File path: be/src/olap/delta_writer.h ## @@ -75,10 +90,16 @@ class DeltaWriter { RowsetShar

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-12 Thread GitBox
imay commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323814535 ## File path: be/src/olap/delta_writer.cpp ## @@ -26,24 +26,32 @@ namespace doris { -OLAPStatu

[GitHub] [incubator-doris] morningman commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-12 Thread GitBox
morningman commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800#discussion_r323824297 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java

[GitHub] [incubator-doris] imay merged pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2019-09-12 Thread GitBox
imay merged pull request #1792: Add ChunkAllocator to accelerate chunk allocation URL: https://github.com/apache/incubator-doris/pull/1792 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-12 Thread GitBox
imay commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800#discussion_r324000329 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java #

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324001399 ## File path: fe/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324002015 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -84

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-12 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324002035 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -84

[GitHub] [incubator-doris] kangkaisen opened a new issue #1801: Critical bug: Cluster meta will write wrong!

2019-09-12 Thread GitBox
kangkaisen opened a new issue #1801: Critical bug: Cluster meta will write wrong! URL: https://github.com/apache/incubator-doris/issues/1801 **Describe the bug** Today, I found our Prod FE metadata was broken again!!! ``` 2019-09-13 10:21:18,027 WARN 1391 [Cluster.addDb():1

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1802: Fix Cluster meta write error

2019-09-12 Thread GitBox
kangkaisen opened a new pull request #1802: Fix Cluster meta write error URL: https://github.com/apache/incubator-doris/pull/1802 For https://github.com/apache/incubator-doris/issues/1801 This is an automated message from the

[GitHub] [incubator-doris] nick-yangg opened a new issue #1803: Doris BE报错Out of memory

2019-09-12 Thread GitBox
nick-yangg opened a new issue #1803: Doris BE报错Out of memory URL: https://github.com/apache/incubator-doris/issues/1803 ![image](https://user-images.githubusercontent.com/55170104/64840633-c563c300-d62e-11e9-958b-db81ed173ea5.png) 这个问题我需要怎么去解决呢? -

[GitHub] [incubator-doris] nick-yangg opened a new issue #1804: be启动时日志文件显示报错

2019-09-12 Thread GitBox
nick-yangg opened a new issue #1804: be启动时日志文件显示报错 URL: https://github.com/apache/incubator-doris/issues/1804 ![image](https://user-images.githubusercontent.com/55170104/64842995-73bf3680-d636-11e9-8399-49ad39f55826.png) 这个问题是什么原因引起的,需要怎么去解决呢

[GitHub] [incubator-doris] morningman commented on a change in pull request #1802: Fix Cluster meta write error

2019-09-13 Thread GitBox
morningman commented on a change in pull request #1802: Fix Cluster meta write error URL: https://github.com/apache/incubator-doris/pull/1802#discussion_r324069148 ## File path: fe/src/main/java/org/apache/doris/cluster/Cluster.java ## @@ -128,6 +129,7 @@ public void addDb

[GitHub] [incubator-doris] morningman commented on issue #1804: be启动时日志文件显示报错

2019-09-13 Thread GitBox
morningman commented on issue #1804: be启动时日志文件显示报错 URL: https://github.com/apache/incubator-doris/issues/1804#issuecomment-531139322 The main error is `Doris Be http service did not start correctly. exiting`. Other warnings can be ignore. This error means the BE's http port(defaul

[GitHub] [incubator-doris] morningman commented on issue #1803: Doris BE报错Out of memory

2019-09-13 Thread GitBox
morningman commented on issue #1803: Doris BE报错Out of memory URL: https://github.com/apache/incubator-doris/issues/1803#issuecomment-531139872 I haven't seen this kind of error before. Looks like the available memory on your host is not enough. Please show me your host memory informatio

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1802: Fix Cluster meta write error

2019-09-13 Thread GitBox
kangkaisen commented on a change in pull request #1802: Fix Cluster meta write error URL: https://github.com/apache/incubator-doris/pull/1802#discussion_r324136178 ## File path: fe/src/main/java/org/apache/doris/cluster/Cluster.java ## @@ -128,6 +129,7 @@ public void addDb

[GitHub] [incubator-doris] imay merged pull request #1802: Fix Cluster meta write error

2019-09-13 Thread GitBox
imay merged pull request #1802: Fix Cluster meta write error URL: https://github.com/apache/incubator-doris/pull/1802 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] morningman commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-13 Thread GitBox
morningman commented on a change in pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800#discussion_r324232218 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java

[GitHub] [incubator-doris] morningman commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-13 Thread GitBox
morningman commented on a change in pull request #1798: Optimize the load performance for large file URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r324409477 ## File path: be/src/olap/delta_writer.h ## @@ -75,10 +90,16 @@ class DeltaWriter { Rows

[GitHub] [incubator-doris] nick-yangg opened a new issue #1805: doris 误删表之后有什么操作能够恢复吗?

2019-09-13 Thread GitBox
nick-yangg opened a new issue #1805: doris 误删表之后有什么操作能够恢复吗? URL: https://github.com/apache/incubator-doris/issues/1805 doris 有提供关于数据恢复相关的操作吗 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman commented on issue #1805: doris 误删表之后有什么操作能够恢复吗?

2019-09-13 Thread GitBox
morningman commented on issue #1805: doris 误删表之后有什么操作能够恢复吗? URL: https://github.com/apache/incubator-doris/issues/1805#issuecomment-531446063 If you drop the table or partition by using `DROP table` or `ALTER table drop partition`, you can recover it by using "RECOVER ..."; see `hel

[GitHub] [incubator-doris] nick-yangg opened a new issue #1806: doris报错Error preloading the connection pool

2019-09-13 Thread GitBox
nick-yangg opened a new issue #1806: doris报错Error preloading the connection pool URL: https://github.com/apache/incubator-doris/issues/1806 doris 同时连接数据在100左右时,连接会出现这个错误Error preloading the connection pool,我已经配置了max_conn_per_user 为1000并重启了FE,但是错误依旧存在,请问这个需要怎么解决呢。 --

[GitHub] [incubator-doris] imay commented on issue #1806: doris报错Error preloading the connection pool

2019-09-13 Thread GitBox
imay commented on issue #1806: doris报错Error preloading the connection pool URL: https://github.com/apache/incubator-doris/issues/1806#issuecomment-531454056 The max number of connection for each user is 100. You can change it with `SET PROPERTY` command. You can execute `help SET PROPERTY`

[GitHub] [incubator-doris] nick-yangg opened a new issue #1807: 服务器重启后FE启动一直失败

2019-09-14 Thread GitBox
nick-yangg opened a new issue #1807: 服务器重启后FE启动一直失败 URL: https://github.com/apache/incubator-doris/issues/1807 ![image](https://user-images.githubusercontent.com/55170104/64904782-63c05900-d701-11e9-94c9-07c58e28a9fb.png) 服务器重新之后,FE节点启动不起来,这个问题需要怎么解决呢 ---

[GitHub] [incubator-doris] nick-yangg opened a new issue #1808: doris FE扩容失败问题

2019-09-14 Thread GitBox
nick-yangg opened a new issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808 ![image](https://user-images.githubusercontent.com/55170104/64906319-9b3a-d717-11e9-96de-0d9291d2f869.png) 这个FE节点启动不起来是什么问题

[GitHub] [incubator-doris] nick-yangg commented on issue #1794: doris 进行count(*) 操作是有时候会出现下面的错误

2019-09-14 Thread GitBox
nick-yangg commented on issue #1794: doris 进行count(*) 操作是有时候会出现下面的错误 URL: https://github.com/apache/incubator-doris/issues/1794#issuecomment-531474625 ![image](https://user-images.githubusercontent.com/55170104/64907894-4acc9d80-d72b-11e9-92e0-925390696764.png) 我set exec_mem_limit 内存适当调

[GitHub] [incubator-doris] morningman commented on issue #1807: 服务器重启后FE启动一直失败

2019-09-14 Thread GitBox
morningman commented on issue #1807: 服务器重启后FE启动一直失败 URL: https://github.com/apache/incubator-doris/issues/1807#issuecomment-531479294 Your FE config is wrong, or your starting procedure is incorrect. Plz follow the document `http://doris.incubator.apache.org/documentation/cn/installing/

[GitHub] [incubator-doris] morningman commented on issue #1808: doris FE扩容失败问题

2019-09-14 Thread GitBox
morningman commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531531682 Please describe the way to reproduce this case This is an automated message from the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-15 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324470227 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -84

[GitHub] [incubator-doris] imay merged pull request #1800: Fix bug that dead lock may happen when drop table during alter table process

2019-09-15 Thread GitBox
imay merged pull request #1800: Fix bug that dead lock may happen when drop table during alter table process URL: https://github.com/apache/incubator-doris/pull/1800 This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] imay commented on a change in pull request #1799: Support table comment and column comment for view

2019-09-15 Thread GitBox
imay commented on a change in pull request #1799: Support table comment and column comment for view URL: https://github.com/apache/incubator-doris/pull/1799#discussion_r324470666 ## File path: docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md #

[GitHub] [incubator-doris] nick-yangg commented on issue #1808: doris FE扩容失败问题

2019-09-15 Thread GitBox
nick-yangg commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531624344 我的测试环境是一台FE和3台BE,在此基础上进行扩容FE操作,按照下面的步骤操作的 ![image](https://user-images.githubusercontent.com/55170104/64931667-9470d180-d86c-11e9-8af8-0aaae017f500.png)

[GitHub] [incubator-doris] nick-yangg commented on issue #1808: doris FE扩容失败问题

2019-09-15 Thread GitBox
nick-yangg commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531624372 @imay @morningman This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] nick-yangg commented on issue #1807: 服务器重启后FE启动一直失败

2019-09-15 Thread GitBox
nick-yangg commented on issue #1807: 服务器重启后FE启动一直失败 URL: https://github.com/apache/incubator-doris/issues/1807#issuecomment-531624520 好的 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-15 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324516954 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -84

[GitHub] [incubator-doris] imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-15 Thread GitBox
imay commented on a change in pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r324516831 ## File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java ## @@ -84

[GitHub] [incubator-doris] nick-yangg commented on issue #1808: doris FE扩容失败问题

2019-09-16 Thread GitBox
nick-yangg commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531686165 > ![image](https://user-images.githubusercontent.com/55170104/64943873-6c4e9600-d89f-11e9-8672-84a12839a98c.png) > 我是这样启动其他fe节点的 启动之后主节点就连不上了 ---

[GitHub] [incubator-doris] nick-yangg commented on issue #1808: doris FE扩容失败问题

2019-09-16 Thread GitBox
nick-yangg commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531686028 ![image](https://user-images.githubusercontent.com/55170104/64943873-6c4e9600-d89f-11e9-8672-84a12839a98c.png) 我是这样启动其他fe节点的 ---

[GitHub] [incubator-doris] nick-yangg commented on issue #1808: doris FE扩容失败问题

2019-09-16 Thread GitBox
nick-yangg commented on issue #1808: doris FE扩容失败问题 URL: https://github.com/apache/incubator-doris/issues/1808#issuecomment-531687314 ![image](https://user-images.githubusercontent.com/55170104/64944082-06164300-d8a0-11e9-874c-3dea25d0c623.png) 这是我其中一台FE log 日志的错误信息 --

[GitHub] [incubator-doris] imay merged pull request #1788: add param: doris_exchange_instances to set parallel after exchange

2019-09-16 Thread GitBox
imay merged pull request #1788: add param: doris_exchange_instances to set parallel after exchange URL: https://github.com/apache/incubator-doris/pull/1788 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] xionglei0 opened a new issue #1809: support udtf:user defined table generation

2019-09-16 Thread GitBox
xionglei0 opened a new issue #1809: support udtf:user defined table generation URL: https://github.com/apache/incubator-doris/issues/1809 we need to explode one line to multi lines,like json string or array string this is what udtf do, like table test_udtf: **select * from test_udtf;**

[GitHub] [incubator-doris] WingsGo opened a new pull request #1810: fix tablet meta tool command argument bug

2019-09-16 Thread GitBox
WingsGo opened a new pull request #1810: fix tablet meta tool command argument bug URL: https://github.com/apache/incubator-doris/pull/1810 In tablet-meta-tool document, the commad to get a tablet meta as following will cause a invalid operation, I found the correct argument in code is ge

[GitHub] [incubator-doris] imay merged pull request #1810: fix tablet meta tool command argument bug

2019-09-16 Thread GitBox
imay merged pull request #1810: fix tablet meta tool command argument bug URL: https://github.com/apache/incubator-doris/pull/1810 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] imay opened a new pull request #1811: Resolve reduce/reduce conflict in our syntax

2019-09-16 Thread GitBox
imay opened a new pull request #1811: Resolve reduce/reduce conflict in our syntax URL: https://github.com/apache/incubator-doris/pull/1811 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay merged pull request #1811: Resolve reduce/reduce conflict in our syntax

2019-09-16 Thread GitBox
imay merged pull request #1811: Resolve reduce/reduce conflict in our syntax URL: https://github.com/apache/incubator-doris/pull/1811 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1812: Add where expr in broker load

2019-09-16 Thread GitBox
EmmyMiao87 opened a new pull request #1812: Add where expr in broker load URL: https://github.com/apache/incubator-doris/pull/1812 The where predicate in broker load is responsible for filtering transformed data. The docs of help and operator has been changed. --

[GitHub] [incubator-doris] chaoyli closed pull request #1761: Add multi-path in RowsetGraph

2019-09-16 Thread GitBox
chaoyli closed pull request #1761: Add multi-path in RowsetGraph URL: https://github.com/apache/incubator-doris/pull/1761 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] chaoyli opened a new pull request #1813: Limit the max version to cumulative compaction

2019-09-16 Thread GitBox
chaoyli opened a new pull request #1813: Limit the max version to cumulative compaction URL: https://github.com/apache/incubator-doris/pull/1813 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] nick-yangg opened a new issue #1814: 这种FE扩容状态是正常的吗

2019-09-16 Thread GitBox
nick-yangg opened a new issue #1814: 这种FE扩容状态是正常的吗 URL: https://github.com/apache/incubator-doris/issues/1814 ![image](https://user-images.githubusercontent.com/55170104/64963364-b51c4400-d8cb-11e9-99ad-daee917fe7a6.png) 这种FE扩容状态是正常的吗? ---

[GitHub] [incubator-doris] imay commented on a change in pull request #1812: Add where expr in broker load

2019-09-16 Thread GitBox
imay commented on a change in pull request #1812: Add where expr in broker load URL: https://github.com/apache/incubator-doris/pull/1812#discussion_r324686190 ## File path: fe/src/main/java/org/apache/doris/planner/LoadScanNode.java ## @@ -0,0 +1,72 @@ +// Licensed to the A

[GitHub] [incubator-doris] DarrenChanChenChi opened a new issue #1815: mini load:too many filtered rows

2019-09-16 Thread GitBox
DarrenChanChenChi opened a new issue #1815: mini load:too many filtered rows URL: https://github.com/apache/incubator-doris/issues/1815 when I do the mini load,it has the issue:too many filtered rows. the file to load is as follows: 201909151 1584928185071026爱奇艺

[GitHub] [incubator-doris] imay commented on issue #1815: mini load:too many filtered rows

2019-09-16 Thread GitBox
imay commented on issue #1815: mini load:too many filtered rows URL: https://github.com/apache/incubator-doris/issues/1815#issuecomment-532024206 @DarrenChanChenChi Data has been filtered because of some reason. You can visit the URL returned by `SHOW LOAD` command. In this URL, th

[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1813: Limit the max version to cumulative compaction

2019-09-16 Thread GitBox
yiguolei commented on a change in pull request #1813: Limit the max version to cumulative compaction URL: https://github.com/apache/incubator-doris/pull/1813#discussion_r324957114 ## File path: be/src/common/config.h ## @@ -240,7 +240,8 @@ namespace config { // cumu

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1813: Limit the max version to cumulative compaction

2019-09-16 Thread GitBox
chaoyli commented on a change in pull request #1813: Limit the max version to cumulative compaction URL: https://github.com/apache/incubator-doris/pull/1813#discussion_r324963127 ## File path: be/src/common/config.h ## @@ -240,7 +240,8 @@ namespace config { // cumul

[GitHub] [incubator-doris-website] hffariel opened a new pull request #1: [Enhancement] documents rebuild with Vuepress

2020-04-28 Thread GitBox
hffariel opened a new pull request #1: URL: https://github.com/apache/incubator-doris-website/pull/1 [Enhancement] documents rebuild with Vuepress This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris-website] hffariel opened a new pull request #2: add favicon.ico

2020-04-28 Thread GitBox
hffariel opened a new pull request #2: URL: https://github.com/apache/incubator-doris-website/pull/2 add favicon.ico This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris-website] hffariel opened a new pull request #3: Reset master branch

2020-05-08 Thread GitBox
hffariel opened a new pull request #3: URL: https://github.com/apache/incubator-doris-website/pull/3 Reset master branch This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris-website] hffariel opened a new pull request #4: add version option for branch-0.13

2020-07-30 Thread GitBox
hffariel opened a new pull request #4: URL: https://github.com/apache/incubator-doris-website/pull/4 add version option for branch-0.13 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris-website] imay merged pull request #4: add version option for branch-0.13

2020-07-30 Thread GitBox
imay merged pull request #4: URL: https://github.com/apache/incubator-doris-website/pull/4 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-website] yx91490 opened a new pull request #5: fix typo:'一下' -> '以下'

2021-02-27 Thread GitBox
yx91490 opened a new pull request #5: URL: https://github.com/apache/incubator-doris-website/pull/5 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-website] morningman closed pull request #5: fix typo:'一下' -> '以下'

2021-08-11 Thread GitBox
morningman closed pull request #5: URL: https://github.com/apache/incubator-doris-website/pull/5 -- 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: d

[GitHub] [incubator-doris-website] morningman commented on pull request #5: fix typo:'一下' -> '以下'

2021-08-11 Thread GitBox
morningman commented on pull request #5: URL: https://github.com/apache/incubator-doris-website/pull/5#issuecomment-896915152 This website is auto generated. Please go to `https://github.com/apache/incubator-doris/tree/master/docs` to change. Thank you! -- This is an automated message

[GitHub] [incubator-doris-website] dave2wave opened a new pull request #6: Create .asf.yaml

2021-08-11 Thread GitBox
dave2wave opened a new pull request #6: URL: https://github.com/apache/incubator-doris-website/pull/6 Publish the website as is now required -- 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 s

[GitHub] [incubator-doris-website] morningman merged pull request #6: Create .asf.yaml

2021-08-12 Thread GitBox
morningman merged pull request #6: URL: https://github.com/apache/incubator-doris-website/pull/6 -- 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: d

[GitHub] [incubator-doris-website] Jennifer88huang opened a new pull request #7: Update README.md

2021-09-21 Thread GitBox
Jennifer88huang opened a new pull request #7: URL: https://github.com/apache/incubator-doris-website/pull/7 ### Motivation The heading styles are not consistent. ### Modification 1. Keep the heading styles consistent. 2. Add lead-in sentences, making them more professional.

[GitHub] [incubator-doris-website] morningman merged pull request #7: Update README.md

2021-09-21 Thread GitBox
morningman merged pull request #7: URL: https://github.com/apache/incubator-doris-website/pull/7 -- 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: d

[GitHub] [incubator-doris-website] Jennifer88huang commented on pull request #7: Update README.md

2021-09-22 Thread GitBox
Jennifer88huang commented on pull request #7: URL: https://github.com/apache/incubator-doris-website/pull/7#issuecomment-924964072 @morningman It's my pleasure. Thanks for your quick feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris-connectors] morningman opened a new pull request #1: [init] add missing files

2022-02-09 Thread GitBox
morningman opened a new pull request #1: URL: https://github.com/apache/incubator-doris-connectors/pull/1 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add some missing files for initialization the codebase ## Checklist(Required) 1. Does i

[GitHub] [incubator-doris-connectors] morningman merged pull request #1: [init] add missing files

2022-02-09 Thread GitBox
morningman merged pull request #1: URL: https://github.com/apache/incubator-doris-connectors/pull/1 -- 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

[GitHub] [incubator-doris-connectors] Wahno opened a new pull request #2: [fix](spark connector) fix spark connector unsupport STRING type.

2022-02-10 Thread GitBox
Wahno opened a new pull request #2: URL: https://github.com/apache/incubator-doris-connectors/pull/2 # Proposed changes Issue Number: close [7990](https://github.com/apache/incubator-doris/issues/7990) ## Problem Summary: fix spark connector unsupport STRING type.

[GitHub] [incubator-doris-connectors] wuyunfeng commented on pull request #2: [Bug-Fix][Spark-Doris-Connector] fix spark connector unsupport STRING type.

2022-02-10 Thread GitBox
wuyunfeng commented on pull request #2: URL: https://github.com/apache/incubator-doris-connectors/pull/2#issuecomment-1034650594 LGTM -- 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 specifi

[GitHub] [incubator-doris-connectors] morningman opened a new pull request #3: [community] move GitBox mail to commits@doris

2022-02-10 Thread GitBox
morningman opened a new pull request #3: URL: https://github.com/apache/incubator-doris-connectors/pull/3 # Proposed changes Issue Number: close #xxx ## Problem Summary: move GitBox mail to commits@doris ## Checklist(Required) 1. Does it affect the

[GitHub] [incubator-doris-connectors] morningman merged pull request #2: [Bug-Fix][Spark-Doris-Connector] fix spark connector unsupport STRING type.

2022-02-10 Thread GitBox
morningman merged pull request #2: URL: https://github.com/apache/incubator-doris-connectors/pull/2 -- 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

[GitHub] [incubator-doris-connectors] morningman merged pull request #3: [community] move GitBox mail to commits@doris

2022-02-10 Thread GitBox
morningman merged pull request #3: URL: https://github.com/apache/incubator-doris-connectors/pull/3 -- 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

[GitHub] [incubator-doris-connectors] morningman opened a new pull request #4: unprotected

2022-02-10 Thread GitBox
morningman opened a new pull request #4: URL: https://github.com/apache/incubator-doris-connectors/pull/4 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [incubator-doris-connectors] morningman merged pull request #4: unprotected

2022-02-10 Thread GitBox
morningman merged pull request #4: URL: https://github.com/apache/incubator-doris-connectors/pull/4 -- 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

[GitHub] [incubator-doris-connectors] morningman opened a new pull request #5: [community](license) Add license file for dependencies

2022-02-10 Thread GitBox
morningman opened a new pull request #5: URL: https://github.com/apache/incubator-doris-connectors/pull/5 # Proposed changes Issue Number: close #xxx ## Problem Summary: Introduce `license-maven-plugin` to list license for dependencies of connectors. ## Checklist

[GitHub] [incubator-doris-connectors] hf200012 opened a new pull request #6: Solve the problem of writing Chinese garbled characters

2022-02-11 Thread GitBox
hf200012 opened a new pull request #6: URL: https://github.com/apache/incubator-doris-connectors/pull/6 Solve the problem of writing Chinese garbled characters # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [incubator-doris-connectors] hf200012 merged pull request #5: [community](license) Add license file for dependencies

2022-02-11 Thread GitBox
hf200012 merged pull request #5: URL: https://github.com/apache/incubator-doris-connectors/pull/5 -- 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:

[GitHub] [incubator-doris-connectors] wuyunfeng commented on pull request #6: [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garbled characters

2022-02-13 Thread GitBox
wuyunfeng commented on pull request #6: URL: https://github.com/apache/incubator-doris-connectors/pull/6#issuecomment-1037935984 @hf200012 Please use tags correctly to identify your PRs. Thanks. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris-connectors] wuyunfeng merged pull request #6: [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garbled characters

2022-02-13 Thread GitBox
wuyunfeng merged pull request #6: URL: https://github.com/apache/incubator-doris-connectors/pull/6 -- 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:

[GitHub] [incubator-doris-connectors] wuyunfeng merged pull request #6: [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garbled characters

2022-02-13 Thread GitBox
wuyunfeng merged pull request #6: URL: https://github.com/apache/incubator-doris-connectors/pull/6 -- 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:

[GitHub] [incubator-doris-connectors] wuyunfeng commented on pull request #6: [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garbled characters

2022-02-13 Thread GitBox
wuyunfeng commented on pull request #6: URL: https://github.com/apache/incubator-doris-connectors/pull/6#issuecomment-1037935984 @hf200012 Please use tags correctly to identify your PRs. Thanks. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris-spark-connector] morningman opened a new pull request #7: [chore] modify some script for building connector

2022-02-28 Thread GitBox
morningman opened a new pull request #7: URL: https://github.com/apache/incubator-doris-spark-connector/pull/7 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the ori

[GitHub] [incubator-doris-spark-connector] morningman merged pull request #7: [chore] modify some script for building connector

2022-02-28 Thread GitBox
morningman merged pull request #7: URL: https://github.com/apache/incubator-doris-spark-connector/pull/7 -- 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

[GitHub] [incubator-doris-website] hf200012 merged pull request #8: 修改文档错误别字

2022-03-06 Thread GitBox
hf200012 merged pull request #8: URL: https://github.com/apache/incubator-doris-website/pull/8 -- 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: dev

<    31   32   33   34   35   36   37   38   39   40   >