[GitHub] [incubator-doris] chaoyli commented on pull request #4057: [runtime] Replace the thread pool in FragmentMgr

2020-07-10 Thread GitBox
chaoyli commented on pull request #4057: URL: https://github.com/apache/incubator-doris/pull/4057#issuecomment-656979162 If you replace PriorityThreadPool with util/threadpool.h, I suggest you set fragment_pool_queue_size larger. Because There will be thousands of qps in dashboard reportin

[GitHub] [incubator-doris] chaoyli commented on pull request #4036: [metrics] Use atomic instead of SpinLock for interger metric

2020-07-10 Thread GitBox
chaoyli commented on pull request #4036: URL: https://github.com/apache/incubator-doris/pull/4036#issuecomment-656970142 A good job. I found in Apache Impala, it has benchmark the SpinLock and Atomic, It seems have 5 times improvement. Do you have test it? -

[GitHub] [incubator-doris] chaoyli edited a comment on pull request #4036: [metrics] Use atomic instead of SpinLock for interger metric

2020-07-10 Thread GitBox
chaoyli edited a comment on pull request #4036: URL: https://github.com/apache/incubator-doris/pull/4036#issuecomment-656970142 A good job. I found in Apache Impala, it has benchmark the SpinLock and Atomic, It seems have 5 times improvement. Do you have test it? @acelyc111 --

[incubator-doris] branch master updated: [Bug]Fix some schema change not work right (#4009)

2020-07-10 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 d7893f0 [Bug]Fix some schema chang

[GitHub] [incubator-doris] chaoyli merged pull request #4009: [Bug]Fix some schema change not work right

2020-07-10 Thread GitBox
chaoyli merged pull request #4009: URL: https://github.com/apache/incubator-doris/pull/4009 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] chaoyli commented on pull request #4079: Fix be may core dump when linked schema change

2020-07-10 Thread GitBox
chaoyli commented on pull request #4079: URL: https://github.com/apache/incubator-doris/pull/4079#issuecomment-656968007 You can elaborate the commit message explicitly not like fix xxx. It will be better to read. This is

[GitHub] [incubator-doris] morningman merged pull request #4034: [Bug][Broker] Fix bug that the error exception is not caught when closing the broker writer

2020-07-10 Thread GitBox
morningman merged pull request #4034: URL: https://github.com/apache/incubator-doris/pull/4034 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] morningman closed issue #4033: [Restore] Restore failed due to empty file

2020-07-10 Thread GitBox
morningman closed issue #4033: URL: https://github.com/apache/incubator-doris/issues/4033 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][Broker] Fix bug that the error exception is not caught when closing the broker writer (#4034)

2020-07-10 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 3fcbb64 [Bug][Broker] Fix bug that

[GitHub] [incubator-doris] chaoyli commented on issue #4082: [Bug] PathTrie match error

2020-07-10 Thread GitBox
chaoyli commented on issue #4082: URL: https://github.com/apache/incubator-doris/issues/4082#issuecomment-656639339 If will match /api/{db}/{table} not /api/{db}/{label}/_state This is an automated message from the Apache Gi

[GitHub] [incubator-doris] chaoyli commented on issue #4082: [Bug] PathTrie match error

2020-07-10 Thread GitBox
chaoyli commented on issue #4082: URL: https://github.com/apache/incubator-doris/issues/4082#issuecomment-656639098 ``` curl --location-trusted -u root: -T table1_data -H "label:test1" http://172.26.92.139:8530/api/test/table1/_stream_load curl -u root: http://172.26.92.139:8530/api/

[GitHub] [incubator-doris] chaoyli opened a new issue #4082: [Bug] PathTrie match error

2020-07-10 Thread GitBox
chaoyli opened a new issue #4082: URL: https://github.com/apache/incubator-doris/issues/4082 ``` CREATE TABLE `test` ( `k1` int(11) NULL COMMENT "", `k2` int(11) NULL COMMENT "" ) ENGINE=OLAP DUPLICATE KEY(`k1`, `k2`) COMMENT "OLAP" DISTRIBUTED BY HASH(`k1`) BUCKETS

[GitHub] [incubator-doris] chaoyli opened a new pull request #4081: [Bug] Change get load state interface

2020-07-10 Thread GitBox
chaoyli opened a new pull request #4081: URL: https://github.com/apache/incubator-doris/pull/4081 Now, the PathTrie will match wrong interface between /api/{db}/{table} and /api/{db}/{label} This is an automated message fr

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #3306: [Doris On Elasticsearch] 2020 Develop Roadmap

2020-07-10 Thread GitBox
wuyunfeng edited a comment on issue #3306: URL: https://github.com/apache/incubator-doris/issues/3306#issuecomment-656621078 @ColinVon 更新下Doris的代码,现在已经完全支持 sometable-* 了,支持alias和wildcard两种 参考下这个:https://github.com/apache/incubator-doris/pull/3968 ---

[GitHub] [incubator-doris] wuyunfeng commented on issue #3306: [Doris On Elasticsearch] 2020 Develop Roadmap

2020-07-10 Thread GitBox
wuyunfeng commented on issue #3306: URL: https://github.com/apache/incubator-doris/issues/3306#issuecomment-656621078 @ColinVon 更新下Doris的代码,现在已经完全支持 sometable-* 了 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #3306: [Doris On Elasticsearch] 2020 Develop Roadmap

2020-07-10 Thread GitBox
wuyunfeng edited a comment on issue #3306: URL: https://github.com/apache/incubator-doris/issues/3306#issuecomment-656621078 @ColinVon 更新下Doris的代码,现在已经完全支持 sometable-* 了,支持alias和wildcard两种 This is an automated message from t

[GitHub] [incubator-doris] vagetablechicken commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-07-10 Thread GitBox
vagetablechicken commented on issue #2466: URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-656613775 We got brpc cores in DataStreamSender today again. And in our case, the queried tables are all `UNIQUE KEY` data model. How about it in your cases? --

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4079: Fix be may core dump when linked schema change

2020-07-10 Thread GitBox
wutiangan commented on a change in pull request #4079: URL: https://github.com/apache/incubator-doris/pull/4079#discussion_r452766261 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -256,7 +256,9 @@ OLAPStatus SegmentGroup::add_zone_maps_for_linked_schema_change(

[GitHub] [incubator-doris] morningman merged pull request #4055: [Doris On ES] Add docvalue limitation for doc_values scan and enable doc_values scan default

2020-07-10 Thread GitBox
morningman merged pull request #4055: URL: https://github.com/apache/incubator-doris/pull/4055 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: [Doris On ES] Add docvalue limitation for doc_values scan and enable doc_values scan default (#4055)

2020-07-10 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 265c26f [Doris On ES] Add docvalue

[GitHub] [incubator-doris] Level1Accelerator commented on issue #4080: backend ip saved in master does not equal to backend local ip127.0.0.1 vs. 172.17.0.2

2020-07-10 Thread GitBox
Level1Accelerator commented on issue #4080: URL: https://github.com/apache/incubator-doris/issues/4080#issuecomment-656593878 我知道为啥了,因为指定的host在文件里配置了两个ip映射。但是现在我该如何删除刚配置的be呢 This is an automated message from the Apache Git S

[GitHub] [incubator-doris] Level1Accelerator opened a new issue #4080: backend ip saved in master does not equal to backend local ip127.0.0.1 vs. 172.17.0.2

2020-07-10 Thread GitBox
Level1Accelerator opened a new issue #4080: URL: https://github.com/apache/incubator-doris/issues/4080 启动be后的日志 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] yangzhg opened a new pull request #4079: Fix be may core dump when linked schema change

2020-07-10 Thread GitBox
yangzhg opened a new pull request #4079: URL: https://github.com/apache/incubator-doris/pull/4079 fixes #4078 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] yangzhg opened a new issue #4078: [BUG] be may be core dump if the server upgrade from 0.11

2020-07-10 Thread GitBox
yangzhg opened a new issue #4078: URL: https://github.com/apache/incubator-doris/issues/4078 **Describe the bug** If the server upgrade from 0.11 and has a duplicate table. After upgrade we add a column by linked schema change, this will be cause a core dump **To Reproduce** S

[GitHub] [incubator-doris] creatstar opened a new issue #4077: HELP SHOW LOAD doesn't say SHOW LOAD cannot be used for stream load

2020-07-10 Thread GitBox
creatstar opened a new issue #4077: URL: https://github.com/apache/incubator-doris/issues/4077 **Describe the bug** HELP SHOW LOAD doesn't say SHOW LOAD cannot be used for stream load. **To Reproduce** Steps to reproduce the behavior: 1. help show load **Expected beha

[GitHub] [incubator-doris] marising opened a new issue #4076: [MetaData]Add VisibleVersionTime for Partition metadata

2020-07-10 Thread GitBox
marising opened a new issue #4076: URL: https://github.com/apache/incubator-doris/issues/4076 **Is your feature request related to a problem? Please describe.** The query cache need the update time of partition's visible version. #4005 **Describe the solution you'd like** ```

[GitHub] [incubator-doris] hxianshun opened a new issue #4075: [Profile] How to adjust configs according to profile?

2020-07-10 Thread GitBox
hxianshun opened a new issue #4075: URL: https://github.com/apache/incubator-doris/issues/4075 Nowadays, there are explanations about profile in http://doris.apache.org/master/zh-CN/administrator-guide/running-profile.html#%E5%90%8D%E8%AF%8D%E8%A7%A3%E9%87%8A, and I hope to add some exampl

[GitHub] [incubator-doris] hffariel opened a new pull request #4074: redesign the home page of document website (branch-0.11)

2020-07-10 Thread GitBox
hffariel opened a new pull request #4074: URL: https://github.com/apache/incubator-doris/pull/4074 redesign the home page of document website ( #4067 ) This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] yangzhg opened a new pull request #4072: add pull request template

2020-07-10 Thread GitBox
yangzhg opened a new pull request #4072: URL: https://github.com/apache/incubator-doris/pull/4072 add a pull request template like apache kylin to make our pr more more formal This is an automated message from the Apache G

[GitHub] [incubator-doris] hffariel opened a new pull request #4073: redesign the home page of document website (branch-0.12)

2020-07-10 Thread GitBox
hffariel opened a new pull request #4073: URL: https://github.com/apache/incubator-doris/pull/4073 redesign the home page of document website ( #4067 ) This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] yangzhg opened a new issue #4071: Add pull request template to doris project

2020-07-10 Thread GitBox
yangzhg opened a new issue #4071: URL: https://github.com/apache/incubator-doris/issues/4071 Add a pull request template to doris project This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] yangzhg opened a new pull request #4070: Create CODE_OF_CONDUCT.md

2020-07-10 Thread GitBox
yangzhg opened a new pull request #4070: URL: https://github.com/apache/incubator-doris/pull/4070 Create CODE_OF_CONDUCT.md to make it more closer to recommended community standards of https://opensource.guide/ This is an au