[GitHub] [incubator-doris] wangbo commented on issue #4101: [Proposal]Create a repository for SparkLoad‘s dependencies

2020-07-16 Thread GitBox
wangbo commented on issue #4101: URL: https://github.com/apache/incubator-doris/issues/4101#issuecomment-659905944 Some Questions: 1 Do we need to delete useless version Jar? 2 In Multiple Doris Clusters case,how dose every cluster knows its version, whether they share the same direc

[GitHub] [incubator-doris] zhangchangwei opened a new issue #4113: 源码编译报错

2020-07-16 Thread GitBox
zhangchangwei opened a new issue #4113: URL: https://github.com/apache/incubator-doris/issues/4113 /opt/apache-doris/apache-doris-0.12.0/be/src/common/logconfig.cpp: In function ‘bool doris::init_glog(const char*, bool)’: /opt/apache-doris/apache-doris-0.12.0/be/src/common/logconfig.cpp:

[GitHub] [incubator-doris] zhangchangwei commented on issue #3554: 编译BE报错 ‘FLAGS_log_filenum_quota’ was not declared in this scope

2020-07-16 Thread GitBox
zhangchangwei commented on issue #3554: URL: https://github.com/apache/incubator-doris/issues/3554#issuecomment-659874668 ![image](https://user-images.githubusercontent.com/7691964/87753393-163ade00-c835-11ea-9b8b-b8c59ab33752.png)

[GitHub] [incubator-doris] zhangchangwei commented on issue #3554: 编译BE报错 ‘FLAGS_log_filenum_quota’ was not declared in this scope

2020-07-16 Thread GitBox
zhangchangwei commented on issue #3554: URL: https://github.com/apache/incubator-doris/issues/3554#issuecomment-659874428 问题+1,请问解决了吗? This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4112: [Bug] Fix bug that tablet meta lock twice

2020-07-16 Thread GitBox
caiconghui commented on a change in pull request #4112: URL: https://github.com/apache/incubator-doris/pull/4112#discussion_r456230960 ## File path: be/src/olap/tablet.h ## @@ -222,6 +222,8 @@ class Tablet : public BaseTablet { void build_tablet_report_info(TTabletInfo* ta

[GitHub] [incubator-doris] morningman opened a new pull request #4112: [Bug] Fix bug that tablet meta lock twice

2020-07-16 Thread GitBox
morningman opened a new pull request #4112: URL: https://github.com/apache/incubator-doris/pull/4112 ## Proposed changes The tablet meta load may already be hold before calling `generate_tablet_meta_copy()`, so we need provide a unlocked version of `generate_tablet_meta_copy()`.

[GitHub] [incubator-doris] morningman opened a new issue #4111: [Bug] BE crash when doing clone

2020-07-16 Thread GitBox
morningman opened a new issue #4111: URL: https://github.com/apache/incubator-doris/issues/4111 **Describe the bug** The meta lock of a tablet is double locked when doing clone task. This bug is introduced by #4061

[GitHub] [incubator-doris] WingsGo edited a comment on pull request #4110: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo edited a comment on pull request #4110: URL: https://github.com/apache/incubator-doris/pull/4110#issuecomment-659821843 This page looks like ![Snip20200716_8](https://user-images.githubusercontent.com/22497357/87745842-922b2b00-c821-11ea-96f0-8768ccb7f3a9.png) ![Snip20200716_

[GitHub] [incubator-doris] WingsGo commented on pull request #4110: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo commented on pull request #4110: URL: https://github.com/apache/incubator-doris/pull/4110#issuecomment-659829059 For reviewers, the second commit only include code format, the core logic is in first commit This is an

[GitHub] [incubator-doris] WingsGo commented on pull request #4110: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo commented on pull request #4110: URL: https://github.com/apache/incubator-doris/pull/4110#issuecomment-659821843 This page look like ![Snip20200716_8](https://user-images.githubusercontent.com/22497357/87745842-922b2b00-c821-11ea-96f0-8768ccb7f3a9.png) ![Snip20200716_9](https

[GitHub] [incubator-doris] WingsGo closed pull request #4106: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo closed pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106 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] WingsGo opened a new pull request #4110: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo opened a new pull request #4110: URL: https://github.com/apache/incubator-doris/pull/4110 ## Proposed changes Support display thread's stats in BE's website.Ref ISSUE: #4085 - add some methods to get thread's stats from Linux's system file in env. - support get thread's

[GitHub] [incubator-doris] chaoyli commented on issue #3930: [Proposal] Doris support version column for REPLACE aggregate type

2020-07-16 Thread GitBox
chaoyli commented on issue #3930: URL: https://github.com/apache/incubator-doris/issues/3930#issuecomment-659810723 @Youngwb Sorry, I am busy to forget to reply you. If you add version to data, how to prevent the data lately read with small version? -

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

2020-07-16 Thread GitBox
chaoyli merged pull request #4036: URL: https://github.com/apache/incubator-doris/pull/4036 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 (de3c4b1 -> 8500d8b)

2020-07-16 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from de3c4b1 Support materialized view extend column in load and insert (#3677) add 8500d8b [metrics]

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #3677: Support materialized view load and insert

2020-07-16 Thread GitBox
EmmyMiao87 merged pull request #3677: URL: https://github.com/apache/incubator-doris/pull/3677 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 (d07a23e -> de3c4b1)

2020-07-16 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d07a23e [webserver] Introduce mustache to simplify BE's website render (#4062) add de3c4b1 Support

[GitHub] [incubator-doris] WingsGo commented on a change in pull request #4106: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo commented on a change in pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106#discussion_r456184749 ## File path: be/src/http/default_path_handlers.h ## @@ -20,6 +20,8 @@ #include +#include "util/thread.h" Review comment: ok, done

[GitHub] [incubator-doris] WingsGo commented on a change in pull request #4106: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
WingsGo commented on a change in pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106#discussion_r456184773 ## File path: be/src/env/env_util.cpp ## @@ -46,5 +47,59 @@ Status open_file_for_random(Env *env, const string &path, shared_ptr

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

2020-07-16 Thread GitBox
creatstar commented on issue #4077: URL: https://github.com/apache/incubator-doris/issues/4077#issuecomment-659794735 Yes, SHOW LOAD doesn't support Stream Load should be indicated in the Help Text. Otherwise, the reader would not get that point. -

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4106: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
acelyc111 commented on a change in pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106#discussion_r455901517 ## File path: be/src/util/thread.h ## @@ -18,27 +18,25 @@ #ifndef DORIS_BE_SRC_UTIL_THREAD_H #define DORIS_BE_SRC_UTIL_THREAD_H -#include

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4106: [Feature][ThreadPool]Add Web Page to display thread's stats

2020-07-16 Thread GitBox
acelyc111 commented on a change in pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106#discussion_r455894385 ## File path: be/src/http/default_path_handlers.h ## @@ -20,6 +20,8 @@ #include +#include "util/thread.h" Review comment: You can

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #4108: Remove unused session variables

2020-07-16 Thread GitBox
wuyunfeng commented on a change in pull request #4108: URL: https://github.com/apache/incubator-doris/pull/4108#discussion_r455879210 ## File path: fe/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@ -556,7 +548,8 @@ public void readFields(DataInput in) throws IOExc

[GitHub] [incubator-doris] caiconghui closed issue #4046: [ThreadPool Resource Leak]There are more and more scheduler threads in our production environment

2020-07-16 Thread GitBox
caiconghui closed issue #4046: URL: https://github.com/apache/incubator-doris/issues/4046 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 (db50c19 -> d07a23e)

2020-07-16 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 db50c19 [Thread Resource Leak] Fix thread resource leak after checkpoint catalog destroyed (#4049)

[GitHub] [incubator-doris] morningman merged pull request #4062: [webserver] Introduce mustache to simplify BE's website render

2020-07-16 Thread GitBox
morningman merged pull request #4062: URL: https://github.com/apache/incubator-doris/pull/4062 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 merged pull request #4049: [Thread Resource Leak] Fix thread resource leak after checkpoint catalog destroyed

2020-07-16 Thread GitBox
morningman merged pull request #4049: URL: https://github.com/apache/incubator-doris/pull/4049 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 (3a4a38c -> db50c19)

2020-07-16 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 3a4a38c [Bug] Fix orc decimal (#4097) add db50c19 [Thread Resource Leak] Fix thread resource leak

[incubator-doris] branch master updated (1aec46b -> 3a4a38c)

2020-07-16 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 1aec46b [Bug] Do not choose decommissioned BE in colocate balance For #4102 (#4103) add 3a4a38c

[GitHub] [incubator-doris] morningman merged pull request #4097: Fix load orc decimal value wrong

2020-07-16 Thread GitBox
morningman merged pull request #4097: URL: https://github.com/apache/incubator-doris/pull/4097 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 #4096: [BUG] Result may error when ORC load negative decimal value

2020-07-16 Thread GitBox
morningman closed issue #4096: URL: https://github.com/apache/incubator-doris/issues/4096 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 (a0c19df -> 1aec46b)

2020-07-16 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 a0c19df [Website] Redesign the home page of document website (master) (#4069) add 1aec46b [Bug]

[GitHub] [incubator-doris] morningman closed issue #4102: Decommission cannot be stopped due to Coloratebalancer's balance

2020-07-16 Thread GitBox
morningman closed issue #4102: URL: https://github.com/apache/incubator-doris/issues/4102 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] morningman merged pull request #4103: Do not choose decommissioned BE in colocate balance

2020-07-16 Thread GitBox
morningman merged pull request #4103: URL: https://github.com/apache/incubator-doris/pull/4103 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] wangbo opened a new pull request #4109: [Spark Load] add job granularity global dict lock

2020-07-16 Thread GitBox
wangbo opened a new pull request #4109: URL: https://github.com/apache/incubator-doris/pull/4109 #4058 implement a job granularity lock for global dict This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] 66coder66 closed issue #4100: ./fe/pom.xml-Line92

2020-07-16 Thread GitBox
66coder66 closed issue #4100: URL: https://github.com/apache/incubator-doris/issues/4100 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] chaoyli closed issue #1083: Failed to get scan range, no queryable replica found in tablet

2020-07-16 Thread GitBox
chaoyli closed issue #1083: URL: https://github.com/apache/incubator-doris/issues/1083 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

[GitHub] [incubator-doris] morningman commented on a change in pull request #4108: Remove unused session variables

2020-07-16 Thread GitBox
morningman commented on a change in pull request #4108: URL: https://github.com/apache/incubator-doris/pull/4108#discussion_r455623479 ## File path: fe/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@ -556,7 +548,8 @@ public void readFields(DataInput in) throws IOEx

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #4108: Remove unused session variables

2020-07-16 Thread GitBox
wuyunfeng commented on a change in pull request #4108: URL: https://github.com/apache/incubator-doris/pull/4108#discussion_r455606984 ## File path: fe/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@ -556,7 +548,8 @@ public void readFields(DataInput in) throws IOExc

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4108: Remove unused session variables

2020-07-16 Thread GitBox
EmmyMiao87 opened a new pull request #4108: URL: https://github.com/apache/incubator-doris/pull/4108 Remove unused session variables named sql_select_limit. Change-Id: I35244cd6e490638d08f86a5c08131ff3cdba80b6 This is

[GitHub] [incubator-doris] spaces-X commented on pull request #4095: show lost tabletIds which do not have any available replica

2020-07-16 Thread GitBox
spaces-X commented on pull request #4095: URL: https://github.com/apache/incubator-doris/pull/4095#issuecomment-659218881 Done @morningman This is an automated message from the Apache Git Service. To respond to the message,