[GitHub] [incubator-doris] weizuo93 commented on pull request #5841: [Bug][Stream load] Separate the execution of stream load tasks from the HTTP thread pool

2021-05-27 Thread GitBox
weizuo93 commented on pull request #5841: URL: https://github.com/apache/incubator-doris/pull/5841#issuecomment-849392855 Please don't merge. there are some problems in UT, I will fix it later. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] acelyc111 commented on issue #5922: BE无法启动

2021-05-27 Thread GitBox
acelyc111 commented on issue #5922: URL: https://github.com/apache/incubator-doris/issues/5922#issuecomment-849413595 What version you are using? -- 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

[GitHub] [incubator-doris] yangzhg merged pull request #5894: use virtual hosted-style request to access object store

2021-05-27 Thread GitBox
yangzhg merged pull request #5894: URL: https://github.com/apache/incubator-doris/pull/5894 -- 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 the specific comment. For queries about this service

[incubator-doris] branch master updated: use virtual hosted-style request to access object store (#5894)

2021-05-27 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 ba38973 use virtual hosted-style requ

[GitHub] [incubator-doris] morningman opened a new pull request #5926: [Optimize] Optimize some tablet scheduling logic

2021-05-27 Thread GitBox
morningman opened a new pull request #5926: URL: https://github.com/apache/incubator-doris/pull/5926 ## Proposed changes 1. The partitions set by the admin repair command are prioritized to ensure that the tablets of these partitions can be repaired as soon as possible.

[GitHub] [incubator-doris] geekxingyun opened a new issue #5927: build fail apache-doris-0.14.0 ,due to Forbidden!

2021-05-27 Thread GitBox
geekxingyun opened a new issue #5927: URL: https://github.com/apache/incubator-doris/issues/5927 When I run the command as below: `sh build.sh` It display forbidden download the tar, could you fixed the access ? https://dl.bintray.com/boostorg/release/1.64.0/source/boos

[GitHub] [incubator-doris] DongTL opened a new issue #5928: 使用flink插入数据停止

2021-05-27 Thread GitBox
DongTL opened a new issue #5928: URL: https://github.com/apache/incubator-doris/issues/5928 我使用flinkCDC读取mysql多张表数据写入doris, mysql中多张表数据共800+条,但doris中数据只有501条,分组查看结果如下: +-+--+ | date | count(1) | +-+--+ | 2021-01 | 135 | | 2021-02 | 28 | |

[GitHub] [incubator-doris] stdpain commented on issue #5927: build fail apache-doris-0.14.0 ,due to Forbidden!

2021-05-27 Thread GitBox
stdpain commented on issue #5927: URL: https://github.com/apache/incubator-doris/issues/5927#issuecomment-849526520 You can refer to the changes to `thirdparty/vars.sh` in this PR #5833 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] stdpain commented on pull request #5925: The storage format should not be converted from v1 to v2 by default when alter table's schema

2021-05-27 Thread GitBox
stdpain commented on pull request #5925: URL: https://github.com/apache/incubator-doris/pull/5925#issuecomment-849527881 SegmentV1 will be deprecated in the future, so I don't think this change is necessary. Insisting on maintaining SegmentV1 will be a big burden in future vectorization

[GitHub] [incubator-doris] yangmingjie2018 commented on issue #5928: 使用flink插入数据停止

2021-05-27 Thread GitBox
yangmingjie2018 commented on issue #5928: URL: https://github.com/apache/incubator-doris/issues/5928#issuecomment-849529458 哥们 你跟我用的技术栈很相似,加个好友吧,我的微信号:yangmingjie2013 这种情况可能是长时间没有数据引起的,binlog的位移点消失; -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] yangmingjie2018 commented on issue #5928: 使用flink插入数据停止

2021-05-27 Thread GitBox
yangmingjie2018 commented on issue #5928: URL: https://github.com/apache/incubator-doris/issues/5928#issuecomment-849529734 跟doris关系不大 -- 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 the sp

[GitHub] [incubator-doris] yangmingjie2018 opened a new issue #5929: Doris有支持多表 物化视图 的计划吗?

2021-05-27 Thread GitBox
yangmingjie2018 opened a new issue #5929: URL: https://github.com/apache/incubator-doris/issues/5929 例如: create materialized view store_amt as select a.store_id, sum(sale_amt) from sales_records a **join salerStore b on a.storeId = b.id** group by a.store_id; -- This is an automat

[GitHub] [incubator-doris] mmjj opened a new issue #5930: 请问预计什么版本可以支持存储过程?或者是否由此计划?

2021-05-27 Thread GitBox
mmjj opened a new issue #5930: URL: https://github.com/apache/incubator-doris/issues/5930 请问预计什么版本可以支持存储过程?或者是否由此计划? -- 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 the specific comment. For qu

[GitHub] [incubator-doris] morningman commented on a change in pull request #5880: [Optimize] Add db,table information in transaction exception log

2021-05-27 Thread GitBox
morningman commented on a change in pull request #5880: URL: https://github.com/apache/incubator-doris/pull/5880#discussion_r640546507 ## File path: fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java ## @@ -526,11 +530,23 @@ public synchronized void ad

[GitHub] [incubator-doris] xy720 opened a new issue #5931: [Bug] Timeout export job sometimes stuck in exporting state

2021-05-27 Thread GitBox
xy720 opened a new issue #5931: URL: https://github.com/apache/incubator-doris/issues/5931 **Describe the bug** Sometimes export job will stuck in exporting state when it times out. **To Reproduce** Steps to reproduce the behavior: 1. start a export job and set a very short t

[GitHub] [incubator-doris] xy720 opened a new pull request #5932: [Bug] Fix export job sometimes stuck in exporting state after timeout

2021-05-27 Thread GitBox
xy720 opened a new pull request #5932: URL: https://github.com/apache/incubator-doris/pull/5932 ## Proposed changes Fix #5931 The reason is that sometime the method `coordinate.exec()` is not call when the job is timeout, so that the query profile in this coordinate is not be in

[GitHub] [incubator-doris] caiconghui commented on pull request #5925: The storage format should not be converted from v1 to v2 by default when alter table's schema

2021-05-27 Thread GitBox
caiconghui commented on pull request #5925: URL: https://github.com/apache/incubator-doris/pull/5925#issuecomment-849659166 > SegmentV1 will be deprecated in the future, so I don't think this change is necessary. > Insisting on maintaining SegmentV1 will be a big burden in future vector

[GitHub] [incubator-doris] morningman merged pull request #5864: [Docs] Fix typo in docs zh-CN CREATE TABLE.md

2021-05-27 Thread GitBox
morningman merged pull request #5864: URL: https://github.com/apache/incubator-doris/pull/5864 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated (ba38973 -> cbe1b48)

2021-05-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from ba38973 use virtual hosted-style request to access object store (#5894) add cbe1b48 [Docs] Fix t

[GitHub] [incubator-doris] morningman merged pull request #5865: [Doc] Fix demo in 'CREATE TABLE'

2021-05-27 Thread GitBox
morningman merged pull request #5865: URL: https://github.com/apache/incubator-doris/pull/5865 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated (cbe1b48 -> 3cb0174)

2021-05-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from cbe1b48 [Docs] Fix typo in docs zh-CN CREATE TABLE.md (#5864) add 3cb0174 [Doc] Fix demo in 'CREA

[incubator-doris] branch master updated (3cb0174 -> 0f4a39f)

2021-05-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 3cb0174 [Doc] Fix demo in 'CREATE TABLE' (#5865) add 0f4a39f [LOG]Hiding stack info of memory exc

[GitHub] [incubator-doris] morningman merged pull request #5897: [Bug] Fix the problem that the result of query from the view is incorrect

2021-05-27 Thread GitBox
morningman merged pull request #5897: URL: https://github.com/apache/incubator-doris/pull/5897 -- 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 the specific comment. For queries about this serv

[GitHub] [incubator-doris] morningman closed issue #5860: [BUG] In view query, the value of NOT(con1 OR con2) expression is incorrect

2021-05-27 Thread GitBox
morningman closed issue #5860: URL: https://github.com/apache/incubator-doris/issues/5860 -- 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 the specific comment. For queries about this service,

[GitHub] [incubator-doris] morningman merged pull request #5896: [LOG]Hiding stack info of memory exceed in the log

2021-05-27 Thread GitBox
morningman merged pull request #5896: URL: https://github.com/apache/incubator-doris/pull/5896 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated (0f4a39f -> d958bbe)

2021-05-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 0f4a39f [LOG]Hiding stack info of memory exceed in the log (#5896) add d958bbe [Bug] Fix the prob

[GitHub] [incubator-doris] morningman merged pull request #5901: [Bug] Bucket Shuffle Join may cause:Failed to send brpc batch, Not connected to 0.0.0.0:0

2021-05-27 Thread GitBox
morningman merged pull request #5901: URL: https://github.com/apache/incubator-doris/pull/5901 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated: [Bug] Bucket Shuffle Join may cause:Failed to send brpc batch, Not connected to 0.0.0.0:0 (#5901)

2021-05-27 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 ce3ae76 [Bug] Bucket Shuffle Join

[GitHub] [incubator-doris] morningman closed issue #5900: [Bug] Bucket Shuffle Join cause query failed of 0.0.0.0:0

2021-05-27 Thread GitBox
morningman closed issue #5900: URL: https://github.com/apache/incubator-doris/issues/5900 -- 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 the specific comment. For queries about this service,

[incubator-doris] branch master updated (ce3ae76 -> 4343354)

2021-05-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from ce3ae76 [Bug] Bucket Shuffle Join may cause:Failed to send brpc batch, Not connected to 0.0.0.0:0 (#59

[GitHub] [incubator-doris] morningman closed issue #5907: [BUG] "In memory table" may cause a lot of CPU consumption when LRU Cache evict

2021-05-27 Thread GitBox
morningman closed issue #5907: URL: https://github.com/apache/incubator-doris/issues/5907 -- 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 the specific comment. For queries about this service,

[GitHub] [incubator-doris] morningman merged pull request #5908: [BUG] Fix "in memory table" may cause a lot of CPU consumption when LRU Cache evict

2021-05-27 Thread GitBox
morningman merged pull request #5908: URL: https://github.com/apache/incubator-doris/pull/5908 -- 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 the specific comment. For queries about this serv

[GitHub] [incubator-doris] morningman merged pull request #5910: [Bug-fix] Update correct data partition of fragment which contains Repeat Node

2021-05-27 Thread GitBox
morningman merged pull request #5910: URL: https://github.com/apache/incubator-doris/pull/5910 -- 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 the specific comment. For queries about this serv

[GitHub] [incubator-doris] morningman closed issue #5909: Error result of Grouping set when colocate is enable

2021-05-27 Thread GitBox
morningman closed issue #5909: URL: https://github.com/apache/incubator-doris/issues/5909 -- 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 the specific comment. For queries about this service,

[incubator-doris] branch master updated: [Bug-fix] Update correct data partition of fragment which contains Repeat Node (#5910)

2021-05-27 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 aa17d40 [Bug-fix] Update correct d

[incubator-doris] branch master updated: [BUG] BE core when FE get_stream_load_record (#5913)

2021-05-27 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 f4ebac0 [BUG] BE core when FE get_

[GitHub] [incubator-doris] morningman merged pull request #5913: [BUG] BE core when FE get_stream_load_record

2021-05-27 Thread GitBox
morningman merged pull request #5913: URL: https://github.com/apache/incubator-doris/pull/5913 -- 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 the specific comment. For queries about this serv

[GitHub] [incubator-doris] morningman closed issue #5912: [BUG] BE may core when FE get_stream_load_record

2021-05-27 Thread GitBox
morningman closed issue #5912: URL: https://github.com/apache/incubator-doris/issues/5912 -- 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 the specific comment. For queries about this service,

[GitHub] [incubator-doris] morningman closed issue #5818: [BUG] The float value percentage of `storage_page_cache_limit` will cause the page_cache capacity calculation result to be wrong

2021-05-27 Thread GitBox
morningman closed issue #5818: URL: https://github.com/apache/incubator-doris/issues/5818 -- 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 the specific comment. For queries about this service,

[GitHub] [incubator-doris] morningman merged pull request #5916: [BUG] Fix parse error when the memory parameter is a float value percentage

2021-05-27 Thread GitBox
morningman merged pull request #5916: URL: https://github.com/apache/incubator-doris/pull/5916 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated: [BUG] Fix calculation error when the memory parameter is a float value percentage (#5916)

2021-05-27 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 80f0b5f [BUG] Fix calculation erro

[GitHub] [incubator-doris] morningman merged pull request #5917: [BUG][Document] Fix the bug that failed to build the help module

2021-05-27 Thread GitBox
morningman merged pull request #5917: URL: https://github.com/apache/incubator-doris/pull/5917 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated: [BUG][Document] Fix the bug that failed to build the help module (#5917)

2021-05-27 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 a29dd42 [BUG][Document] Fix the bu

[GitHub] [incubator-doris] eyewire opened a new issue #5933: docker build spark-doris-connector fail

2021-05-27 Thread GitBox
eyewire opened a new issue #5933: URL: https://github.com/apache/incubator-doris/issues/5933 **Describe the bug** docker build spark-doris-connector fail, error info is thrift command not found **To Reproduce** Steps to reproduce the behavior: 1. docker image tag apa

[incubator-doris] branch master updated: [BUG] Fix the bug of `Desc Query` cause `Unknown error` and some doc revise (#5921)

2021-05-27 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 c844e60 [BUG] Fix the bug of `Desc Qu

[GitHub] [incubator-doris] yangzhg closed issue #5920: [Bug] Desc query failed when `set is_report_success = true`

2021-05-27 Thread GitBox
yangzhg closed issue #5920: URL: https://github.com/apache/incubator-doris/issues/5920 -- 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 the specific comment. For queries about this service, ple

[GitHub] [incubator-doris] yangzhg merged pull request #5921: [BUG] Fix the bug of `Desc Query` cause `Unknown error` and some doc revise

2021-05-27 Thread GitBox
yangzhg merged pull request #5921: URL: https://github.com/apache/incubator-doris/pull/5921 -- 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 the specific comment. For queries about this service

[GitHub] [incubator-doris] morningman commented on issue #5930: 请问预计什么版本可以支持存储过程?或者是否由此计划?

2021-05-27 Thread GitBox
morningman commented on issue #5930: URL: https://github.com/apache/incubator-doris/issues/5930#issuecomment-850150603 No plan for this now... -- 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 th

[GitHub] [incubator-doris] morningman merged pull request #5793: [Cache][Enhancement] Assure sql cache only one version

2021-05-27 Thread GitBox
morningman merged pull request #5793: URL: https://github.com/apache/incubator-doris/pull/5793 -- 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 the specific comment. For queries about this serv

[incubator-doris] branch master updated: [Cache][Enhancement] Assure sql cache only one version (#5793)

2021-05-27 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 63c99eb [Cache][Enhancement] Assur

[GitHub] [incubator-doris] morningman commented on a change in pull request #5831: [BE] Optimize version retrieval efficiency.

2021-05-27 Thread GitBox
morningman commented on a change in pull request #5831: URL: https://github.com/apache/incubator-doris/pull/5831#discussion_r641310036 ## File path: be/src/olap/version_graph.cpp ## @@ -537,95 +560,58 @@ OLAPStatus VersionGraph::capture_consistent_versions(const Version& spec_