[GitHub] [incubator-doris] caiconghui closed issue #4980: Doris master branch compile failed

2020-11-30 Thread GitBox
caiconghui closed issue #4980: URL: https://github.com/apache/incubator-doris/issues/4980 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] yangzhg opened a new pull request #4985: [DOCS] Fix get FE log file doc typo

2020-11-30 Thread GitBox
yangzhg opened a new pull request #4985: URL: https://github.com/apache/incubator-doris/pull/4985 ## Proposed changes Fix get FE log file doc typo ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_

[GitHub] [incubator-doris] HappenLee opened a new issue #4986: [Proposal] Remove idle conjuncts in olap scan node which had alreadly push to Storage Engine

2020-11-30 Thread GitBox
HappenLee opened a new issue #4986: URL: https://github.com/apache/incubator-doris/issues/4986 **Is your feature request related to a problem? Please describe.** Now, Doris's **OLAP_SCAN_NODE can push the conjuncts condition to the storage engine**. But after push it down to stor

[GitHub] [incubator-doris] weizuo93 opened a new pull request #4987: [Docs]Remove some unused variables and update BE config documents

2020-11-30 Thread GitBox
weizuo93 opened a new pull request #4987: URL: https://github.com/apache/incubator-doris/pull/4987 ## Proposed changes Remove some unused variables and update BE config documents about compaction. ## Types of changes What types of changes does your code introduce to Dori

[GitHub] [incubator-doris] morningman closed issue #4963: [Bug][Compaction] The data files are not deleted after compaction failed.

2020-11-30 Thread GitBox
morningman closed issue #4963: URL: https://github.com/apache/incubator-doris/issues/4963 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: [Bug][Compaction] Fix bug that output rowset is not deleted after compaction failure (#4964)

2020-11-30 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 99404df [Bug][Compaction] Fix bug

[GitHub] [incubator-doris] morningman merged pull request #4964: [Bug][Compaction] Fix bug that output rowset is not deleted after compaction failure.

2020-11-30 Thread GitBox
morningman merged pull request #4964: URL: https://github.com/apache/incubator-doris/pull/4964 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] weizuo93 opened a new issue #4988: [Proposal] Avoid traversing all tablets when selecting a tablet for compaction task

2020-11-30 Thread GitBox
weizuo93 opened a new issue #4988: URL: https://github.com/apache/incubator-doris/issues/4988 The current tablet selection strategy for compaction task is to traverse all tablets and then find a tablet with the highest score for compaction task. This mechanism is expensive to select a tabl

[GitHub] [incubator-doris] stalary opened a new issue #4989: [BUG] Doris On Es Boolean Field Push Down error

2020-11-30 Thread GitBox
stalary opened a new issue #4989: URL: https://github.com/apache/incubator-doris/issues/4989 **Describe the bug** When I create an ES external and use a Boolean field, `where` if this field is used, the query for ES will report an error. I1129 15:22:51.790351 90353 es_scroll_query

[GitHub] [incubator-doris] francisoliverlee commented on issue #4960: FE 等待 PublishVersionTask 执行完成,将事务状态置为 VISIBLE,向 BE 返回 loadTxnCommit 的执行结果

2020-11-30 Thread GitBox
francisoliverlee commented on issue #4960: URL: https://github.com/apache/incubator-doris/issues/4960#issuecomment-736157712 > @francisoliverlee I haven't see it before. > A little suggestion for positioning stream load problem: > 1 find the label for current stream load > 2 grep l

[GitHub] [incubator-doris] petermenglei commented on issue #4967: ALL BE node is down

2020-11-30 Thread GitBox
petermenglei commented on issue #4967: URL: https://github.com/apache/incubator-doris/issues/4967#issuecomment-736177955 I encountered the same issue days ago, did you use the routine load job for json kafka streaming data?

[GitHub] [incubator-doris] yangzhg closed issue #4957: Optimize the read performance of AGG and UNIQUE table with too much versions

2020-11-30 Thread GitBox
yangzhg closed issue #4957: URL: https://github.com/apache/incubator-doris/issues/4957 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

[incubator-doris] branch master updated: Optimized the read performance of the table when have multi versions (#4958)

2020-11-30 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 df1f06e Optimized the read performanc

[GitHub] [incubator-doris] yangzhg merged pull request #4958: Optimized the read performance of the table when have multi versions

2020-11-30 Thread GitBox
yangzhg merged pull request #4958: URL: https://github.com/apache/incubator-doris/pull/4958 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

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #4990: [Doris On ES][Bug-fix] fix boolean predicate pushdown manner

2020-11-30 Thread GitBox
wuyunfeng opened a new pull request #4990: URL: https://github.com/apache/incubator-doris/pull/4990 ## 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 req

[GitHub] [incubator-doris] imay commented on a change in pull request #4990: [Doris On ES][Bug-fix] fix boolean predicate pushdown manner

2020-11-30 Thread GitBox
imay commented on a change in pull request #4990: URL: https://github.com/apache/incubator-doris/pull/4990#discussion_r533073600 ## File path: be/src/exec/es/es_query_builder.cpp ## @@ -53,16 +53,37 @@ TermQueryBuilder::TermQueryBuilder(const std::string& field, const std::str

[GitHub] [incubator-doris] songchuangyuan opened a new pull request #4991: 1,Add metadata table ‘statistics’ to store index information;2,Modify…

2020-11-30 Thread GitBox
songchuangyuan opened a new pull request #4991: URL: https://github.com/apache/incubator-doris/pull/4991 … the return type of method ‘str_to_date’ to the actual type datetime;3,In the header information returned by mysql, the data type length is returned according to the actual type.