[GitHub] [incubator-doris] xy720 opened a new issue #7060: [Feature] Clean up old sync jobs regularly

2021-11-09 Thread GitBox
xy720 opened a new issue #7060: URL: https://github.com/apache/incubator-doris/issues/7060 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description We s

[GitHub] [incubator-doris] morningman commented on pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-09 Thread GitBox
morningman commented on pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#issuecomment-963904504 And FE ut failed. -- 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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-09 Thread GitBox
xinyiZzz commented on a change in pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#discussion_r745379083 ## File path: be/src/runtime/exec_env.h ## @@ -219,6 +225,9 @@ class ExecEnv { HeartbeatFlags* _heartbeat_flags = nullptr; PluginMgr*

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-09 Thread GitBox
zuochunwei commented on a change in pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971#discussion_r745396863 ## File path: be/src/olap/hll.h ## @@ -33,6 +33,7 @@ class Slice; const static int HLL_COLUMN_PRECISION = 14; const static int HLL_ZERO_COUNT

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-09 Thread GitBox
zuochunwei commented on a change in pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971#discussion_r745398893 ## File path: be/src/olap/hll.h ## @@ -154,7 +174,7 @@ class HyperLogLog { HllDataType _type = HLL_DATA_EMPTY; uint32_t _explicit_d

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-09 Thread GitBox
zuochunwei commented on a change in pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971#discussion_r745402142 ## File path: be/src/olap/hll.h ## @@ -33,6 +33,7 @@ class Slice; const static int HLL_COLUMN_PRECISION = 14; const static int HLL_ZERO_COUNT

[GitHub] [incubator-doris] qidaye commented on a change in pull request #6569: [Feature] Support query hive table

2021-11-09 Thread GitBox
qidaye commented on a change in pull request #6569: URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r745402643 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/HiveScanNode.java ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Software Foundati

[GitHub] [incubator-doris] xy720 opened a new pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-09 Thread GitBox
xy720 opened a new pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061 ## Proposed changes #7060 Each job that has been stopped for more than 3 days(set with Config.label_keep_max_second) will be permanently cleaned up. ## Types of changes

[incubator-doris] branch master updated: [Bug] Fix docs website home page last news icon loading failure (#7057)

2021-11-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 906c305 [Bug] Fix docs website h

[GitHub] [incubator-doris] hf200012 merged pull request #7057: [Bug] Fix docs website home page last news icon loading failure

2021-11-09 Thread GitBox
hf200012 merged pull request #7057: URL: https://github.com/apache/incubator-doris/pull/7057 -- 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. To unsubscribe, e-mail: commi

[incubator-doris] branch master updated: Chinese annotation modification (#6958)

2021-11-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 088a16d Chinese annotation modif

[GitHub] [incubator-doris] hf200012 merged pull request #6958: Chinese annotation modification

2021-11-09 Thread GitBox
hf200012 merged pull request #6958: URL: https://github.com/apache/incubator-doris/pull/6958 -- 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. To unsubscribe, e-mail: commi

[GitHub] [incubator-doris] wayofeng opened a new pull request #7062: [Bug] Fix version nav button loaded multiple times in docs website header

2021-11-09 Thread GitBox
wayofeng opened a new pull request #7062: URL: https://github.com/apache/incubator-doris/pull/7062 ## Proposed changes Fix version nav button loaded multiple times in docs website header. ## Types of changes What types of changes does your code introduce to Doris? _Pu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7062: [Bug] Fix version nav button loaded multiple times in docs website header

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7062: URL: https://github.com/apache/incubator-doris/pull/7062#issuecomment-964004786 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7062: [Bug] Fix version nav button loaded multiple times in docs website header

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7062: URL: https://github.com/apache/incubator-doris/pull/7062#issuecomment-964004810 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] hf200012 merged pull request #7062: [Bug] Fix version nav button loaded multiple times in docs website header

2021-11-09 Thread GitBox
hf200012 merged pull request #7062: URL: https://github.com/apache/incubator-doris/pull/7062 -- 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. To unsubscribe, e-mail: commi

[incubator-doris] branch master updated: [Bug] Fix version nav button loaded multiple times in docs website header (#7062)

2021-11-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 4c6cbdf [Bug] Fix version nav bu

[GitHub] [incubator-doris] killxdcj opened a new issue #7063: [Feature]

2021-11-09 Thread GitBox
killxdcj opened a new issue #7063: URL: https://github.com/apache/incubator-doris/issues/7063 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description F

[GitHub] [incubator-doris] killxdcj opened a new pull request #7064: [#2794437]. Add degradate strategy for local_replica_selection.

2021-11-09 Thread GitBox
killxdcj opened a new pull request #7064: URL: https://github.com/apache/incubator-doris/pull/7064 ## Proposed changes When local_replica_selection is turned on, support select a non-local BE to service the query when the local be is unavailable ## Types of changes What

[GitHub] [incubator-doris] GoGoWen opened a new pull request #7065: fix log error for ActionController

2021-11-09 Thread GitBox
GoGoWen opened a new pull request #7065: URL: https://github.com/apache/incubator-doris/pull/7065 ## Proposed changes This pr just to fix the log error in ActionController.java. - private static final Logger LOG = LogManager.getLogger(LoadAction.class); + private s

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7065: fix log error for ActionController

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7065: URL: https://github.com/apache/incubator-doris/pull/7065#issuecomment-964047967 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-09 Thread GitBox
xinyiZzz commented on a change in pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#discussion_r745535484 ## File path: gensrc/thrift/FrontendService.thrift ## @@ -695,6 +695,7 @@ struct TFrontendPingFrontendResult { 4: required i32 rpcPort

[GitHub] [incubator-doris] killxdcj opened a new issue #7066: [Feature] Support config scheduling strategy for scannode.

2021-11-09 Thread GitBox
killxdcj opened a new issue #7066: URL: https://github.com/apache/incubator-doris/issues/7066 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description W

[GitHub] [incubator-doris] killxdcj opened a new pull request #7067: [Feature] Support config scheduling strategy.

2021-11-09 Thread GitBox
killxdcj opened a new pull request #7067: URL: https://github.com/apache/incubator-doris/pull/7067 ## Proposed changes Support config scheduling strategy. More detail in: #7066 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in

[GitHub] [incubator-doris] pengxiangyu commented on a change in pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-09 Thread GitBox
pengxiangyu commented on a change in pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061#discussion_r745579688 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/sync/SyncChecker.java ## @@ -73,5 +73,7 @@ private void process() throws UserExce

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#issuecomment-964162957 -- 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 c

[GitHub] [incubator-doris] morningman opened a new pull request #7069: [Bug] Fix bug that NPE thrown when adding partition for table with MV

2021-11-09 Thread GitBox
morningman opened a new pull request #7069: URL: https://github.com/apache/incubator-doris/pull/7069 ## Proposed changes The `defineExpr` in `Column` must be analyzed before calling its `treeToThrift` method. And fro CreateReplicaTask, no need to set `defineExpr` in TColumn.

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7065: fix log error for ActionController

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7065: URL: https://github.com/apache/incubator-doris/pull/7065#issuecomment-964708365 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7020: [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7020: URL: https://github.com/apache/incubator-doris/pull/7020#issuecomment-964716912 -- 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 c

[GitHub] [incubator-doris] morningman commented on pull request #7036: [Manager] Adapt to manger product prototype

2021-11-09 Thread GitBox
morningman commented on pull request #7036: URL: https://github.com/apache/incubator-doris/pull/7036#issuecomment-964718751 cc @songchuangyuan And please leave a message when this PR is ready to merge -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6986: [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result.

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #6986: URL: https://github.com/apache/incubator-doris/pull/6986#issuecomment-964728996 -- 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 c

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-09 Thread GitBox
xy720 commented on a change in pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061#discussion_r746206761 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/sync/SyncChecker.java ## @@ -73,5 +73,7 @@ private void process() throws UserException

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-09 Thread GitBox
github-actions[bot] commented on pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061#issuecomment-964736879 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] tianhui5 commented on pull request #7025: Add tablets number limit to affend wrong usage

2021-11-09 Thread GitBox
tianhui5 commented on pull request #7025: URL: https://github.com/apache/incubator-doris/pull/7025#issuecomment-964737271 The previous replica check can only check the history quota, I add the current operation quota check. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] morningman commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-09 Thread GitBox
morningman commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r746202859 ## File path: be/src/runtime/query_statistics.h ## @@ -27,25 +27,49 @@ namespace doris { class QueryStatisticsRecvr; +class NodeStatistics

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #7069: [Bug] Fix bug that NPE thrown when adding partition for table with MV

2021-11-09 Thread GitBox
EmmyMiao87 commented on pull request #7069: URL: https://github.com/apache/incubator-doris/pull/7069#issuecomment-964744822 Please add a precondition in the SlotRef.isNullable(); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] morningman commented on pull request #7069: [Bug] Fix bug that NPE thrown when adding partition for table with MV

2021-11-09 Thread GitBox
morningman commented on pull request #7069: URL: https://github.com/apache/incubator-doris/pull/7069#issuecomment-964752381 > Please add a precondition in the SlotRef.isNullable(); done -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman commented on a change in pull request #7025: Add tablets number limit to affend wrong usage

2021-11-09 Thread GitBox
morningman commented on a change in pull request #7025: URL: https://github.com/apache/incubator-doris/pull/7025#discussion_r746224515 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1384,6 +1384,12 @@ @ConfField(mutable = true, masterOnly

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-09 Thread GitBox
xinyiZzz commented on a change in pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#discussion_r746277869 ## File path: be/src/runtime/exec_env.h ## @@ -219,6 +225,9 @@ class ExecEnv { HeartbeatFlags* _heartbeat_flags = nullptr; PluginMgr*

[GitHub] [incubator-doris] tianhui5 commented on a change in pull request #7025: Add tablets number limit to affend wrong usage

2021-11-09 Thread GitBox
tianhui5 commented on a change in pull request #7025: URL: https://github.com/apache/incubator-doris/pull/7025#discussion_r746279532 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -3254,6 +3254,16 @@ public void addPartition(Database db, Stri

[GitHub] [incubator-doris] tinkerrrr opened a new pull request #7074: add thrift dir for spark connector

2021-11-09 Thread GitBox
tinke opened a new pull request #7074: URL: https://github.com/apache/incubator-doris/pull/7074 ## Proposed changes Add thrift dir for spark connector, to fix error when building `spark-doris-connector` ## Types of changes What types of changes does your code introd

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7045: [Feature] make BinaryPredicate do not cast date to datetime/varchar

2021-11-09 Thread GitBox
HappenLee commented on a change in pull request #7045: URL: https://github.com/apache/incubator-doris/pull/7045#discussion_r746303304 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java ## @@ -1022,30 +1027,42 @@ public static Type getCmpType(Type t1, Type

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #7008: [Enhance] use predicate if in bitmap_union_count() can not hit rollup.

2021-11-09 Thread GitBox
EmmyMiao87 commented on issue #7008: URL: https://github.com/apache/incubator-doris/issues/7008#issuecomment-964852704 Now the selector cannot parse the detail column and aggregate column required by the query from expr So it cannot know the k2 is required detail column and the v1 is r

[GitHub] [incubator-doris] JNSimba opened a new pull request #7075: [Feature] Support Flink and Spark connector support String type

2021-11-09 Thread GitBox
JNSimba opened a new pull request #7075: URL: https://github.com/apache/incubator-doris/pull/7075 ## Proposed changes Support Flink and Spark connector support String type ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the

[GitHub] [incubator-doris] HappenLee commented on issue #7037: [Bug] sesstion parameter 'query_timeout' setting too large causes overflow

2021-11-09 Thread GitBox
HappenLee commented on issue #7037: URL: https://github.com/apache/incubator-doris/issues/7037#issuecomment-964856549 Thank you, Now master version of doris had fix this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #7076: Add session variable to close join order

2021-11-09 Thread GitBox
EmmyMiao87 opened a new pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076 ## Proposed changes The new session variable 'close_join_reorder' is used to turn off all automatic join reorder algorithms. If close_join_reorder is true, the Doris will execute q