[GitHub] [incubator-doris] shiyi23 commented on issue #2537: support bitmap_andnot

2021-01-13 Thread GitBox
shiyi23 commented on issue #2537: URL: https://github.com/apache/incubator-doris/issues/2537#issuecomment-759291232 @imay hello,I want to fix this, can you assign it to me? And can you give me an example of how to use the function bitmap_andnot(BITMAP map1, BITMAP map2), Because I'm not

[GitHub] [incubator-doris] shiyi23 commented on issue #2537: support bitmap_andnot

2021-01-13 Thread GitBox
shiyi23 commented on issue #2537: URL: https://github.com/apache/incubator-doris/issues/2537#issuecomment-759293585 ![image](https://user-images.githubusercontent.com/40733762/104426657-2f8ece00-55bd-11eb-9bd0-784715f3b11f.png) An use example just like above is enough

[GitHub] [incubator-doris] morningman commented on issue #2537: support bitmap_andnot

2021-01-13 Thread GitBox
morningman commented on issue #2537: URL: https://github.com/apache/incubator-doris/issues/2537#issuecomment-759296885 Like this:http://www.bricktou.com/include/linux/bitmapbitmap_andnot_en.html This is an automated message

[GitHub] [incubator-doris] caoyang10 opened a new issue #5231: [Bug] BE crash cause by rdkafka

2021-01-13 Thread GitBox
caoyang10 opened a new issue #5231: URL: https://github.com/apache/incubator-doris/issues/5231 BE crash with follow conditions: 1, high QPS over 1000 2, kafka routine load 3, cpu usage is above 40% log: ... rd_kafka_broker_t 0x75a025b00: 10.62.175.45:9092/75 NodeId 7

[GitHub] [incubator-doris] yangzhg opened a new issue #5232: [Proposal] Supports direct reading and writing of hdfs and cloud storage without a broker

2021-01-13 Thread GitBox
yangzhg opened a new issue #5232: URL: https://github.com/apache/incubator-doris/issues/5232 Using broker to read hdfs and bos Although the implementation of different file systems is shielded, there are the following problems: 1. The process of reading and writing interacts with the b

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r556476818 ## File path: be/src/http/action/tablet_migration_action.cpp ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r556479632 ## File path: be/src/http/action/tablet_migration_action.cpp ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r556479960 ## File path: be/src/http/action/tablet_migration_action.cpp ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r556480592 ## File path: be/src/http/action/tablet_migration_action.cpp ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5096: [Feature] Add a http interface to acquire the tablets distribution between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5096: URL: https://github.com/apache/incubator-doris/pull/5096#discussion_r556485684 ## File path: docs/zh-CN/administrator-guide/http-actions/tablets_distribution.md ## @@ -0,0 +1,124 @@ +--- +{ +"title": "GET TABLETS DISTRIB

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5096: [Feature] Add a http interface to acquire the tablets distribution between different disks

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5096: URL: https://github.com/apache/incubator-doris/pull/5096#discussion_r556486578 ## File path: docs/zh-CN/administrator-guide/http-actions/tablets_distribution.md ## @@ -0,0 +1,124 @@ +--- +{ +"title": "GET TABLETS DISTRIB

[GitHub] [incubator-doris] wangbo opened a new pull request #5233: (#5224)some little fix for spark load

2021-01-13 Thread GitBox
wangbo opened a new pull request #5233: URL: https://github.com/apache/incubator-doris/pull/5233 ## Proposed changes Some little fix for spark load ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_

[GitHub] [incubator-doris] francisoliverlee commented on issue #5181: [BUG]Doris listen all-zero address(0.0.0.0), that may be cause a serucity problem

2021-01-13 Thread GitBox
francisoliverlee commented on issue #5181: URL: https://github.com/apache/incubator-doris/issues/5181#issuecomment-759880173 it should be a network problem, and can be solved by network policy @zhaojintaozhao This is an

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5124: [Compaction] Fix bug and add graceful exit for compaction producer

2021-01-13 Thread GitBox
weizuo93 commented on a change in pull request #5124: URL: https://github.com/apache/incubator-doris/pull/5124#discussion_r557007361 ## File path: be/src/olap/olap_server.cpp ## @@ -412,4 +401,26 @@ std::vector StorageEngine::_compaction_tasks_generator( } return tab

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4984: [Optimize]Take all scan nodes of one sql into consideration when select host for a tablet

2021-01-13 Thread GitBox
caiconghui commented on a change in pull request #4984: URL: https://github.com/apache/incubator-doris/pull/4984#discussion_r557010194 ## File path: fe/fe-core/src/test/java/org/apache/doris/qe/CoordinatorTest.java ## @@ -595,5 +597,137 @@ public void testBucketShuffleWithUnali

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5233: (#5224)some little fix for spark load

2021-01-13 Thread GitBox
caiconghui commented on a change in pull request #5233: URL: https://github.com/apache/incubator-doris/pull/5233#discussion_r557012967 ## File path: fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/ColumnParser.java ## @@ -21,18 +21,22 @@ import org.apache.doris.lo

[GitHub] [incubator-doris] yangzhg opened a new pull request #5234: add aws sdk to thirdparty

2021-01-13 Thread GitBox
yangzhg opened a new pull request #5234: URL: https://github.com/apache/incubator-doris/pull/5234 ## Proposed changes this is a part of #5232 , we add aws sdk dependency to thirdparty ## Types of changes What types of changes does your code introduce to Doris? _Put an

[GitHub] [incubator-doris] yuanfeng0905 opened a new issue #5235: BE crash cause by UDF(unix_timestamp)

2021-01-13 Thread GitBox
yuanfeng0905 opened a new issue #5235: URL: https://github.com/apache/incubator-doris/issues/5235 BE crash with follow SQL: ```sql select count(1),max(unix_timestamp(dbus__timestamp)) from xxx ``` unix_timestamp UDF passes the time string by default, but here the "dbus_times

[GitHub] [incubator-doris] Sunt-ing opened a new pull request #5236: Update README.md =>

2021-01-13 Thread GitBox
Sunt-ing opened a new pull request #5236: URL: https://github.com/apache/incubator-doris/pull/5236 This is a basic grammatical modification suggestion, which will not break any existing build. ## Proposed changes A reword suggestion. Change from "After donating it to Apache So

[GitHub] [incubator-doris] yangzhg opened a new issue #5237: Disable creating zonemap index for large too large column

2021-01-13 Thread GitBox
yangzhg opened a new issue #5237: URL: https://github.com/apache/incubator-doris/issues/5237 If there are too large fields in the table, there may be only one row in each page, and this row also has a zone map index This causes the stored data to expand three times the original data,

[GitHub] [incubator-doris] acelyc111 opened a new pull request #5238: [Perf] Merge delete conditions to improve performance

2021-01-13 Thread GitBox
acelyc111 opened a new pull request #5238: URL: https://github.com/apache/incubator-doris/pull/5238 ## Proposed changes ref https://github.com/apache/incubator-doris/issues/4915 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in th

[GitHub] [incubator-doris] Sunt-ing opened a new pull request #5239: [Doc] Update README.md: a reword suggestion

2021-01-13 Thread GitBox
Sunt-ing opened a new pull request #5239: URL: https://github.com/apache/incubator-doris/pull/5239 This is a basic grammatical modification suggestion, which will not break any existing build. ## Proposed changes A reword suggestion. Change from "Now you should attached in doc

[GitHub] [incubator-doris] Sunt-ing opened a new pull request #5240: [Doc] Update PULL_REQUEST_TEMPLATE.md: a reword suggestion

2021-01-13 Thread GitBox
Sunt-ing opened a new pull request #5240: URL: https://github.com/apache/incubator-doris/pull/5240 This is a basic grammatical modification suggestion, which will not break any existing build. ## Proposed changes A reword suggestion. Change from "I have create an issue on (Fix

[GitHub] [incubator-doris] Sunt-ing opened a new pull request #5241: Update README.md: a reword suggestion

2021-01-13 Thread GitBox
Sunt-ing opened a new pull request #5241: URL: https://github.com/apache/incubator-doris/pull/5241 A reword suggestion that makes the words more friendly ## Proposed changes A reword suggestion. Change from "You must be install following softwares:" to "You should instal

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5241: [Doc] Update README.md: a reword suggestion

2021-01-13 Thread GitBox
yangzhg commented on a change in pull request #5241: URL: https://github.com/apache/incubator-doris/pull/5241#discussion_r557048988 ## File path: README.md ## @@ -117,7 +117,7 @@ After successfully building, it will install binary files in the directory `outp Prerequis

[GitHub] [incubator-doris] Sunt-ing commented on pull request #5241: [Doc] Update README.md: a reword suggestion

2021-01-13 Thread GitBox
Sunt-ing commented on pull request #5241: URL: https://github.com/apache/incubator-doris/pull/5241#issuecomment-759935419 Thanks! @yangzhg This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] liutang123 opened a new issue #5243: Endless colocate table tablet repair

2021-01-13 Thread GitBox
liutang123 opened a new issue #5243: URL: https://github.com/apache/incubator-doris/issues/5243 **Describe the bug** A colocate tablet replica group is [A B C], the tablet's replicas are in [A B C D] If D was removed from cluster and the replica on D is bad, the tablet's state will b

[GitHub] [incubator-doris] dcy652701 opened a new issue #5242: When I create a routine load. It returns an error: Connection refused.

2021-01-13 Thread GitBox
dcy652701 opened a new issue #5242: URL: https://github.com/apache/incubator-doris/issues/5242 failed to send task: java.net.ConnectException: Connection refused (Connection refused).By the way where can I see the full log.

[GitHub] [incubator-doris] liutang123 commented on issue #5243: [BUG]Endless colocate table tablet repair

2021-01-13 Thread GitBox
liutang123 commented on issue #5243: URL: https://github.com/apache/incubator-doris/issues/5243#issuecomment-759960632 I will submit a PR later. This is an automated message from the Apache Git Service. To respond to the mes