[GitHub] [incubator-doris] morningman opened a new pull request #3423: [Bug] Fix bug that help-resource.zip file is missing.

2020-04-28 Thread GitBox
morningman opened a new pull request #3423: URL: https://github.com/apache/incubator-doris/pull/3423 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3405: [Profile] Make running profile clearer and more intuitive to improve usability

2020-04-28 Thread GitBox
chaoyli commented on a change in pull request #3405: URL: https://github.com/apache/incubator-doris/pull/3405#discussion_r417066888 ## File path: be/src/runtime/bufferpool/buffer_pool_counters.h ## @@ -35,19 +35,19 @@ struct BufferPoolClientCounters { RuntimeProfile::Counter

[GitHub] [incubator-doris] chaoyli commented on pull request #3417: [metrics] Make DorisMetrics to be a real singleton

2020-04-28 Thread GitBox
chaoyli commented on pull request #3417: URL: https://github.com/apache/incubator-doris/pull/3417#issuecomment-620980575 You can also change the static variable. This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] morningman opened a new pull request #3422: [Bug] Fix bug that load to data to wrong temp partitions

2020-04-28 Thread GitBox
morningman opened a new pull request #3422: URL: https://github.com/apache/incubator-doris/pull/3422 When loading data without specifying partition, the data should only be loaded to formal partitions, not including temp partitions; Fix: #3421 ---

[GitHub] [incubator-doris] morningman opened a new issue #3421: [TempPartition] Load data to wrong partition

2020-04-28 Thread GitBox
morningman opened a new issue #3421: URL: https://github.com/apache/incubator-doris/issues/3421 **Describe the bug** When loading data without specifying partition, the data may be loaded to some temp partitions, which is not expected. **To Reproduce** 1. create a table;

[incubator-doris] branch master updated: [Bug] Fix bug that storage engine bg threads should start after env is ready

2020-04-28 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 74b987f [Bug] Fix bug that storage

[incubator-doris] branch master updated: [Bug] Fix bug that NPE when get table's storage format (#3401)

2020-04-28 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 332a3ac [Bug] Fix bug that NPE whe

[GitHub] [incubator-doris] wyb opened a new issue #3420: [Website] Images load failed in new website

2020-04-28 Thread GitBox
wyb opened a new issue #3420: URL: https://github.com/apache/incubator-doris/issues/3420 **Describe the bug** Images load failed in new website. Images can be found in old docs/resources/images dir and are gone in new docs dir. ---

[incubator-doris] branch master updated (432965e -> dfaad33)

2020-04-28 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 432965e [Enhancement] documents rebuild with Vuepress (#3408) (#3414) add dfaad33 [Thirdparty] Up

[GitHub] [incubator-doris] morningman commented on issue #3415: Why we contrain the table name and column name?

2020-04-28 Thread GitBox
morningman commented on issue #3415: URL: https://github.com/apache/incubator-doris/issues/3415#issuecomment-620958675 > I just wonder if we can support chinese and Is there anything that we should deal with it? In fact, I don't know any additional problems. But it may need a strict

[GitHub] [incubator-doris] morningman opened a new issue #3419: [Website] Some problem about the new website.

2020-04-28 Thread GitBox
morningman opened a new issue #3419: URL: https://github.com/apache/incubator-doris/issues/3419 The new website is great. But there are some problems: 1. I can't find the `Version` and `Language` select button on Mobile version of the website. 2. The document under `Apache社区(Apach

[GitHub] [incubator-doris] WingsGo commented on issue #3415: Why we contrain the table name and column name?

2020-04-28 Thread GitBox
WingsGo commented on issue #3415: URL: https://github.com/apache/incubator-doris/issues/3415#issuecomment-620944452 I just wonder if we can support chinese and Is there anything that we should deal with it? This is an autom

[incubator-doris-website] branch asf-site updated: Update index.html to know what's the problem

2020-04-28 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new ff5ccf6 Update index.html t

[GitHub] [incubator-doris] wyb opened a new pull request #3418: Add spark etl cluster and cluster manager

2020-04-28 Thread GitBox
wyb opened a new pull request #3418: URL: https://github.com/apache/incubator-doris/pull/3418 Spark clusters are used to preprocess data (partition, sort, aggregation) in spark load, and should be managed by Doris. Spark load documentation: docs/documentation/cn/administrator-guide/

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3417: [metrics] Make DorisMetrics to be a real singleton

2020-04-28 Thread GitBox
acelyc111 opened a new pull request #3417: URL: https://github.com/apache/incubator-doris/pull/3417 Ref https://github.com/apache/incubator-doris/issues/3398 NOTE: There are still some member variables are static, all of them are global metrics, like `static IntCounter fragment_requests_

[GitHub] [incubator-doris] morningman commented on issue #3382: [Proposal] Memory Optimized Column Storage Engine

2020-04-28 Thread GitBox
morningman commented on issue #3382: URL: https://github.com/apache/incubator-doris/issues/3382#issuecomment-620650411 > > So in M1 and M2 step, the table's data is fully stored in memory(or PMEM), > > Yes, only in memory, no design&plan for PMEM currently... > > > and the pe

[GitHub] [incubator-doris] morningman commented on issue #3415: Why we contrain the table name and column name?

2020-04-28 Thread GitBox
morningman commented on issue #3415: URL: https://github.com/apache/incubator-doris/issues/3415#issuecomment-620648311 Mainly to prevent some strange characters and cause some unnecessary trouble. Did you meet some problem with it? --

[GitHub] [incubator-doris] imay commented on a change in pull request #3143: Non blocking OlapTableSink

2020-04-28 Thread GitBox
imay commented on a change in pull request #3143: URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r416586004 ## File path: be/src/exec/tablet_sink.h ## @@ -68,99 +154,126 @@ class NodeChannel { Status add_row(Tuple* tuple, int64_t tablet_id); -S

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3416: Replace the thread pool in FragmentMgr

2020-04-28 Thread GitBox
vagetablechicken opened a new issue #3416: URL: https://github.com/apache/incubator-doris/issues/3416 FragmentMgr will create new pthreads if the fragment_map size is more than config::fragment_pool_thread_num. https://github.com/apache/incubator-doris/blob/0430714ca9b0d910ba9b290276da0

[incubator-doris-website] branch asf-site updated (0416848 -> b6de562)

2020-04-28 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git. from 0416848 Auto Build add 14b89b2 [Enhancement] documents rebuild with Vuepress new b6de56

[incubator-doris-website] 01/01: [Enhancement] documents rebuild with Vuepress

2020-04-28 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git commit b6de562fbe0c38fd7bb7e482b36aabf24e2b6406 Merge: 0416848 14b89b2 Author: Zhao Chun AuthorDate: Tue Apr

[GitHub] [incubator-doris] WingsGo opened a new issue #3415: Why we contrain the table name and column name?

2020-04-28 Thread GitBox
WingsGo opened a new issue #3415: URL: https://github.com/apache/incubator-doris/issues/3415 **Is your feature request related to a problem? Please describe.** I found that we do a constrain in some place such as table name and column name , and we use this regex to check `private static

[GitHub] [incubator-doris] WingsGo commented on issue #3402: Can we give user a error msg when they create a olap table with medium which is not exists in cluster?

2020-04-28 Thread GitBox
WingsGo commented on issue #3402: URL: https://github.com/apache/incubator-doris/issues/3402#issuecomment-620555771 > > I mean reject the operation and give the user error msg and solutions > > I agreed. I've met this situation that user create table with SSD, but there is no SSD in

[GitHub] [incubator-doris] hffariel opened a new pull request #3414: [Enhancement] documents rebuild with Vuepress (#3408)

2020-04-28 Thread GitBox
hffariel opened a new pull request #3414: URL: https://github.com/apache/incubator-doris/pull/3414 [Enhancement] documents rebuild with Vuepress (#3408) This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] hffariel opened a new pull request #3413: [Enhancement] documents rebuild with Vuepress

2020-04-28 Thread GitBox
hffariel opened a new pull request #3413: URL: https://github.com/apache/incubator-doris/pull/3413 [Enhancement] documents rebuild with Vuepress This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] hffariel opened a new pull request #3412: [Enhancement] documents rebuild with Vuepress

2020-04-28 Thread GitBox
hffariel opened a new pull request #3412: URL: https://github.com/apache/incubator-doris/pull/3412 [Enhancement] documents rebuild with Vuepress This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] hffariel opened a new pull request #3411: [Enhancement] documents rebuild with Vuepress

2020-04-28 Thread GitBox
hffariel opened a new pull request #3411: URL: https://github.com/apache/incubator-doris/pull/3411 [Enhancement] documents rebuild with Vuepress This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] hffariel opened a new pull request #3410: [Enhancement] documents rebuild with Vuepress (#3408)

2020-04-28 Thread GitBox
hffariel opened a new pull request #3410: URL: https://github.com/apache/incubator-doris/pull/3410 [Enhancement] documents rebuild with Vuepress (#3408) This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #3405: [Profile] Make running profile clearer and more intuitive to improve usability

2020-04-28 Thread GitBox
gaodayue commented on a change in pull request #3405: URL: https://github.com/apache/incubator-doris/pull/3405#discussion_r416464063 ## File path: be/src/exec/exec_node.cpp ## @@ -172,15 +172,13 @@ Status ExecNode::prepare(RuntimeState* state) { DCHECK(_runtime_profile.get

[GitHub] [incubator-doris] hffariel opened a new pull request #3409: [Enhancement] documents rebuild with Vuepress (#3408)

2020-04-28 Thread GitBox
hffariel opened a new pull request #3409: URL: https://github.com/apache/incubator-doris/pull/3409 [Enhancement] documents rebuild with Vuepress (#3408) This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] hffariel commented on issue #3408: [Enhancement]Document rebuild with Vuepress.

2020-04-28 Thread GitBox
hffariel commented on issue #3408: URL: https://github.com/apache/incubator-doris/issues/3408#issuecomment-620440670 @morningman No problem, feel free to talk further. This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] morningman commented on issue #3408: [Enhancement]Document rebuild with Vuepress.

2020-04-28 Thread GitBox
morningman commented on issue #3408: URL: https://github.com/apache/incubator-doris/issues/3408#issuecomment-620427360 > Could be done by adding these lines to travis.yml ? Sure, it may looks like a trick though. OK I see. Thank you~ ---