[GitHub] [incubator-doris] yangzhg opened a new pull request #5502: Fix compatibility of glibc

2021-03-10 Thread GitBox
yangzhg opened a new pull request #5502: URL: https://github.com/apache/incubator-doris/pull/5502 ## Proposed changes add some glibc function that is not masked ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that appl

[GitHub] [incubator-doris] wuyunfeng closed issue #5458: 请问Doris什么时候能支持ES的嵌套数据呢?

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

[GitHub] [incubator-doris] wuyunfeng closed issue #5420: 挂一台BE之后使用Spark的读取Doris的分区表到dataframe会报错,在客户端用sql查询不会有问题

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

[GitHub] [incubator-doris] wuyunfeng 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-10 Thread GitBox
wuyunfeng commented on a change in pull request #5325: URL: https://github.com/apache/incubator-doris/pull/5325#discussion_r592102526 ## File path: docs/en/extending-doris/doris-on-es.md ## @@ -328,6 +328,63 @@ This term does not match any term in the dictionary,and will not r

[GitHub] [incubator-doris] qidaye commented on issue #5496: The log message is wrong when ReportHandler can not find tablet meta from TabletInvertedIndex

2021-03-10 Thread GitBox
qidaye commented on issue #5496: URL: https://github.com/apache/incubator-doris/issues/5496#issuecomment-796501603 I encountered this problem too, the error message should be more clear. The only way to know the real reason for this is when you read the code. ```java Tablet

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5501: [UT] fix memory tracker ut

2021-03-10 Thread GitBox
acelyc111 commented on a change in pull request #5501: URL: https://github.com/apache/incubator-doris/pull/5501#discussion_r592080553 ## File path: be/test/runtime/mem_limit_test.cpp ## @@ -23,89 +23,43 @@ namespace doris { -TEST(MemTestTest, SingleTrackerNoLimit) { -M

[GitHub] [incubator-doris] stdpain opened a new pull request #5501: [UT] fix memory tracker ut

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

[GitHub] [incubator-doris] stdpain opened a new issue #5500: [UT] memory tracker UT couldn't work

2021-03-10 Thread GitBox
stdpain opened a new issue #5500: URL: https://github.com/apache/incubator-doris/issues/5500 **Describe the bug** Memory Tracker UT coundn't work This is an automated message from the Apache Git Service. To respond to

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

2021-03-10 Thread GitBox
HappenLee commented on issue #5442: URL: https://github.com/apache/incubator-doris/issues/5442#issuecomment-796436273 各位,问题大概率定位到了是压缩算法部分存在比较恶性的bug,可能会导致数据导入和compaction时的内存占用可能会有数千倍的内存膨胀问题。 ![image](https://user-images.githubusercontent.com/10553413/110734932-c1d0ec80-8263-11eb-849b

[GitHub] [incubator-doris] jxxfxkp opened a new issue #5499: ROUTINE LOAD failed,error code: TOO_MANY_TASKS, current tasks num has been increasing

2021-03-10 Thread GitBox
jxxfxkp opened a new issue #5499: URL: https://github.com/apache/incubator-doris/issues/5499 Routine load consumes Kafka data, and occasionally the task is stuck and the thread pool cannot be finished. As a result, the current tasks num cannot be recycled and continues to rise. When it rea

[GitHub] [incubator-doris] yangzhg merged pull request #5463: [Load]Support compressed csv file in stream load

2021-03-10 Thread GitBox
yangzhg merged pull request #5463: URL: https://github.com/apache/incubator-doris/pull/5463 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 t

[incubator-doris] branch master updated: [internal] [doris-1084] support compressed csv file in stream load (#5463)

2021-03-10 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 7a8fbe5 [internal] [doris-1084] suppo

[GitHub] [incubator-doris] shiyi23 commented on pull request #5477: [Docs]Fix typo

2021-03-10 Thread GitBox
shiyi23 commented on pull request #5477: URL: https://github.com/apache/incubator-doris/pull/5477#issuecomment-795569747 @morningman hello, I will create a new pr to fix the typo, you can close this pr now.Sorry for troubling you. --

[GitHub] [incubator-doris] acelyc111 opened a new pull request #5498: [Enhance] Sort directories by available space when do trash sweep

2021-03-10 Thread GitBox
acelyc111 opened a new pull request #5498: URL: https://github.com/apache/incubator-doris/pull/5498 ## Proposed changes In the case when one disk is about to be full, we want to sweep trash data on this disk as quickly as possible. The currently trash sweep function is to re

[incubator-doris] branch master updated: [DOCS] Add missing en doc Setting Up dev env for FE - IntelliJ IDEA (#5492)

2021-03-10 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 a604604 [DOCS] Add missing en doc

[GitHub] [incubator-doris] kangkaisen merged pull request #5492: [DOCS] Add missing en doc Setting Up dev env for FE - IntelliJ IDEA

2021-03-10 Thread GitBox
kangkaisen merged pull request #5492: URL: https://github.com/apache/incubator-doris/pull/5492 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] xinghuayu007 closed pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

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

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5492: [DOCS] Add missing en doc Setting Up dev env for FE - IntelliJ IDEA

2021-03-10 Thread GitBox
caiconghui commented on a change in pull request #5492: URL: https://github.com/apache/incubator-doris/pull/5492#discussion_r591377531 ## File path: docs/en/developer-guide/fe-idea-dev.md ## @@ -0,0 +1,161 @@ +--- +{ +"title": "Setting Up dev env for FE - IntelliJ IDEA", +

[incubator-doris] branch master updated: [GitHub] Fix PR Template (#5494)

2021-03-10 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 ee91c04 [GitHub] Fix PR Template (

[GitHub] [incubator-doris] caiconghui merged pull request #5494: [GitHub] Fix PR Template

2021-03-10 Thread GitBox
caiconghui merged pull request #5494: URL: https://github.com/apache/incubator-doris/pull/5494 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 (620de71 -> 079b764)

2021-03-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 620de71 Update basic-usage.md (#5493) add 079b764 [Bug] Fix thread safe problem when check whethe

[GitHub] [incubator-doris] caiconghui merged pull request #5478: [Bug] Fix thread safe problem when check whether olap table is stable

2021-03-10 Thread GitBox
caiconghui merged pull request #5478: URL: https://github.com/apache/incubator-doris/pull/5478 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 #5479: [Bug] AlterJobV2 has thread safe problem when check whether olap table is stable

2021-03-10 Thread GitBox
caiconghui closed issue #5479: URL: https://github.com/apache/incubator-doris/issues/5479 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 (7aad412 -> 620de71)

2021-03-10 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 7aad412 [MINOR] Remove offensive words (#5495) add 620de71 Update basic-usage.md (#5493) No new

[incubator-doris] branch master updated (b4c8e9d -> 7aad412)

2021-03-10 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 b4c8e9d [Bug] Fix create view faild when StringLiteral in SelectStmt contains single quotes (#5484)

[GitHub] [incubator-doris] kangkaisen merged pull request #5493: [Docs] Fix typo in docs zh-CN getting-started basic-usage.md

2021-03-10 Thread GitBox
kangkaisen merged pull request #5493: URL: https://github.com/apache/incubator-doris/pull/5493 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] kangkaisen merged pull request #5495: [MINOR] Remove offensive words

2021-03-10 Thread GitBox
kangkaisen merged pull request #5495: URL: https://github.com/apache/incubator-doris/pull/5495 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] francisoliverlee commented on issue #5447: [Bug][union all same field with different types make EXCEPTION] Unexpected exception: Failed analysis after expr substitution.

2021-03-10 Thread GitBox
francisoliverlee commented on issue #5447: URL: https://github.com/apache/incubator-doris/issues/5447#issuecomment-795183350 1. tks This is an automated message from the Apache Git Service. To respond to the message, please