lingbin opened a new pull request #2704: Remove resource_info related members
from TaskWorkerPool
URL: https://github.com/apache/incubator-doris/pull/2704
The `TResourceInfo` was used to help `cgruops` to isolate resources,
but it is no longer used.
In fact, the `TResourceInfo` in
DanyBin edited a comment on issue #2674: ADD BE UDF bitmap_and and bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571932595
> @DanyBin Hi, refer to
https://github.com/apache/incubator-doris/pull/2690/files, please update the
return type to bitmap in gensrc
DanyBin commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571932595
ok
> @DanyBin Hi, refer to
https://github.com/apache/incubator-doris/pull/2690/files, please update the
return type to bitmap in ge
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 e94d465 Fix roles typo in privilege doc
imay merged pull request #2702: Fix the roles typo in privilege document
URL: https://github.com/apache/incubator-doris/pull/2702
This is an automated message from the Apache Git Service.
To respond to the message, please log
lshmouse closed issue #2701: Fix roles typo in privilege document
URL: https://github.com/apache/incubator-doris/issues/2701
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
chorylee001 opened a new issue #2703: The date function cannot calculate the
month in which the two dates differ
URL: https://github.com/apache/incubator-doris/issues/2703
The date function cannot calculate the MONTH in which there is a difference
between two dates, such as in mysql
TIME
lshmouse opened a new pull request #2702: Fix the roles typo in privilege
document
URL: https://github.com/apache/incubator-doris/pull/2702
This is an automated message from the Apache Git Service.
To respond to the message,
lshmouse opened a new issue #2701: Fix roles typo in privilege document
URL: https://github.com/apache/incubator-doris/issues/2701
This a typo: ROELS in privilege document.
This is an automated message from the Apache Git Serv
vagetablechicken edited a comment on issue #2697: Using a range for loop and
erasing an item may cause mem error
URL:
https://github.com/apache/incubator-doris/issues/2697#issuecomment-571913539
Based on https://en.cppreference.com/w/cpp/language/range-for, I produce
code equivalent to th
vagetablechicken commented on issue #2697: Using a range for loop and erasing
an item may cause mem error
URL:
https://github.com/apache/incubator-doris/issues/2697#issuecomment-571914805
@imay OK, I will fix it.
This is an
imay commented on issue #2697: Using a range for loop and erasing an item may
cause mem error
URL:
https://github.com/apache/incubator-doris/issues/2697#issuecomment-571914565
@vagetablechicken
You're right, this is a bug. Could you please help us fix it.
-
vagetablechicken commented on issue #2697: Using a range for loop and erasing
an item may cause mem error
URL:
https://github.com/apache/incubator-doris/issues/2697#issuecomment-571913539
Based on https://en.cppreference.com/w/cpp/language/range-for, I produce
code equivalent to the follo
jmk1011 commented on issue #2699: insert select into bitmap column with
negative number may be filtered
URL:
https://github.com/apache/incubator-doris/issues/2699#issuecomment-571905194
but be will core. and in
https://github.com/apache/incubator-doris/issues/2678, insert with the same
v
kangkaisen commented on issue #2679: insert into bitmap column with null value
will return error
URL:
https://github.com/apache/incubator-doris/issues/2679#issuecomment-571904522
I think this is not a issue, I don't see any reason to support
bitmap_hash(null), If you want insert empty bit
kangkaisen commented on issue #2699: insert select into bitmap column with
negative number may be filtered
URL:
https://github.com/apache/incubator-doris/issues/2699#issuecomment-571904022
`The to_bitmap function argument: -2147483647 type isn't integer family or
exceed unsigned integer m
gaodayue opened a new pull request #2700: Rowset with only one segment should
be considered as non-overlapping
URL: https://github.com/apache/incubator-doris/pull/2700
Currently all singleton rowsets with data are considered overlapping upon
construction, even when the rowset contains only
jmk1011 opened a new issue #2699: insert select into bitmap column with
negative number may be filtered
URL: https://github.com/apache/incubator-doris/issues/2699
**Describe the bug**
insert select into bitmap column with negative number may be filtered
filter reson:
Reason: The to
kangkaisen commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571891263
@DanyBin Hi, refer to
https://github.com/apache/incubator-doris/pull/2690/files, please update the
return type to bitmap in gensrc/sc
This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 367b4c0 [Doc]Remove used doc content about be_rpc_port (#2694)
add b2b2b66 Update notice year to
kangkaisen merged pull request #2696: Update notice year to 2020
URL: https://github.com/apache/incubator-doris/pull/2696
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
blackfox1983 opened a new issue #2698: sync meta failed in doris-on-es
URL: https://github.com/apache/incubator-doris/issues/2698
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
DDL:
create external table
...
"hosts" = "htt
vagetablechicken opened a new issue #2697: Using a range for loop and erasing
an item may cause mem error
URL: https://github.com/apache/incubator-doris/issues/2697
**Describe the bug**
https://github.com/apache/incubator-doris/blob/367b4c058c2c2c5da921f7227b83f0abb95a9198/be/src/olap/t
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r364031592
##
File path: samples/connect/cpp/doris.h
##
@@ -15,24 +15,26 @@
// specific language governing permissions and limita
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r364031505
##
File path: samples/connect/cpp/my_doris.cpp
##
@@ -17,82 +17,84 @@
/*
imay opened a new pull request #2696: Update notice year to 2020
URL: https://github.com/apache/incubator-doris/pull/2696
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
imay closed issue #1583: Support multiple time zone
URL: https://github.com/apache/incubator-doris/issues/1583
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
morningman closed issue #2357: Fe will notify new FE type transfer and quit
unexpected
URL: https://github.com/apache/incubator-doris/issues/2357
This is an automated message from the Apache Git Service.
To respond to the me
morningman closed issue #2338: FE config 'async_load_task_pool_size' is not
configurable
URL: https://github.com/apache/incubator-doris/issues/2338
This is an automated message from the Apache Git Service.
To respond to the
morningman closed issue #2354: Load job's state is incorrect when upgrading
from 0.10.x to 0.11.x
URL: https://github.com/apache/incubator-doris/issues/2354
This is an automated message from the Apache Git Service.
To respon
morningman closed issue #2389: [DISCUSS] Remove the `readFields()` method from
the Writable interface class.
URL: https://github.com/apache/incubator-doris/issues/2389
This is an automated message from the Apache Git Service
morningman closed issue #2383: Lots of COMMITTED transactions of routine load
tasks
URL: https://github.com/apache/incubator-doris/issues/2383
This is an automated message from the Apache Git Service.
To respond to the messa
morningman closed issue #2426: [Metric] Add compaction score metrics
URL: https://github.com/apache/incubator-doris/issues/2426
This is an automated message from the Apache Git Service.
To respond to the message, please log o
morningman closed issue #2415: [Proposal] Use json as the main serialization
method of metadata
URL: https://github.com/apache/incubator-doris/issues/2415
This is an automated message from the Apache Git Service.
To respond
morningman closed issue #2474: Cumulative compaction no longer works after BE
starts for a while
URL: https://github.com/apache/incubator-doris/issues/2474
This is an automated message from the Apache Git Service.
To respond
morningman closed issue #2631: [Rowset Reader] Rowset reader is too slow for
merge reading
URL: https://github.com/apache/incubator-doris/issues/2631
This is an automated message from the Apache Git Service.
To respond to th
morningman closed issue #2551: [Compaction] Support compact only one rowset
URL: https://github.com/apache/incubator-doris/issues/2551
This is an automated message from the Apache Git Service.
To respond to the message, pleas
morningman closed issue #2656: [AlphaRowset] num_segments field is not set
URL: https://github.com/apache/incubator-doris/issues/2656
This is an automated message from the Apache Git Service.
To respond to the message, please
morningman closed issue #2633: [Compaction] Too many compaction tasks run out
of memory
URL: https://github.com/apache/incubator-doris/issues/2633
This is an automated message from the Apache Git Service.
To respond to the m
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 13e5fdd [AlphaRowset] set num_segments field in rowset meta if
missing (#2658)
add 367b4c0 [Doc]Remov
imay merged pull request #2694: Remove used doc content about be_rpc_port
URL: https://github.com/apache/incubator-doris/pull/2694
This is an automated message from the Apache Git Service.
To respond to the message, please lo
caiconghui opened a new issue #2695: Remove used doc content about be_rpc_port
URL: https://github.com/apache/incubator-doris/issues/2695
For current or later version of doris, the be_rpc_port is not used any more,
so remove the doc content about be_rpc_port to escape confused
caiconghui commented on issue #2694: Remove used doc content about be_rpc_port
URL: https://github.com/apache/incubator-doris/pull/2694#issuecomment-571603359
#2695
This is an automated message from the Apache Git Service.
To
caiconghui opened a new pull request #2694: Remove used doc content about
be_rpc_port
URL: https://github.com/apache/incubator-doris/pull/2694
Remove used doc content about be_rpc_port
This is an automated message from the Ap
morningman commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363759910
##
File path: samples/connect/cpp/my_doris.cpp
##
@@ -0,0 +1,156 @@
+// Licensed to the Apache Software Foundation (
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4e2f01a [Compaction] Fix a bug that CumulativeCompaction compares
time of different precision (#2693)
morningman merged pull request #2658: [AlphaRowset] set num_segments field in
rowset meta if missing
URL: https://github.com/apache/incubator-doris/pull/2658
This is an automated message from the Apache Git Service.
To respo
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 844ccaa Remove boost filesystem exception in FileUtils (#2692)
add 4e2f01a [Compaction] Fix a bug that
imay merged pull request #2693: Fix a bug that CumulativeCompaction compares
time of different precision
URL: https://github.com/apache/incubator-doris/pull/2693
This is an automated message from the Apache Git Service.
To r
This is an automated email from the ASF dual-hosted git repository.
lingbin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 7d2610d Change bitmap functions return type to BITMAP (#2690)
add 844ccaa Remove boost filesystem ex
lingbin merged pull request #2692: Remove boost filesystem exception in
FileUtils
URL: https://github.com/apache/incubator-doris/pull/2692
This is an automated message from the Apache Git Service.
To respond to the message,
gaodayue opened a new pull request #2693: Fix a bug that CumulativeCompaction
compares time of different precision
URL: https://github.com/apache/incubator-doris/pull/2693
Related to #2473 and #2558 .
`time(NULL)` returns second-resolution timestamp, however all compaction
related t
lingbin closed pull request #2692: Remove boost filesystem exception in
FileUtils
URL: https://github.com/apache/incubator-doris/pull/2692
This is an automated message from the Apache Git Service.
To respond to the message,
lingbin opened a new pull request #2692: Remove boost filesystem exception in
FileUtils
URL: https://github.com/apache/incubator-doris/pull/2692
If `errer_code` is provided, then the `boost::filesystem` functions
will not throw an exception, so we do not need to catch it.
--
lingbin opened a new pull request #2692: Remove boost filesystem exception in
FileUtils
URL: https://github.com/apache/incubator-doris/pull/2692
If `errer_code` is provided, then the `boost::filesystem` functions
will not throw an exception, so we do not need to catch it.
--
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and
bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714786
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -388,6 +388,54 @@ BigIntVal
BitmapFunctions::bitma
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and
bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714786
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -388,6 +388,54 @@ BigIntVal
BitmapFunctions::bitma
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and
bitmap_or
URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714582
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -388,6 +388,54 @@ BigIntVal
BitmapFunctions::bitma
kangpinghuang opened a new pull request #2691: add rowset state
URL: https://github.com/apache/incubator-doris/pull/2691
1. add rowset state to rowset
2. add close api to rowset to release resources
issue: #2665
This is
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 852046d Fix incompatibility with arm architecture in olap #2645
(#2682)
add 7d2610d Change bitmap fun
imay merged pull request #2690: Change bitmap functions return type to BITMAP
URL: https://github.com/apache/incubator-doris/pull/2690
This is an automated message from the Apache Git Service.
To respond to the message, pleas
imay merged pull request #2682: Fix incompatibility with arm architecture in
olap #2645
URL: https://github.com/apache/incubator-doris/pull/2682
This is an automated message from the Apache Git Service.
To respond to the mes
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 72fd745 [Load] Fix broker load's file format npe bug (#2689)
add 852046d Fix incompatibility with arm
kangkaisen closed issue #2669: We need balance more faster when BE Decommission
or Added
URL: https://github.com/apache/incubator-doris/issues/2669
This is an automated message from the Apache Git Service.
To respond to the
kangkaisen closed issue #2675: A lot of `LockTimeoutException` in FE warn log
URL: https://github.com/apache/incubator-doris/issues/2675
This is an automated message from the Apache Git Service.
To respond to the message, ple
kangkaisen opened a new pull request #2690: Change bitmap functions return type
to BITMAP
URL: https://github.com/apache/incubator-doris/pull/2690
For https://github.com/apache/incubator-doris/issues/2533
Change bitmap functions return type to BITMAP, to make other use add a
bitmap
morningman merged pull request #2689: fix broker load's file format npe bug
URL: https://github.com/apache/incubator-doris/pull/2689
This is an automated message from the Apache Git Service.
To respond to the message, please
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 72fd745 [Load] Fix broker load's f
kangpinghuang opened a new pull request #2689: fix broker load's file format
npe bug
URL: https://github.com/apache/incubator-doris/pull/2689
fix broker load failure without specifying file format
This is an automated message
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363625467
##
File path: samples/connect/cpp/MyDB.cpp
##
@@ -0,0 +1,154 @@
+// Licensed to the Apache Software Foundation (ASF) un
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626207
##
File path: samples/connect/cpp/MyDB.cpp
##
@@ -0,0 +1,154 @@
+// Licensed to the Apache Software Foundation (ASF) un
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626528
##
File path: samples/connect/cpp/MyDB.h
##
@@ -0,0 +1,38 @@
+// Licensed to the Apache Software Foundation (ASF) under
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624901
##
File path: samples/connect/cpp/MyDB.cpp
##
@@ -0,0 +1,154 @@
+// Licensed to the Apache Software Foundation (ASF) un
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624947
##
File path: samples/connect/cpp/MyDB.cpp
##
@@ -0,0 +1,154 @@
+// Licensed to the Apache Software Foundation (ASF) un
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624824
##
File path: samples/connect/cpp/MyDB.h
##
@@ -0,0 +1,38 @@
+// Licensed to the Apache Software Foundation (ASF) under
chaoyli commented on a change in pull request #2685: add cpp connect sample
URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626484
##
File path: samples/connect/cpp/MyDB.h
##
@@ -0,0 +1,38 @@
+// Licensed to the Apache Software Foundation (ASF) under
76 matches
Mail list logo