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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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_
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"
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
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
--
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,
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
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:
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:
>>
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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
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
45 matches
Mail list logo