[GitHub] [incubator-doris] EmmyMiao87 merged pull request #5441: [Bug-Fix][Bitmap][Be] Resolve bitmap_not calculate wrong result(#5440)

2021-03-03 Thread GitBox
EmmyMiao87 merged pull request #5441: URL: https://github.com/apache/incubator-doris/pull/5441 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 (7a41629 -> 9c87663)

2021-03-03 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 7a41629 [Audit] Support builtin load audit function to record successful bulk load job (#5183) add

[GitHub] [incubator-doris] EmmyMiao87 closed issue #5440: [Bug][Bitmap][Be] bitmap_not calculate wrong result

2021-03-03 Thread GitBox
EmmyMiao87 closed issue #5440: URL: https://github.com/apache/incubator-doris/issues/5440 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] EmmyMiao87 commented on pull request #5445: [Export] Expand function of export stmt

2021-03-03 Thread GitBox
EmmyMiao87 commented on pull request #5445: URL: https://github.com/apache/incubator-doris/pull/5445#issuecomment-790391333 > I will update document later. Done This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] stdpain opened a new pull request #5457: [BUG] fix DECHECK Fail While Call UDF

2021-03-03 Thread GitBox
stdpain opened a new pull request #5457: URL: https://github.com/apache/incubator-doris/pull/5457 ## Proposed changes will close #5456 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bugfi

[GitHub] [incubator-doris] stdpain opened a new issue #5456: DCHECK Fail when call UDF

2021-03-03 Thread GitBox
stdpain opened a new issue #5456: URL: https://github.com/apache/incubator-doris/issues/5456 **Describe the bug** RT **To Reproduce** Steps to reproduce the behavior: 1. build BE with Debug Mode 2. create a UDF function 2. call UDF **Expected behavior** BE sh

[GitHub] [incubator-doris] acelyc111 opened a new pull request #5455: [Enhance] Improve the readability of memtrackers' name

2021-03-03 Thread GitBox
acelyc111 opened a new pull request #5455: URL: https://github.com/apache/incubator-doris/pull/5455 ## Proposed changes Improve the readability of memtrackers' name, then it's happy to read website be_ip:port/mem_tracker ## Types of changes What types of changes does yo

[GitHub] [incubator-doris] qidaye opened a new pull request #5454: [Doc] fix page links

2021-03-03 Thread GitBox
qidaye opened a new pull request #5454: URL: https://github.com/apache/incubator-doris/pull/5454 fix #5451 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] ZhaoBQ commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
ZhaoBQ commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-790281240 从metrics监控上看,内存使用不是很高,be hang住的时间点,内存使用并不高。我们的表一天八亿条数据,在hive里存着一天5G左右的大小,同时起两个任务分别导入一天的数据就会出问题,一天一天的导那就没有问题。 ![image](https://user-images.githubusercontent.com/35092554/10

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #5419: Remove order by from `insert into select`

2021-03-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #5419: URL: https://github.com/apache/incubator-doris/pull/5419#discussion_r587054730 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/QueryStmt.java ## @@ -301,7 +301,7 @@ protected void createSortInfo(Analyzer a

[GitHub] [incubator-doris] qidaye commented on issue #5451: Page links don't display correctly

2021-03-03 Thread GitBox
qidaye commented on issue #5451: URL: https://github.com/apache/incubator-doris/issues/5451#issuecomment-790250935 Thanks for your reporting. We'll fix them. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #5419: Remove order by from `insert into select`

2021-03-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #5419: URL: https://github.com/apache/incubator-doris/pull/5419#discussion_r587007632 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/QueryStmt.java ## @@ -301,7 +301,7 @@ protected void createSortInfo(Analyzer a

[GitHub] [incubator-doris] stalary commented on a change in pull request #5325: [Doris On ES][WIP] Support external ES table with `SSL` secured and configurable node sniffing

2021-03-03 Thread GitBox
stalary commented on a change in pull request #5325: URL: https://github.com/apache/incubator-doris/pull/5325#discussion_r586548476 ## File path: fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java ## @@ -82,4 +85,13 @@ public static JSONObject getJson

[GitHub] [incubator-doris] dongxl6 commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
dongxl6 commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-790243017 > 0.13可以在BE的web上看看内存消耗 ip:8040/mem_tracker ip:8040/memz吧 This is an automated message fro

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5439: [Bug] Fix some problem with downloading and building thirdparty

2021-03-03 Thread GitBox
caiconghui commented on a change in pull request #5439: URL: https://github.com/apache/incubator-doris/pull/5439#discussion_r587004087 ## File path: thirdparty/build-thirdparty.sh ## @@ -472,6 +472,7 @@ build_brpc() { LDFLAGS="-L${TP_LIB_DIR} -static-libstdc++ -static-libg

[GitHub] [incubator-doris] acelyc111 commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
acelyc111 commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-790241903 0.13可以在BE的web上看看内存消耗 ip:8040/mem_tracker This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] ZhaoBQ commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
ZhaoBQ commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-790241216 我们也遇到相同问题,当从hdfs load数据的时候,内存使用会暴涨,然后be就挂了。有时候机器内存还有剩余,be没有挂就hang着。be相关日志: ![image](https://user-images.githubusercontent.com/35092554/109901393-f24cdf80-7cd3-11eb-98e3-173

[GitHub] [incubator-doris] yangzhg commented on issue #5429: dockers镜像build-env-1.2 git clone最新版本出现这样的问题

2021-03-03 Thread GitBox
yangzhg commented on issue #5429: URL: https://github.com/apache/incubator-doris/issues/5429#issuecomment-790235778 你的源码应该不是0.13 版本的应该是还没有发布的0.14 版本的 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5425: [Hll][Be][Bug-Fix] Resolve be crash when aggregate 160 hll items(#5424)

2021-03-03 Thread GitBox
yangzhg commented on a change in pull request #5425: URL: https://github.com/apache/incubator-doris/pull/5425#discussion_r586985037 ## File path: be/src/olap/hll.cpp ## @@ -164,7 +164,7 @@ size_t HyperLogLog::serialize(uint8_t* dst) const { break; } case HLL_

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5425: [Hll][Be][Bug-Fix] Resolve be crash when aggregate 160 hll items(#5424)

2021-03-03 Thread GitBox
yangzhg commented on a change in pull request #5425: URL: https://github.com/apache/incubator-doris/pull/5425#discussion_r586985037 ## File path: be/src/olap/hll.cpp ## @@ -164,7 +164,7 @@ size_t HyperLogLog::serialize(uint8_t* dst) const { break; } case HLL_

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5439: [Bug] Fix some problem with downloading and building thirdparty

2021-03-03 Thread GitBox
yangzhg commented on a change in pull request #5439: URL: https://github.com/apache/incubator-doris/pull/5439#discussion_r586979773 ## File path: thirdparty/build-thirdparty.sh ## @@ -472,6 +472,7 @@ build_brpc() { LDFLAGS="-L${TP_LIB_DIR} -static-libstdc++ -static-libgcc"

[GitHub] [incubator-doris] stalary commented on a change in pull request #5325: [Doris On ES][WIP] Support external ES table with `SSL` secured and configurable node sniffing

2021-03-03 Thread GitBox
stalary commented on a change in pull request #5325: URL: https://github.com/apache/incubator-doris/pull/5325#discussion_r586547824 ## File path: fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/PartitionPhase.java ## @@ -37,7 +38,16 @@ public PartitionPhase(Es

[GitHub] [incubator-doris] HappenLee commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
HappenLee commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-789826855 > 我也遇到了相同的问题,问题的场景是5分钟定时跑3-5个Insert into select 语句,每次执行完之后就看到内存往上跳跃性增长 如果能稳定复现了话,麻烦把case给我提供一下。我的wechat:lchlhp472825648 @dongxl6 --

[GitHub] [incubator-doris] LYuang opened a new issue #5453: broker load from hdfs failed as "Read Batch Error With Libarrow"

2021-03-03 Thread GitBox
LYuang opened a new issue #5453: URL: https://github.com/apache/incubator-doris/issues/5453 **Describe the bug** I have two clusters, online cluster(0.11.33) and backup cluster(0.12.12). Create two broker load to read from same hdfs(Parquet files) for online cluster and back cluster,

[GitHub] [incubator-doris] weizuo93 opened a new pull request #5452: [Audit][Stream Load] Support audit function for stream load

2021-03-03 Thread GitBox
weizuo93 opened a new pull request #5452: URL: https://github.com/apache/incubator-doris/pull/5452 ## Proposed changes Record finished stream load job (both successful job and failed job) into audit log so that we can see when the stream load job was executed and check the details

[GitHub] [incubator-doris] insanebeast commented on issue #5435: docker build-env-1.2:fe-core 3.4.0 failure

2021-03-03 Thread GitBox
insanebeast commented on issue #5435: URL: https://github.com/apache/incubator-doris/issues/5435#issuecomment-789675227 > 需要把fe/pom.xml中下载的Repository地址改下 > cloudera-thirdparty > https://repository.cloudera.com/content/repositories/third-party/ > 改为: > cloudera-public > https:

[GitHub] [incubator-doris] sebbASF opened a new issue #5451: Page links don't display correctly

2021-03-03 Thread GitBox
sebbASF opened a new issue #5451: URL: https://github.com/apache/incubator-doris/issues/5451 Most of the page links don't display correctly. For example, on page http://doris.apache.org/master/en/installing/install-deploy.html The following text segments appear: >>

[GitHub] [incubator-doris] dongxl6 commented on issue #5442: Doris内存会不停增长

2021-03-03 Thread GitBox
dongxl6 commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-789617371 我也遇到了相同的问题,问题的场景是5分钟定时跑3-5个Insert into select 语句,每次执行完之后就看到内存往上跳跃性增长 This is an automated message from the A

[GitHub] [incubator-doris] caiconghui closed issue #5185: [Audit] Support builtin load audit function to record successful bulk load job

2021-03-03 Thread GitBox
caiconghui closed issue #5185: URL: https://github.com/apache/incubator-doris/issues/5185 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] caiconghui merged pull request #5183: [Audit] Support builtin load audit function to record successful bulk load job

2021-03-03 Thread GitBox
caiconghui merged pull request #5183: URL: https://github.com/apache/incubator-doris/pull/5183 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: [Audit] Support builtin load audit function to record successful bulk load job (#5183)

2021-03-03 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 7a41629 [Audit] Support builtin l

[GitHub] [incubator-doris] caiconghui merged pull request #5342: [Enhancement] Add warn log when client report be state failed and refactor some report code

2021-03-03 Thread GitBox
caiconghui merged pull request #5342: URL: https://github.com/apache/incubator-doris/pull/5342 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] caiconghui closed issue #5343: [Enhancement] No warn log when be client report failed and there are some redundant code for report disk, tablet and disk

2021-03-03 Thread GitBox
caiconghui closed issue #5343: URL: https://github.com/apache/incubator-doris/issues/5343 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

[incubator-doris] branch master updated: Add warn log when client report be state failed and refactor some report code (#5342)

2021-03-03 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 422456c Add warn log when client r

[GitHub] [incubator-doris] caiconghui opened a new issue #5450: [Ut] run topn_function_test failed in be unit test

2021-03-03 Thread GitBox
caiconghui opened a new issue #5450: URL: https://github.com/apache/incubator-doris/issues/5450 **Describe the bug** ** Running Backend Unit Test ** === Run test: topn_function_test === === Run topn_function_test

[GitHub] [incubator-doris] caiconghui opened a new pull request #5449: [Ut] Fix ut failed for topn_function_test

2021-03-03 Thread GitBox
caiconghui opened a new pull request #5449: URL: https://github.com/apache/incubator-doris/pull/5449 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature re

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
xinghuayu007 commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586217118 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] caiconghui commented on issue #5437: undefined reference to `malloc_stats_print'

2021-03-03 Thread GitBox
caiconghui commented on issue #5437: URL: https://github.com/apache/incubator-doris/issues/5437#issuecomment-789539529 PR #5439 fix some downloading and buliding problems for thirdparty, and succeed in building doris be on ubuntu14.04 and ubuntu18.04 -

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
xinghuayu007 commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586211595 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
kangkaisen commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586210951 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
xinghuayu007 commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586206225 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
kangkaisen commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586199793 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
kangkaisen commented on a change in pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#discussion_r586199629 ## File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteFromUnixTimeRule.java ## @@ -0,0 +1,107 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #5444: [Rewrite]Rewrite from_unixtime to reduce calling this function

2021-03-03 Thread GitBox
xinghuayu007 commented on pull request #5444: URL: https://github.com/apache/incubator-doris/pull/5444#issuecomment-789519980 > I'm not sure whether this change can guarantee the semantic correctness. > Are there other systems with similar modifications? > > Also, how much performa

[GitHub] [incubator-doris] e0c9 closed issue #5448: [BUG] Forget to create new table when renaming table

2021-03-03 Thread GitBox
e0c9 closed issue #5448: URL: https://github.com/apache/incubator-doris/issues/5448 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