[GitHub] [incubator-doris] hf200012 closed issue #7203: Flink Doris Connector使用报错

2021-11-26 Thread GitBox
hf200012 closed issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203 -- 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] hf200012 commented on issue #7209: [Bug] Spark Doris Connector:add batch req success but status isn't ok

2021-11-26 Thread GitBox
hf200012 commented on issue #7209: URL: https://github.com/apache/incubator-doris/issues/7209#issuecomment-979836160 Your import frequency is too high. OLAP data is generally received in batches. You can try to read and import 10,000 or more in each batch. If you are migrating data from l

[GitHub] [incubator-doris] aihai commented on pull request #7210: [feat](flink-connector) add BATCH DELETE support

2021-11-26 Thread GitBox
aihai commented on pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-979840652 @morningman @hf200012 首先非常感谢之前的各种反馈. 在学习理解doris-flink的过程中, 产生了一些不太成熟的想法, 希望能得到两位的意见和建议, 再次表示感谢. 想法如下: 1. Maven ArtifactId: 是否可以修改为flink-connector-dor

[GitHub] [incubator-doris] Userwhite opened a new issue #7229: [Bug] tablet recover failed when restart BE

2021-11-26 Thread GitBox
Userwhite opened a new issue #7229: URL: https://github.com/apache/incubator-doris/issues/7229 ### 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. ### Version 0.14

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-26 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r757444063 ## File path: be/src/runtime/thread_status.h ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-26 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r757444557 ## File path: be/src/runtime/thread_status.h ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-26 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r757446999 ## File path: be/src/runtime/thread_status.h ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [incubator-doris] zenoyang opened a new issue #7230: [Optimize] Improve Sql Cache hit rate

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

[GitHub] [incubator-doris] zenoyang opened a new pull request #7231: [feat-opt](cache) Optimize sql cache

2021-11-26 Thread GitBox
zenoyang opened a new pull request #7231: URL: https://github.com/apache/incubator-doris/pull/7231 ## Proposed changes issue: #7230 When getting the latest update time of a table, only compare the partitions of this query, not all partitions of a table. The goal is to improve

[GitHub] [incubator-doris] JNSimba commented on pull request #7210: [feat](flink-connector) add BATCH DELETE support

2021-11-26 Thread GitBox
JNSimba commented on pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-979966681 > @morningman @hf200012 首先非常感谢之前的各种反馈. > > 在学习理解doris-flink的过程中, 产生了一些不太成熟的想法, 希望能得到两位的意见和建议, 再次表示感谢. > > 想法如下: > > 1. Maven ArtifactId: 是否可以修改为flink-

[GitHub] [incubator-doris] JNSimba edited a comment on pull request #7210: [feat](flink-connector) add BATCH DELETE support

2021-11-26 Thread GitBox
JNSimba edited a comment on pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-979966681 > @morningman @hf200012 首先非常感谢之前的各种反馈. > > 在学习理解doris-flink的过程中, 产生了一些不太成熟的想法, 希望能得到两位的意见和建议, 再次表示感谢. > > 想法如下: > > 1. Maven ArtifactId: 是否可以修改

[GitHub] [incubator-doris] JNSimba edited a comment on pull request #7210: [feat](flink-connector) add BATCH DELETE support

2021-11-26 Thread GitBox
JNSimba edited a comment on pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-979966681 > @morningman @hf200012 首先非常感谢之前的各种反馈. > > 在学习理解doris-flink的过程中, 产生了一些不太成熟的想法, 希望能得到两位的意见和建议, 再次表示感谢. > > 想法如下: > > 1. Maven ArtifactId: 是否可以修改

[GitHub] [incubator-doris] JNSimba opened a new pull request #7232: [improvement](flink-connector) DataSourceFunction read doris supports parallel

2021-11-26 Thread GitBox
JNSimba opened a new pull request #7232: URL: https://github.com/apache/incubator-doris/pull/7232 ## Proposed changes The previous DataSourceFunction inherited from RichSourceFunction. As a result, no matter how much the parallelism of flink is set, the parallelism of DataSourceFunc