[GitHub] [incubator-doris] JNSimba opened a new pull request #6999: [HTTP][API] Add Backend By Rest API

2021-11-03 Thread GitBox
JNSimba opened a new pull request #6999: URL: https://github.com/apache/incubator-doris/pull/6999 ## Proposed changes At present, add backend can only be done through `alter system add backend "host:port"`, but when the cluster does not have Be, an error will be reported when execut

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #7000: [Lateral View] Forbidden non-string column as params of explode_view

2021-11-03 Thread GitBox
EmmyMiao87 opened a new pull request #7000: URL: https://github.com/apache/incubator-doris/pull/7000 ## Proposed changes 1. The first param of explode_view must be string column(VARCHAR/CHAR/STRING) 2. Add a lateral view tuple id in TableFunctionNode -- This is an automa

[GitHub] [incubator-doris] JNSimba closed pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
JNSimba closed pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995 -- 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: commit

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995#issuecomment-958717645 -- 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] power1628 opened a new issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
power1628 opened a new issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001 ### 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

[GitHub] [incubator-doris] weajun opened a new pull request #7002: [BUG] fixbug sql execution sometimes due to failed to get tablet

2021-11-03 Thread GitBox
weajun opened a new pull request #7002: URL: https://github.com/apache/incubator-doris/pull/7002 ## Proposed changes When there are multiple fragments in the SQL execution plan, and the lower part of the fragment has Colocate join, it may cause the join nodes of other fragments to

[GitHub] [incubator-doris] htyoung commented on issue #6806: Release note 0.15.0 (WIP)

2021-11-03 Thread GitBox
htyoung commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-958913415 请问大概什么时候 Release?比较期待多租户与资源隔离的功能 -- 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] silentxingtian commented on issue #5253: Building from the latest source code failed !

2021-11-03 Thread GitBox
silentxingtian commented on issue #5253: URL: https://github.com/apache/incubator-doris/issues/5253#issuecomment-958929542 我也遇到这个错,怎么解决呀 -- 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 spec

[GitHub] [incubator-doris] morningman commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
morningman commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958932849 You mean io_uring? Looks like it needs a higher linux kernal version(5.0+)? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] GoGoWen commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
GoGoWen commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958935247 可以看下你这个sql执行后BE的资源使用情况, 怀疑是这个SQL比较耗资源,而BE资源不足导致。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] jztian commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
jztian commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958938151 单条查询消耗资源不大,数据量也不大,几百毫秒就出来了,并发下查询会慢一点可以接受,但是不至于导致整个集群hang住,导致其他查询失败,完全不能恢复,除非重启be -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7002: [BUG] fixbug sql execution sometimes due to failed to get tablet

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #7002: URL: https://github.com/apache/incubator-doris/pull/7002#issuecomment-958938240 -- 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] HappenLee opened a new pull request #7003: [Bug] Fix the nullptr of core in schema change

2021-11-03 Thread GitBox
HappenLee opened a new pull request #7003: URL: https://github.com/apache/incubator-doris/pull/7003 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature req

[GitHub] [incubator-doris] power1628 commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
power1628 commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958944837 @morningman yes, io_uring(sorry for typo) and higher linux kernel version. There's one PR from rocksdb community, using io_uring to improve performance. https://github.co

[GitHub] [incubator-doris] morningman commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-11-03 Thread GitBox
morningman commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-958637839 > still any questions about this PR? @stdpain @EmmyMiao87 Yes, there are something need to be resolved. You can talk to @HappenLee @BiteThet -- This is

[GitHub] [incubator-doris] Gabriel39 commented on a change in pull request #6996: Fix hadoop load failed when enable batch delete in unique table

2021-11-03 Thread GitBox
Gabriel39 commented on a change in pull request #6996: URL: https://github.com/apache/incubator-doris/pull/6996#discussion_r741591615 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/Load.java ## @@ -758,6 +764,22 @@ public static void checkAndCreateSource(Database

[GitHub] [incubator-doris] Gabriel39 commented on pull request #6994: [Revert] Revert RestService.java

2021-11-03 Thread GitBox
Gabriel39 commented on pull request #6994: URL: https://github.com/apache/incubator-doris/pull/6994#issuecomment-958598951 cc @morningman -- 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 spe

[GitHub] [incubator-doris] JNSimba closed pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
JNSimba closed pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995 -- 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: commit

[GitHub] [incubator-doris] ChPi commented on issue #6574: [Bug] doris 0.14 backup/restore问题

2021-11-03 Thread GitBox
ChPi commented on issue #6574: URL: https://github.com/apache/incubator-doris/issues/6574#issuecomment-958599678 resolved #6962 -- 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 comm

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6980: [Function] Add bitmap function bitmap_subset_limit

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6980: URL: https://github.com/apache/incubator-doris/pull/6980#issuecomment-958609695 -- 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] github-actions[bot] commented on pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995#issuecomment-958717645 -- 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] Gabriel39 commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-11-03 Thread GitBox
Gabriel39 commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-958620447 still any questions about this PR? @stdpain @EmmyMiao87 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6998: [Refactor] Refactor part of RuntimeFilter's code

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6998: URL: https://github.com/apache/incubator-doris/pull/6998#issuecomment-958640410 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] morningman commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
morningman commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958932849 You mean io_uring? Looks like it needs a higher linux kernal version(5.0+)? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] jztian commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
jztian commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958938151 单条查询消耗资源不大,数据量也不大,几百毫秒就出来了,并发下查询会慢一点可以接受,但是不至于导致整个集群hang住,导致其他查询失败,完全不能恢复,除非重启be -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] GoGoWen commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
GoGoWen commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958935247 可以看下你这个sql执行后BE的资源使用情况, 怀疑是这个SQL比较耗资源,而BE资源不足导致。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] silentxingtian commented on issue #5253: Building from the latest source code failed !

2021-11-03 Thread GitBox
silentxingtian commented on issue #5253: URL: https://github.com/apache/incubator-doris/issues/5253#issuecomment-958929542 -- 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.

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7002: [BUG] fixbug sql execution sometimes due to failed to get tablet

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #7002: URL: https://github.com/apache/incubator-doris/pull/7002#issuecomment-958938240 -- 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] htyoung commented on issue #6806: Release note 0.15.0 (WIP)

2021-11-03 Thread GitBox
htyoung commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-958913415 -- 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 unsu

[GitHub] [incubator-doris] power1628 commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
power1628 commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958944837 -- 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 un

[GitHub] [incubator-doris] morningman commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
morningman commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958932849 You mean io_uring? Looks like it needs a higher linux kernal version(5.0+)? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] jztian commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
jztian commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958938151 单条查询消耗资源不大,数据量也不大,几百毫秒就出来了,并发下查询会慢一点可以接受,但是不至于导致整个集群hang住,导致其他查询失败,完全不能恢复,除非重启be -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] GoGoWen commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
GoGoWen commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958935247 可以看下你这个sql执行后BE的资源使用情况, 怀疑是这个SQL比较耗资源,而BE资源不足导致。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] morningman commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-11-03 Thread GitBox
morningman commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-958637839 > still any questions about this PR? @stdpain @EmmyMiao87 Yes, there are something need to be resolved. You can talk to @HappenLee @BiteThet -- This is

[GitHub] [incubator-doris] Gabriel39 commented on a change in pull request #6996: Fix hadoop load failed when enable batch delete in unique table

2021-11-03 Thread GitBox
Gabriel39 commented on a change in pull request #6996: URL: https://github.com/apache/incubator-doris/pull/6996#discussion_r741591615 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/Load.java ## @@ -758,6 +764,22 @@ public static void checkAndCreateSource(Database

[GitHub] [incubator-doris] Gabriel39 commented on pull request #6994: [Revert] Revert RestService.java

2021-11-03 Thread GitBox
Gabriel39 commented on pull request #6994: URL: https://github.com/apache/incubator-doris/pull/6994#issuecomment-958598951 cc @morningman -- 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 spe

[GitHub] [incubator-doris] JNSimba closed pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
JNSimba closed pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995 -- 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: commit

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6980: [Function] Add bitmap function bitmap_subset_limit

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6980: URL: https://github.com/apache/incubator-doris/pull/6980#issuecomment-958609695 -- 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] github-actions[bot] commented on pull request #6995: [Manager] Modify part of the agent interface

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

[incubator-doris] branch master updated: [HTTP][API] Add Backend By Rest API (#6999)

2021-11-03 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 f509e93 [HTTP][API] Add Backend

[GitHub] [incubator-doris] Gabriel39 commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-11-03 Thread GitBox
Gabriel39 commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-958620447 -- 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. T

[incubator-doris] branch master updated: Fix the SQL execution error caused by tablet not being found due to Colocate join (#7002)

2021-11-03 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 d268d17 Fix the SQL execution er

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6998: [Refactor] Refactor part of RuntimeFilter's code

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6998: URL: https://github.com/apache/incubator-doris/pull/6998#issuecomment-958640410 -- 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] ChPi commented on issue #6574: [Bug] doris 0.14 backup/restore问题

2021-11-03 Thread GitBox
ChPi commented on issue #6574: URL: https://github.com/apache/incubator-doris/issues/6574#issuecomment-958599678 resolved #6962 -- 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 comm

[GitHub] [incubator-doris] jztian commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
jztian commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958938151 单条查询消耗资源不大,数据量也不大,几百毫秒就出来了,并发下查询会慢一点可以接受,但是不至于导致整个集群hang住,导致其他查询失败,完全不能恢复,除非重启be -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] GoGoWen commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
GoGoWen commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-958935247 可以看下你这个sql执行后BE的资源使用情况, 怀疑是这个SQL比较耗资源,而BE资源不足导致。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] morningman commented on pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2021-11-03 Thread GitBox
morningman commented on pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861#issuecomment-958637839 > still any questions about this PR? @stdpain @EmmyMiao87 Yes, there are something need to be resolved. You can talk to @HappenLee @BiteThet -- This is

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7002: [BUG] fixbug sql execution sometimes due to failed to get tablet

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #7002: URL: https://github.com/apache/incubator-doris/pull/7002#issuecomment-958938240 -- 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] hf200012 merged pull request #7002: [BUG] fixbug sql execution sometimes due to failed to get tablet

2021-11-03 Thread GitBox
hf200012 merged pull request #7002: URL: https://github.com/apache/incubator-doris/pull/7002 -- 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] JNSimba closed pull request #6995: [Manager] Modify part of the agent interface

2021-11-03 Thread GitBox
JNSimba closed pull request #6995: URL: https://github.com/apache/incubator-doris/pull/6995 -- 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: commit

[GitHub] [incubator-doris] hf200012 closed issue #6967: [Bug] sql execution sometimes error with errmsg: failed to get tablet

2021-11-03 Thread GitBox
hf200012 closed issue #6967: URL: https://github.com/apache/incubator-doris/issues/6967 -- 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: commits-un

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6999: [HTTP][API] Add Backend By Rest API

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6999: URL: https://github.com/apache/incubator-doris/pull/6999#issuecomment-960349131 -- 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] silentxingtian commented on issue #5253: Building from the latest source code failed !

2021-11-03 Thread GitBox
silentxingtian commented on issue #5253: URL: https://github.com/apache/incubator-doris/issues/5253#issuecomment-958929542 我也遇到这个错,怎么解决呀 -- 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 spec

[GitHub] [incubator-doris] morningman commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
morningman commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958932849 You mean io_uring? Looks like it needs a higher linux kernal version(5.0+)? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] power1628 commented on issue #7001: [Feature] use io_ring for file io?

2021-11-03 Thread GitBox
power1628 commented on issue #7001: URL: https://github.com/apache/incubator-doris/issues/7001#issuecomment-958944837 @morningman yes, io_uring(sorry for typo) and higher linux kernel version. There's one PR from rocksdb community, using io_uring to improve performance. https://github.co

[GitHub] [incubator-doris] Gabriel39 commented on a change in pull request #6996: Fix hadoop load failed when enable batch delete in unique table

2021-11-03 Thread GitBox
Gabriel39 commented on a change in pull request #6996: URL: https://github.com/apache/incubator-doris/pull/6996#discussion_r741591615 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/Load.java ## @@ -758,6 +764,22 @@ public static void checkAndCreateSource(Database

[GitHub] [incubator-doris] hf200012 merged pull request #6999: [HTTP][API] Add Backend By Rest API

2021-11-03 Thread GitBox
hf200012 merged pull request #6999: URL: https://github.com/apache/incubator-doris/pull/6999 -- 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] htyoung commented on issue #6806: Release note 0.15.0 (WIP)

2021-11-03 Thread GitBox
htyoung commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-958913415 请问大概什么时候 Release?比较期待多租户与资源隔离的功能 -- 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

[incubator-doris] branch revert-6999-fe-addbackends created (now b789970)

2021-11-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch revert-6999-fe-addbackends in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at b789970 Revert "[HTTP][API] Add Backend By Rest API (#6999)" This branch include

[incubator-doris] 01/01: Revert "[HTTP][API] Add Backend By Rest API (#6999)"

2021-11-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch revert-6999-fe-addbackends in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit b7899701e5f33557505043bf4e3fab3e628a95c8 Author: jiafeng.zhang AuthorDate: Thu Nov 4

[GitHub] [incubator-doris] hf200012 opened a new pull request #7004: Revert "[HTTP][API] Add Backend By Rest API"

2021-11-03 Thread GitBox
hf200012 opened a new pull request #7004: URL: https://github.com/apache/incubator-doris/pull/7004 Reverts apache/incubator-doris#6999 -- 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 specifi

[GitHub] [incubator-doris] morningman merged pull request #7004: Revert "[HTTP][API] Add Backend By Rest API"

2021-11-03 Thread GitBox
morningman merged pull request #7004: URL: https://github.com/apache/incubator-doris/pull/7004 -- 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: com

[incubator-doris] branch master updated: Revert "[HTTP][API] Add Backend By Rest API (#6999)" (#7004)

2021-11-03 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 2351c42 Revert "[HTTP][API] Add Ba

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6916: Added bprc stub cache check and reset api

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6916: URL: https://github.com/apache/incubator-doris/pull/6916#issuecomment-960410849 -- 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] github-actions[bot] commented on pull request #6996: Fix hadoop load failed when enable batch delete in unique table

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6996: URL: https://github.com/apache/incubator-doris/pull/6996#issuecomment-960414799 -- 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] yangzhg commented on a change in pull request #6996: Fix hadoop load failed when enable batch delete in unique table

2021-11-03 Thread GitBox
yangzhg commented on a change in pull request #6996: URL: https://github.com/apache/incubator-doris/pull/6996#discussion_r742503145 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/Load.java ## @@ -758,6 +764,22 @@ public static void checkAndCreateSource(Database db

[GitHub] [incubator-doris] morningman commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-03 Thread GitBox
morningman commented on a change in pull request #6979: URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r742504948 ## File path: be/src/util/mem_info.cpp ## @@ -80,10 +82,14 @@ void MemInfo::init() { } LOG(INFO) << "Physical Memory: " << PrettyPr

[GitHub] [incubator-doris] GoGoWen opened a new pull request #7005: fix issue for JournalEntity

2021-11-03 Thread GitBox
GoGoWen opened a new pull request #7005: URL: https://github.com/apache/incubator-doris/pull/7005 ## Proposed changes this pr is going to fix a log issue in JournalEntity.java. ## Types of changes What types of changes does your code introduce to Doris? _Put an `x`

[GitHub] [incubator-doris] morningman commented on a change in pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-03 Thread GitBox
morningman commented on a change in pull request #6979: URL: https://github.com/apache/incubator-doris/pull/6979#discussion_r742512082 ## File path: be/src/runtime/mem_tracker.h ## @@ -170,6 +173,12 @@ class MemTracker : public std::enable_shared_from_this { Relea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7003: [Bug] Fix the nullptr of core in schema change

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #7003: URL: https://github.com/apache/incubator-doris/pull/7003#issuecomment-960427241 -- 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] GoGoWen commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
GoGoWen commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-960434575 高并发下集群资源耗尽是会出现hang住的可能, 单从里FE日志看就是BE已经hang住了, rpc超时。 所以怀疑问题出在BE,由于没有日志,和监控信息,无法判断具体那里出现瓶颈了。 建议看下当时的监控和日志。 如果可能,也可以贴出来,大家一起看下啊。 不然信息不全,不好判断的。 -- This is an automated mess

[GitHub] [incubator-doris] morningman commented on issue #6881: [Bug] exec plan fragment fail

2021-11-03 Thread GitBox
morningman commented on issue #6881: URL: https://github.com/apache/incubator-doris/issues/6881#issuecomment-960435805 This may help you #6702 . And in this PR #6586 : `6. Recreate grpc client it the existing client failed.` -- This is an automated message from the Apache Git Service

[GitHub] [incubator-doris] morningman commented on issue #6806: Release note 0.15.0 (WIP)

2021-11-03 Thread GitBox
morningman commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-960438234 > 请问大概什么时候 Release?比较期待多租户与资源隔离的功能 You can try this now: https://github.com/apache/incubator-doris/tree/0.15.0-rc01 Not officially released. -- This is an aut

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6994: [Revert] Revert RestService.java

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6994: URL: https://github.com/apache/incubator-doris/pull/6994#issuecomment-960440927 -- 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 merged pull request #6994: [Revert] Revert RestService.java

2021-11-03 Thread GitBox
morningman merged pull request #6994: URL: https://github.com/apache/incubator-doris/pull/6994 -- 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: com

[incubator-doris] branch master updated: [Revert] Revert RestService.java (#6994)

2021-11-03 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 d19a971 [Revert] Revert RestServic

[incubator-doris] branch master updated: [Function] Add bitmap function bitmap_subset_limit (#6980)

2021-11-03 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 599ecb1 [Function] Add bitmap func

[GitHub] [incubator-doris] morningman merged pull request #6980: [Function] Add bitmap function bitmap_subset_limit

2021-11-03 Thread GitBox
morningman merged pull request #6980: URL: https://github.com/apache/incubator-doris/pull/6980 -- 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: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6984: [HTTP][API] Add backends info API for spark/flink connector

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6984: URL: https://github.com/apache/incubator-doris/pull/6984#issuecomment-960454394 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] htyoung commented on issue #6806: Release note 0.15.0 (WIP)

2021-11-03 Thread GitBox
htyoung commented on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-960457081 > > 请问大概什么时候 Release?比较期待多租户与资源隔离的功能 > > You can try this now: https://github.com/apache/incubator-doris/tree/0.15.0-rc01 Not officially released. thinks very

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6984: [HTTP][API] Add backends info API for spark/flink connector

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #6984: URL: https://github.com/apache/incubator-doris/pull/6984#issuecomment-960462687 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 #7005: fix issue for JournalEntity

2021-11-03 Thread GitBox
github-actions[bot] commented on pull request #7005: URL: https://github.com/apache/incubator-doris/pull/7005#issuecomment-960481445 -- 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] HappenLee opened a new issue #7006: [Refactor] Refactor code of sequence column

2021-11-03 Thread GitBox
HappenLee opened a new issue #7006: URL: https://github.com/apache/incubator-doris/issues/7006 ### 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

[GitHub] [incubator-doris] HappenLee opened a new pull request #7007: [Refactor] Refact code of sequence column

2021-11-03 Thread GitBox
HappenLee opened a new pull request #7007: URL: https://github.com/apache/incubator-doris/pull/7007 ## Proposed changes #7006 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-br