[incubator-doris] branch master updated: [util] Add Apache License 2.0 to Thread (#2928)

2020-02-17 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 3f4e186 [util] Add Apache License

[GitHub] [incubator-doris] chaoyli merged pull request #2928: [util] Add Apache License 2.0 to Thread

2020-02-17 Thread GitBox
chaoyli merged pull request #2928: [util] Add Apache License 2.0 to Thread URL: https://github.com/apache/incubator-doris/pull/2928 This is an automated message from the Apache Git Service. To respond to the message, please l

[incubator-doris] branch master updated: [ut] Delete files generated by UT when teardown (#2930)

2020-02-17 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin 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 32e998f [ut] Delete files generated b

[GitHub] [incubator-doris] lingbin merged pull request #2930: [ut] Delete files generated by UT when teardown

2020-02-17 Thread GitBox
lingbin merged pull request #2930: [ut] Delete files generated by UT when teardown URL: https://github.com/apache/incubator-doris/pull/2930 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587312127 I'm sure it's not the ES cluster configuration and network problems. please see my issue Description,if i set es Index does n

[GitHub] [incubator-doris] lingbin opened a new pull request #2930: [ut] Delete files generated by UT when teardown

2020-02-17 Thread GitBox
lingbin opened a new pull request #2930: [ut] Delete files generated by UT when teardown URL: https://github.com/apache/incubator-doris/pull/2930 If these residual files are not deleted, the UT will fail because the corresponding files already exist when running multiple times.

[GitHub] [incubator-doris] morningman merged pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP

2020-02-17 Thread GitBox
morningman merged pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP URL: https://github.com/apache/incubator-doris/pull/2921 This is an automated message from

[incubator-doris] branch master updated: [GroupingSet] Disable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP (#2921)

2020-02-17 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 7be2871 [GroupingSet] Disable colu

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587290329 > next to executed select sql, es cluster not has any error or warn log. Maybe Elasticsearch cluster does not re

[GitHub] [incubator-doris] wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587290329 > next to executed select sql, es cluster not has any error or warn log. Maybe Elasticsearch cluster does not receive any r

[GitHub] [incubator-doris] lingbin merged pull request #2929: Remove unneeded headers included in agent-util

2020-02-17 Thread GitBox
lingbin merged pull request #2929: Remove unneeded headers included in agent-util URL: https://github.com/apache/incubator-doris/pull/2929 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-doris] branch master updated: Remove unneeded headers included in agent-util (#2929)

2020-02-17 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin 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 b3c5f0f Remove unneeded headers inclu

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #2893: Condition destroy error shouldn't be a fatal error

2020-02-17 Thread GitBox
vagetablechicken edited a comment on issue #2893: Condition destroy error shouldn't be a fatal error URL: https://github.com/apache/incubator-doris/issues/2893#issuecomment-587268035 Yes, this method may not help. But it can avoid coredump when we restart be. Receiving too much coredump a

[GitHub] [incubator-doris] vagetablechicken commented on issue #2893: Condition destroy error shouldn't be a fatal error

2020-02-17 Thread GitBox
vagetablechicken commented on issue #2893: Condition destroy error shouldn't be a fatal error URL: https://github.com/apache/incubator-doris/issues/2893#issuecomment-587268035 Yes, this method may not help. But it can avoid coredump when we restart be. Receiving too much coredump alert sm

[GitHub] [incubator-doris] wangbo closed issue #2920: AlterJobV2 Pending Status Replay Fix Bug

2020-02-17 Thread GitBox
wangbo closed issue #2920: AlterJobV2 Pending Status Replay Fix Bug URL: https://github.com/apache/incubator-doris/issues/2920 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] lingbin commented on a change in pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924)

2020-02-17 Thread GitBox
lingbin commented on a change in pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924) URL: https://github.com/apache/incubator-doris/pull/2925#discussion_r380438645 ## File path: be/src/runtime/export_sink.cpp ## @@ -142,10 +142,10 @@ Status Exp

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924)

2020-02-17 Thread GitBox
kangpinghuang commented on a change in pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924) URL: https://github.com/apache/incubator-doris/pull/2925#discussion_r380438126 ## File path: be/src/runtime/export_sink.cpp ## @@ -142,10 +142,10 @@ Stat

[GitHub] [incubator-doris] HangyuanLiu commented on issue #2911: Support not_empty function and empty function

2020-02-17 Thread GitBox
HangyuanLiu commented on issue #2911: Support not_empty function and empty function URL: https://github.com/apache/incubator-doris/pull/2911#issuecomment-587260329 > > I think is necessary ,length(null) == null and empty(null) == 1. And empty(array) is necessary when we implement complex t

[GitHub] [incubator-doris] kangpinghuang commented on issue #2925: fix bug: Error of exporting double type data to hdfs (#2924)

2020-02-17 Thread GitBox
kangpinghuang commented on issue #2925: fix bug: Error of exporting double type data to hdfs (#2924) URL: https://github.com/apache/incubator-doris/pull/2925#issuecomment-587260325 pls add some description for this pr and add some comment for this modification. ---

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP

2020-02-17 Thread GitBox
yangzhg commented on a change in pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP URL: https://github.com/apache/incubator-doris/pull/2921#discussion_r380437220 ## File path: fe/src/test/java/org/apache/doris/utframe/

[GitHub] [incubator-doris] lingbin opened a new pull request #2929: Remove unneeded headers included in agent-util

2020-02-17 Thread GitBox
lingbin opened a new pull request #2929: Remove unneeded headers included in agent-util URL: https://github.com/apache/incubator-doris/pull/2929 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] hexian55 edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
hexian55 edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587258256 1.executed any sql,has same as the error log. 3.es host is es node host,not LB proxy or vpn if i create n

[GitHub] [incubator-doris] hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587258256 1.executed any sql,has same as the error log. 3.es host is es node domain,not LB proxy or vpn if i create new tab

[GitHub] [incubator-doris] kangkaisen commented on issue #2902: bitmap_union_count support window function

2020-02-17 Thread GitBox
kangkaisen commented on issue #2902: bitmap_union_count support window function URL: https://github.com/apache/incubator-doris/pull/2902#issuecomment-587249112 Update, only fix the conflict. This is an automated message from t

[GitHub] [incubator-doris] chaoyli commented on issue #2928: [util] Add Apache License 2.0 to Thread

2020-02-17 Thread GitBox
chaoyli commented on issue #2928: [util] Add Apache License 2.0 to Thread URL: https://github.com/apache/incubator-doris/pull/2928#issuecomment-587248686 #2928 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] kangkaisen merged pull request #2847: Doris support in memory olap table

2020-02-17 Thread GitBox
kangkaisen merged pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-doris] branch master updated (11b4370 -> 625411b)

2020-02-17 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 11b4370 [Alter] Fix pending AlterJobV2 replay bug (#2922) add 625411b Doris support in memory ola

[GitHub] [incubator-doris] chaoyli opened a new pull request #2928: [util] Add Apache License 2.0 to Thread

2020-02-17 Thread GitBox
chaoyli opened a new pull request #2928: [util] Add Apache License 2.0 to Thread URL: https://github.com/apache/incubator-doris/pull/2928 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] wutiangan commented on issue #2925: fix bug: Error of exporting double type data to hdfs (#2924)

2020-02-17 Thread GitBox
wutiangan commented on issue #2925: fix bug: Error of exporting double type data to hdfs (#2924) URL: https://github.com/apache/incubator-doris/pull/2925#issuecomment-587246903 fix bug: Error of exporting double type data to hdfs (#2924) ---

[GitHub] [incubator-doris] yangzhg opened a new issue #2927: doris will

2020-02-17 Thread GitBox
yangzhg opened a new issue #2927: doris will URL: https://github.com/apache/incubator-doris/issues/2927 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] morningman opened a new pull request #2926: [Alter] Change table's state right after all rollup jobs being cancelled

2020-02-17 Thread GitBox
morningman opened a new pull request #2926: [Alter] Change table's state right after all rollup jobs being cancelled URL: https://github.com/apache/incubator-doris/pull/2926 This CL also related to #2903 This is an automated

[GitHub] [incubator-doris] wutiangan opened a new pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924)

2020-02-17 Thread GitBox
wutiangan opened a new pull request #2925: fix bug: Error of exporting double type data to hdfs (#2924) URL: https://github.com/apache/incubator-doris/pull/2925 This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] wutiangan opened a new issue #2924: Error of exporting double type data

2020-02-17 Thread GitBox
wutiangan opened a new issue #2924: Error of exporting double type data URL: https://github.com/apache/incubator-doris/issues/2924 When exporting a table of type double to HDFS, the data of conversion is wrong. When doris be exports data of type double, the values of all columns are

[GitHub] [incubator-doris] morningman commented on a change in pull request #2902: bitmap_union_count support window function

2020-02-17 Thread GitBox
morningman commented on a change in pull request #2902: bitmap_union_count support window function URL: https://github.com/apache/incubator-doris/pull/2902#discussion_r380231664 ## File path: be/src/exprs/bitmap_function.h ## @@ -46,6 +46,9 @@ class BitmapFunctions {

[incubator-doris] branch master updated: [Alter] Fix pending AlterJobV2 replay bug (#2922)

2020-02-17 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 11b4370 [Alter] Fix pending AlterJ

[GitHub] [incubator-doris] morningman merged pull request #2922: AlterJobV2 Pending Status Replay Fix Bug

2020-02-17 Thread GitBox
morningman merged pull request #2922: AlterJobV2 Pending Status Replay Fix Bug URL: https://github.com/apache/incubator-doris/pull/2922 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 1. Can you provide the `sql` you executed against the ES Table? This Internal `Privoxy` Error is so confused. 2.

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed against the ES Table? This Internal `Privoxy` Error is so confused. Anothe

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed against the ES Table? This Internal `Privoxy` Error is so confused. Anothe

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed against the ES Table? This Internal `Privoxy` Error is so confused. Anothe

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed against the ES Table? This Internal `Privoxy` Error is so confused. Anothe

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng edited a comment on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed? This Internal `Privoxy` Error is so confused. Another way, can you see th

[GitHub] [incubator-doris] wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587024102 Can you provide the `sql` you executed? This Internal `Privoxy` Error is so confused. Another way, can you see the log o

[GitHub] [incubator-doris] morningman merged pull request #2914: [UDF] Fix bug that UDF can't handle constant null value

2020-02-17 Thread GitBox
morningman merged pull request #2914: [UDF] Fix bug that UDF can't handle constant null value URL: https://github.com/apache/incubator-doris/pull/2914 This is an automated message from the Apache Git Service. To respond to t

[incubator-doris] branch master updated: [UDF] Fix bug that UDF can't handle constant null value (#2914)

2020-02-17 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 0fb52c5 [UDF] Fix bug that UDF can

[GitHub] [incubator-doris] hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587007075 Of course, if the address is wrong or the index does not exist, the error message is not like this ---

[GitHub] [incubator-doris] morningman commented on issue #2911: Support not_empty function and empty function

2020-02-17 Thread GitBox
morningman commented on issue #2911: Support not_empty function and empty function URL: https://github.com/apache/incubator-doris/pull/2911#issuecomment-587005666 > I think is necessary ,length(null) == null and empty(null) == 1. And empty(array) is necessary when we implement complex type

[incubator-doris] branch master updated: [Syntax] Fix bug introduced by #2906 (#2917)

2020-02-17 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 1089f09 [Syntax] Fix bug introduce

[GitHub] [incubator-doris] morningman merged pull request #2917: fix local test failed

2020-02-17 Thread GitBox
morningman merged pull request #2917: fix local test failed URL: https://github.com/apache/incubator-doris/pull/2917 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 #2847: Doris support in memory olap table

2020-02-17 Thread GitBox
kangkaisen commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r380171460 ## File path: be/src/olap/tablet_meta.h ## @@ -155,7 +155,7 @@ class TabletMeta { inline const boo

[GitHub] [incubator-doris] imay commented on issue #2893: Condition destroy error shouldn't be a fatal error

2020-02-17 Thread GitBox
imay commented on issue #2893: Condition destroy error shouldn't be a fatal error URL: https://github.com/apache/incubator-doris/issues/2893#issuecomment-586974693 My concern is that even if this is done, it may not solve the problem. I think we need to ensure that all references should b

[GitHub] [incubator-doris] wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error

2020-02-17 Thread GitBox
wuyunfeng commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-586973267 @hexian55 hi, whether port `9201` is http port? This is

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP

2020-02-17 Thread GitBox
kangkaisen commented on a change in pull request #2921: diable column both in select list and aggregate functions when using GROUPING SETS/CUBE/ROLLUP URL: https://github.com/apache/incubator-doris/pull/2921#discussion_r380139994 ## File path: fe/src/test/java/org/apache/doris/utfra

[GitHub] [incubator-doris] imay commented on a change in pull request #2847: Doris support in memory olap table

2020-02-17 Thread GitBox
imay commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r380123351 ## File path: be/src/agent/task_worker_pool.cpp ## @@ -846,7 +846,19 @@ void* TaskWorkerPool::_update_tablet

[GitHub] [incubator-doris] imay commented on a change in pull request #2847: Doris support in memory olap table

2020-02-17 Thread GitBox
imay commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r380131087 ## File path: fe/src/main/java/org/apache/doris/task/UpdateTabletMetaInfoTask.java ## @@ -18,50 +18,134 @@ p

[GitHub] [incubator-doris] imay commented on a change in pull request #2847: Doris support in memory olap table

2020-02-17 Thread GitBox
imay commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r380129274 ## File path: be/src/olap/tablet_meta.h ## @@ -155,7 +155,7 @@ class TabletMeta { inline const bool in_r

[incubator-doris] branch master updated (feef077 -> 1f84494)

2020-02-17 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 feef077 Some refactors on `TabletManager` (#2918) add 1f84494 Fixbug: Invalid memory address in d

[GitHub] [incubator-doris] chaoyli merged pull request #2923: Fixbug: Invalid memory address in doris::memory_copy (#2919)

2020-02-17 Thread GitBox
chaoyli merged pull request #2923: Fixbug: Invalid memory address in doris::memory_copy (#2919) URL: https://github.com/apache/incubator-doris/pull/2923 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] worker24h opened a new pull request #2923: Fixbug: Invalid memory address in doris::memory_copy (#2919)

2020-02-17 Thread GitBox
worker24h opened a new pull request #2923: Fixbug: Invalid memory address in doris::memory_copy (#2919) URL: https://github.com/apache/incubator-doris/pull/2923 When I change schema from char(20) to varchar(20), be will cause coredump. ---