[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2202: Fix npe when segment writer init failed

2019-11-13 Thread GitBox
kangpinghuang opened a new pull request #2202: Fix npe when segment writer init failed URL: https://github.com/apache/incubator-doris/pull/2202 fix npe of ShortKeyBuilder when SegmentWriter init failed. Issue:#2196 This i

[GitHub] [incubator-doris] kangpinghuang commented on issue #2196: too many open files when pressure test

2019-11-13 Thread GitBox
kangpinghuang commented on issue #2196: too many open files when pressure test URL: https://github.com/apache/incubator-doris/issues/2196#issuecomment-553757694 there are two problems for this issue: 1. Too many open file, the reason is the table has many tablet and eache tablet has hun

[GitHub] [incubator-doris] blackfox1983 opened a new issue #2201: stream_load设置了timeout。但结果显示cancel

2019-11-13 Thread GitBox
blackfox1983 opened a new issue #2201: stream_load设置了timeout。但结果显示cancel URL: https://github.com/apache/incubator-doris/issues/2201 **Describe the bug** 流式导入时的timeout可能没生效 **To Reproduce** **Expected behavior** 1、version:11-6日 master 2、源文件:8.1G 约9500w+行 3、半个小时超时。cur

[incubator-doris] branch master updated (b187c08 -> 20e0344)

2019-11-13 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 b187c08 Fix bug of null safe equal join (#2193) add 20e0344 Fix condition npe bug (#2200) No new

[GitHub] [incubator-doris] kangkaisen merged pull request #2200: Fix condition npe bug

2019-11-13 Thread GitBox
kangkaisen merged pull request #2200: Fix condition npe bug URL: https://github.com/apache/incubator-doris/pull/2200 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2198: Add more note for streamLoad java sample

2019-11-13 Thread GitBox
kangkaisen commented on a change in pull request #2198: Add more note for streamLoad java sample URL: https://github.com/apache/incubator-doris/pull/2198#discussion_r346139271 ## File path: samples/stream_load/java/DorisStreamLoad.java ## @@ -95,6 +125,7 @@ protected boole

[GitHub] [incubator-doris] wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19

2019-11-13 Thread GitBox
wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19 URL: https://github.com/apache/incubator-doris/issues/2157#issuecomment-553727000 feel free to reopen this if you have any question. ---

[GitHub] [incubator-doris] zhangy5 commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19

2019-11-13 Thread GitBox
zhangy5 commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19 URL: https://github.com/apache/incubator-doris/issues/2157#issuecomment-553711004 For now no problem has been found, and this issue is closed temporarily. You can rep

[GitHub] [incubator-doris] zhangy5 closed issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19

2019-11-13 Thread GitBox
zhangy5 closed issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19 URL: https://github.com/apache/incubator-doris/issues/2157 This is an automated message from the Apache Git

[GitHub] [incubator-doris] imay commented on a change in pull request #2198: Add more note for streamLoad java sample

2019-11-13 Thread GitBox
imay commented on a change in pull request #2198: Add more note for streamLoad java sample URL: https://github.com/apache/incubator-doris/pull/2198#discussion_r346112178 ## File path: samples/stream_load/java/DorisStreamLoad.java ## @@ -56,15 +56,47 @@ * 3 run this class

[GitHub] [incubator-doris] imay commented on issue #2195: why storage medium setting only supports the path extension?

2019-11-13 Thread GitBox
imay commented on issue #2195: why storage medium setting only supports the path extension? URL: https://github.com/apache/incubator-doris/issues/2195#issuecomment-553707465 > > That's a historical reason, there is no special purpose > > OK. For my part, I can't rename the storage p

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2200: Fix condition npe bug

2019-11-13 Thread GitBox
kangpinghuang opened a new pull request #2200: Fix condition npe bug URL: https://github.com/apache/incubator-doris/pull/2200 when schema change with delete predicate, the conditions is null, which will lead to NPE core dump. ISSUE #2197 -

[GitHub] [incubator-doris] caiconghui commented on issue #2198: Add more note for streamLoad java sample

2019-11-13 Thread GitBox
caiconghui commented on issue #2198: Add more note for streamLoad java sample URL: https://github.com/apache/incubator-doris/pull/2198#issuecomment-553704713 related to #2199 This is an automated message from the Apache Git S

[GitHub] [incubator-doris] caiconghui opened a new issue #2199: Add more note for streamLoad java sample

2019-11-13 Thread GitBox
caiconghui opened a new issue #2199: Add more note for streamLoad java sample URL: https://github.com/apache/incubator-doris/issues/2199 Add more note info for streamLoad java sample This is an automated message from the Apach

[GitHub] [incubator-doris] caiconghui opened a new pull request #2198: Add more note for streamLoad java sample

2019-11-13 Thread GitBox
caiconghui opened a new pull request #2198: Add more note for streamLoad java sample URL: https://github.com/apache/incubator-doris/pull/2198 modify note info for sample output and some issue when use streamLoad java sample

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2197: NPE when schema change

2019-11-13 Thread GitBox
kangpinghuang opened a new issue #2197: NPE when schema change URL: https://github.com/apache/incubator-doris/issues/2197 create rollup index from a base table with delete predicate, which will come to nullptr conditions when calling _get_row_ranges_by_column_conditions in SegmentIterator.

[GitHub] [incubator-doris] vagetablechicken commented on issue #2195: why storage medium setting only supports the path extension?

2019-11-13 Thread GitBox
vagetablechicken commented on issue #2195: why storage medium setting only supports the path extension? URL: https://github.com/apache/incubator-doris/issues/2195#issuecomment-553701996 > That's a historical reason, there is no special purpose OK. For my part, I can't rename the sto

[GitHub] [incubator-doris] kangpinghuang commented on issue #2196: too many open files when pressure test

2019-11-13 Thread GitBox
kangpinghuang commented on issue #2196: too many open files when pressure test URL: https://github.com/apache/incubator-doris/issues/2196#issuecomment-553700300 core dump message: Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled]

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2196: too many open files when pressure test

2019-11-13 Thread GitBox
kangpinghuang opened a new issue #2196: too many open files when pressure test URL: https://github.com/apache/incubator-doris/issues/2196 **Describe the bug** running segment v2 under pressure test, it comes to the warning: failed to init segment writer: IO error: /home/disk3/palo-ser

[GitHub] [incubator-doris] wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19

2019-11-13 Thread GitBox
wuyunfeng commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19 URL: https://github.com/apache/incubator-doris/issues/2157#issuecomment-553700305 @zhangy5 em... T

[GitHub] [incubator-doris] imay commented on issue #2195: why storage medium setting only supports the path extension?

2019-11-13 Thread GitBox
imay commented on issue #2195: why storage medium setting only supports the path extension? URL: https://github.com/apache/incubator-doris/issues/2195#issuecomment-553697442 That's a historical reason, there is no special purpose ---

[GitHub] [incubator-doris] vagetablechicken opened a new issue #2195: why storage medium setting only supports the path extension?

2019-11-13 Thread GitBox
vagetablechicken opened a new issue #2195: why storage medium setting only supports the path extension? URL: https://github.com/apache/incubator-doris/issues/2195 When setting storage_root_path, doris uses the path extension (.ssd/.hdd) to define the storage medium. Why not just add the m

[GitHub] [incubator-doris] morningman merged pull request #2193: Fix bug of null safe equal join

2019-11-13 Thread GitBox
morningman merged pull request #2193: Fix bug of null safe equal join URL: https://github.com/apache/incubator-doris/pull/2193 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-doris] branch master updated: Fix bug of null safe equal join (#2193)

2019-11-13 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 b187c08 Fix bug of null safe equal

[GitHub] [incubator-doris] morningman merged pull request #2190: Make RowBatch compatible with old version

2019-11-13 Thread GitBox
morningman merged pull request #2190: Make RowBatch compatible with old version URL: https://github.com/apache/incubator-doris/pull/2190 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] morningman merged pull request #2191: Add node dead num metrics for all types of node

2019-11-13 Thread GitBox
morningman merged pull request #2191: Add node dead num metrics for all types of node URL: https://github.com/apache/incubator-doris/pull/2191 This is an automated message from the Apache Git Service. To respond to the messa

[incubator-doris] branch master updated (35b2800 -> 84c1fa8)

2019-11-13 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 35b2800 Keep num_of_columns_from_file incompatibile with 0.10 protocol (#2187) add 84c1fa8 Add n

[incubator-doris] branch master updated (84c1fa8 -> 3dcb8c9)

2019-11-13 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 84c1fa8 Add node dead num metrics for all types of node (#2191) add 3dcb8c9 Make RowBatch compati

[GitHub] [incubator-doris] imay closed issue #2186: Broker load cause BE crashed during the upgrade

2019-11-13 Thread GitBox
imay closed issue #2186: Broker load cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/issues/2186 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman commented on a change in pull request #2188: Use BE config 'mem_limit' to limit both query and load mem consumption.

2019-11-13 Thread GitBox
morningman commented on a change in pull request #2188: Use BE config 'mem_limit' to limit both query and load mem consumption. URL: https://github.com/apache/incubator-doris/pull/2188#discussion_r345778968 ## File path: be/src/runtime/load_channel.cpp ## @@ -109,18 +109,2

[incubator-doris] branch master updated (8063353 -> 35b2800)

2019-11-13 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 8063353 Fix concurrent create same directory failed (#2176) (#2185) add 35b2800 Keep num_of_columns_fr

[GitHub] [incubator-doris] imay merged pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade

2019-11-13 Thread GitBox
imay merged pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/pull/2187 This is an automated message from the Apache Git

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #2194: Null safe equal join filter the null value

2019-11-13 Thread GitBox
EmmyMiao87 commented on issue #2194: Null safe equal join filter the null value URL: https://github.com/apache/incubator-doris/issues/2194#issuecomment-553417257 #2193 This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #2193: Fix bug of null safe equal join

2019-11-13 Thread GitBox
EmmyMiao87 commented on issue #2193: Fix bug of null safe equal join URL: https://github.com/apache/incubator-doris/pull/2193#issuecomment-553417165 #2194 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #2194: Null safe equal join filter the null value

2019-11-13 Thread GitBox
EmmyMiao87 opened a new issue #2194: Null safe equal join filter the null value URL: https://github.com/apache/incubator-doris/issues/2194 **Describe the bug** The null value has been filtered by null safe equal join **To Reproduce** mysql> select * From nullable_table;

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #2193: Fix bug of null safe equal join

2019-11-13 Thread GitBox
EmmyMiao87 opened a new pull request #2193: Fix bug of null safe equal join URL: https://github.com/apache/incubator-doris/pull/2193 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay closed issue #2176: BE will crash when create snapshot file

2019-11-13 Thread GitBox
imay closed issue #2176: BE will crash when create snapshot file URL: https://github.com/apache/incubator-doris/issues/2176 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (11872d5 -> 8063353)

2019-11-13 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 11872d5 Sending clear txn task explicitly after transaction being aborted (#2182) add 8063353 Fix con

[GitHub] [incubator-doris] imay merged pull request #2185: Fix concurrent create same directory failed

2019-11-13 Thread GitBox
imay merged pull request #2185: Fix concurrent create same directory failed URL: https://github.com/apache/incubator-doris/pull/2185 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] stayHF opened a new issue #2192: Add partition syntax by daily, weekly, monthly.

2019-11-13 Thread GitBox
stayHF opened a new issue #2192: Add partition syntax by daily, weekly, monthly. URL: https://github.com/apache/incubator-doris/issues/2192 Add partition syntax by daily, weekly, monthly, users do not need to periodically add partitions.

[GitHub] [incubator-doris] morningman opened a new pull request #2191: Add node dead num metrics for all types of node

2019-11-13 Thread GitBox
morningman opened a new pull request #2191: Add node dead num metrics for all types of node URL: https://github.com/apache/incubator-doris/pull/2191 Add 3 new metrics to `http://fe:http_port/metrics?type=core`: doris_fe_frontend_dead_num 0 doris_fe_backend_dead_num 0 doris_fe_b

[GitHub] [incubator-doris] imay opened a new pull request #2190: Make RowBatch compatible with old version

2019-11-13 Thread GitBox
imay opened a new pull request #2190: Make RowBatch compatible with old version URL: https://github.com/apache/incubator-doris/pull/2190 Field len of StringValue is changed from int to int64. This will cause invalid length of StringValue when deserializing RowBatch sent from 0.10 Doris

[GitHub] [incubator-doris] imay commented on issue #2189: BE crashed during the upgrade

2019-11-13 Thread GitBox
imay commented on issue #2189: BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/issues/2189#issuecomment-553362587 Because len of StringValue is changed from int to size_t, it will lead invalid length of StringValue. It will make Doris crash. --

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #2189: BE crashed during the upgrade

2019-11-13 Thread GitBox
HangyuanLiu opened a new issue #2189: BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/issues/2189 **Describe the bug** Be crashed while I was upgrading from 10.17 to 11.18. **To Reproduce** Steps to reproduce the behavior: 1.Upgrade 2.Wait

[GitHub] [incubator-doris] morningman opened a new pull request #2188: Use BE config 'mem_limit' to limit both query and load mem consumption.

2019-11-13 Thread GitBox
morningman opened a new pull request #2188: Use BE config 'mem_limit' to limit both query and load mem consumption. URL: https://github.com/apache/incubator-doris/pull/2188 ISSUE #2178 This is an automated message from the

[GitHub] [incubator-doris] imay commented on a change in pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade

2019-11-13 Thread GitBox
imay commented on a change in pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/pull/2187#discussion_r345672399 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -143,

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade

2019-11-13 Thread GitBox
HangyuanLiu commented on a change in pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/pull/2187#discussion_r345660630 ## File path: gensrc/thrift/PlanNodes.thrift ## @@

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade

2019-11-13 Thread GitBox
HangyuanLiu opened a new pull request #2187: Fix bug : num_of_columns_from_file incompatibility cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/pull/2187 #2186 After checking, I found that broker load in 0.11 added num_of_columns_from_file parameter i

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #2186: Broker load cause BE crashed during the upgrade

2019-11-13 Thread GitBox
HangyuanLiu opened a new issue #2186: Broker load cause BE crashed during the upgrade URL: https://github.com/apache/incubator-doris/issues/2186 **Describe the bug** Be crashed while I was upgrading from 10.17 to 11.18. **To Reproduce** Steps to reproduce the behavior: 1. Up

[GitHub] [incubator-doris] Seaven opened a new pull request #2185: Fix concurrent create same directory failed

2019-11-13 Thread GitBox
Seaven opened a new pull request #2185: Fix concurrent create same directory failed URL: https://github.com/apache/incubator-doris/pull/2185 #2176 This is an automated message from the Apache Git Service. To respond to the m

[incubator-doris] branch dependabot/maven/fe/com.fasterxml.jackson.core-jackson-databind-2.9.10.1 created (now 9360a4d)

2019-11-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/fe/com.fasterxml.jackson.core-jackson-databind-2.9.10.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 9360a4d Bump jackson-databind from 2

[GitHub] [incubator-doris] dependabot[bot] opened a new pull request #2184: Bump jackson-databind from 2.9.7 to 2.9.10.1 in /fe

2019-11-13 Thread GitBox
dependabot[bot] opened a new pull request #2184: Bump jackson-databind from 2.9.7 to 2.9.10.1 in /fe URL: https://github.com/apache/incubator-doris/pull/2184 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to 2.9.10.1. Commits - See full diff in [com