[GitHub] [incubator-doris] weizuo93 opened a new pull request #5563: [Refactor] refactor the destructor in olap_meta.cpp

2021-03-24 Thread GitBox
weizuo93 opened a new pull request #5563: URL: https://github.com/apache/incubator-doris/pull/5563 ## Proposed changes refactor the destructor in olap_meta.cpp ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that a

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5488: [Feature][Stream Load] Add "show stream_load" function to show the result of stream load

2021-03-24 Thread GitBox
acelyc111 commented on a change in pull request #5488: URL: https://github.com/apache/incubator-doris/pull/5488#discussion_r600261821 ## File path: be/src/http/action/stream_load.cpp ## @@ -132,9 +134,19 @@ void StreamLoadAction::handle(HttpRequest* req) { str = str + '\n'

[GitHub] [incubator-doris] caiconghui opened a new pull request #5564: [Bug] Fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
caiconghui opened a new pull request #5564: URL: https://github.com/apache/incubator-doris/pull/5564 ## Proposed changes This PR is to fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout and fix some small issue with log ## Types of changes

[GitHub] [incubator-doris] caiconghui opened a new issue #5565: [Bug] we may see call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
caiconghui opened a new issue #5565: URL: https://github.com/apache/incubator-doris/issues/5565 **Describe the bug** when rpc_timeout is equal with publish_timeout,we may see that call frontend service failed when cluster publish transaction timeout, and then program will try to rollba

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5559: [Refactor] make uint24_t,OLAPIndexFixedHeader as a POD type

2021-03-24 Thread GitBox
yangzhg commented on a change in pull request #5559: URL: https://github.com/apache/incubator-doris/pull/5559#discussion_r600357835 ## File path: be/src/util/coding.h ## @@ -171,14 +171,14 @@ extern const uint8_t* decode_varint64_ptr(const uint8_t* p, const uint8_t* limit t

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5452: [Audit][Stream Load] Support audit function for stream load

2021-03-24 Thread GitBox
acelyc111 commented on a change in pull request #5452: URL: https://github.com/apache/incubator-doris/pull/5452#discussion_r600381383 ## File path: be/src/common/config.h ## @@ -348,6 +348,12 @@ CONF_mInt32(streaming_load_rpc_max_alive_time_sec, "1200"); CONF_Int32(tablet_writ

[GitHub] [incubator-doris] JNSimba edited a comment on pull request #5375: [Feature] Add flink datastream connector example (#5371)

2021-03-24 Thread GitBox
JNSimba edited a comment on pull request #5375: URL: https://github.com/apache/incubator-doris/pull/5375#issuecomment-802749846 Refer to [User-defined Sources & Sinks](https://ci.apache.org/projects/flink/flink-docs-stable/zh/dev/table/sourceSinks.html) And flink-connector-jdbc, add flink

[GitHub] [incubator-doris] yangzhg merged pull request #5394: update gcc to gcc 10 and support c++17

2021-03-24 Thread GitBox
yangzhg merged pull request #5394: URL: https://github.com/apache/incubator-doris/pull/5394 -- 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. For queries about this service

[incubator-doris] branch master updated: update gcc to gcc 10 and support c++17 (#5394)

2021-03-24 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 ad67dd3 update gcc to gcc 10 and supp

[GitHub] [incubator-doris] yangzhg opened a new pull request #5566: [DOC] Update gcc10 compile docs

2021-03-24 Thread GitBox
yangzhg opened a new pull request #5566: URL: https://github.com/apache/incubator-doris/pull/5566 ## Proposed changes Update GCC10 compile docs ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [

[GitHub] [incubator-doris] stdpain commented on a change in pull request #5564: [Bug] Fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
stdpain commented on a change in pull request #5564: URL: https://github.com/apache/incubator-doris/pull/5564#discussion_r600993661 ## File path: fe/fe-core/src/main/java/org/apache/doris/master/MasterImpl.java ## @@ -94,9 +94,9 @@ public TMasterResult finishTask(TFinishTaskReq

[GitHub] [incubator-doris] yangzhg opened a new issue #5567: Remove some glibc-compatibility file for old kernel

2021-03-24 Thread GitBox
yangzhg opened a new issue #5567: URL: https://github.com/apache/incubator-doris/issues/5567 In some old kernel SYS_getrandom and SYS_getcpu is not exist, and we don't use those in our code, so we should remove those files to compatible with old kernels -- This is an automated message

[GitHub] [incubator-doris] yangzhg opened a new pull request #5568: [refactor] Remove some unused file for compatible to older kernels

2021-03-24 Thread GitBox
yangzhg opened a new pull request #5568: URL: https://github.com/apache/incubator-doris/pull/5568 ## Proposed changes Remove some unused file for compatible to older kernels #5567 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5564: [Bug] Fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
caiconghui commented on a change in pull request #5564: URL: https://github.com/apache/incubator-doris/pull/5564#discussion_r601026010 ## File path: fe/fe-core/src/main/java/org/apache/doris/master/MasterImpl.java ## @@ -94,9 +94,9 @@ public TMasterResult finishTask(TFinishTask

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #5569: [Colocate plan][Step3] Colocate analytic sort node

2021-03-24 Thread GitBox
EmmyMiao87 opened a new pull request #5569: URL: https://github.com/apache/incubator-doris/pull/5569 ## Proposed changes The underlying sort node of the window function can also be colocate sorted. When the data distribution of the child fragment is less than or equal to the s

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5564: [Bug] Fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
acelyc111 commented on a change in pull request #5564: URL: https://github.com/apache/incubator-doris/pull/5564#discussion_r601075266 ## File path: fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java ## @@ -822,7 +822,7 @@ private boolean loadTxnCommitIm

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5564: [Bug] Fix bug that call frontend service failed when rpc_timeout is equal with publish_timeout

2021-03-24 Thread GitBox
caiconghui commented on a change in pull request #5564: URL: https://github.com/apache/incubator-doris/pull/5564#discussion_r601094480 ## File path: fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java ## @@ -822,7 +822,7 @@ private boolean loadTxnCommitI

[GitHub] [incubator-doris] morningman commented on a change in pull request #5521: [Colocate plan][Step1] Colocate join covers more situations

2021-03-24 Thread GitBox
morningman commented on a change in pull request #5521: URL: https://github.com/apache/incubator-doris/pull/5521#discussion_r601037722 ## File path: fe/fe-core/src/main/java/org/apache/doris/system/SystemInfoService.java ## @@ -781,11 +782,16 @@ public void releaseBackends(Str