kangkaisen opened a new issue #1964: Critical bug: FE image file maybe write
wrong
URL: https://github.com/apache/incubator-doris/issues/1964
**Describe the bug**
Yesterday, I found the FE image file in our prod env is wrong when I
restart one OBSERVER node. The FE image file lost one
xionglei0 commented on issue #1962: alter task is running and won't finished
URL:
https://github.com/apache/incubator-doris/issues/1962#issuecomment-541292854

---
xionglei0 opened a new pull request #1963: add alter table modify limit: Cannot
change DATETIME to DATE
URL: https://github.com/apache/incubator-doris/pull/1963
fix bug:https://github.com/apache/incubator-doris/issues/1962
Th
xionglei0 opened a new issue #1962: alter task is running and won't finished
URL: https://github.com/apache/incubator-doris/issues/1962
**Describe the bug**
alter task is running but won't finished, while execute:
alter table bb_255_demo_focus_in modify column create_date date;
![i
chaoyli commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r334223784
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -811,26 +824,22 @@ OLAPStatus
EngineCloneTask::_clo
morningman merged pull request #1961: Tablet report does not set version miss
URL: https://github.com/apache/incubator-doris/pull/1961
This is an automated message from the Apache Git Service.
To respond to the message, pleas
chaoyli commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r334223608
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -760,15 +775,14 @@ OLAPStatus
EngineCloneTask::_clo
worker24h opened a new pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
1. Add fixed partitions. for example:
ALTER TABLE test_table ADD PARTITION p0125 VALUES [("20190125"),
("20190126"));
morningman closed pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
chaoyli commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r334223608
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -760,15 +775,14 @@ OLAPStatus
EngineCloneTask::_clo
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 4678ec8 Delete unused log (#1957)
add 7370b44 Tablet report does not set version miss (#1961)
No
morningman closed pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
worker24h opened a new pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
1. Add fixed partitions. for example:
ALTER TABLE test_table ADD PARTITION p0125 VALUES [("20190125"),
("20190126"));
morningman closed pull request #1961: Tablet report does not set version miss
URL: https://github.com/apache/incubator-doris/pull/1961
This is an automated message from the Apache Git Service.
To respond to the message, pleas
yiguolei opened a new pull request #1961: Tablet report does not set version
miss
URL: https://github.com/apache/incubator-doris/pull/1961
#1960
1. Move build tablet info to tablet since it requires a lot of information
and need meta lock.
2. Using struct as Version type, overrid
morningman closed pull request #1961: #1960 Tablet report does not set version
miss
URL: https://github.com/apache/incubator-doris/pull/1961
This is an automated message from the Apache Git Service.
To respond to the message
yiguolei opened a new pull request #1961: #1960 Tablet report does not set
version miss
URL: https://github.com/apache/incubator-doris/pull/1961
#1960
1. Move build tablet info to tablet since it requires a lot of information
and need meta lock.
2. Using struct as Version type, o
morningman closed pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
worker24h opened a new pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
1. Add fixed partitions. for example:
ALTER TABLE test_table ADD PARTITION p0125 VALUES [("20190125"),
("20190126"));
wangbo closed pull request #1944: Segment v2 use string's real length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944
This is an automated message from the Apache Git Service.
To respond to the message, please
wangbo opened a new pull request #1944: Segment v2 use string's real
length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944
#1943
This is an automated message from the Apache Git Service.
To respond to the mes
wangbo commented on a change in pull request #1944: Segment v2 use string's
real length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r334218215
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size
imay commented on a change in pull request #1944: Segment v2 use string's real
length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r334218061
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size()
wangbo commented on a change in pull request #1944: Segment v2 use string's
real length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r334217064
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334216796
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache So
chaoyli commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r334216124
##
File path: be/src/olap/compaction.cpp
##
@@ -110,44 +110,22 @@ OLAPStatus Compaction::construct_input_rowset
yiguolei opened a new pull request #1961: #1960 Tablet report does not set
version miss
URL: https://github.com/apache/incubator-doris/pull/1961
#1960
1. Move build tablet info to tablet since it requires a lot of information
and need meta lock.
2. Using struct as Version type, o
yiguolei opened a new issue #1960: Tablet report info does not set version miss
parameter when the tablet is bad
URL: https://github.com/apache/incubator-doris/issues/1960
If the tablet has missing versions, it should set version miss parameter
during reporting to FE. FE depends on this pa
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334215585
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache So
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334215594
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache So
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334215568
##
File path: be/src/runtime/load_channel.h
##
@@ -0,0 +1,82 @@
+// Licensed to the Apache Softw
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334215383
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apach
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r333912647
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -760,15 +775,14 @@ OLAPStatus
EngineCloneTask::_cl
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r02108
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -1424,4 +1418,13 @@ TabletSharedPtr
TabletManager::_get_ta
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r333914253
##
File path: be/src/olap/task/engine_publish_version_task.cpp
##
@@ -104,7 +104,7 @@ OLAPStatus EnginePublish
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r333914019
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -811,26 +824,22 @@ OLAPStatus
EngineCloneTask::_cl
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r333914903
##
File path: be/src/olap/task/engine_storage_migration_task.cpp
##
@@ -246,7 +246,8 @@ OLAPStatus
EngineStor
yiguolei commented on a change in pull request #1945: And multi-path in
RowsetGraph
URL: https://github.com/apache/incubator-doris/pull/1945#discussion_r333903002
##
File path: be/src/olap/compaction.cpp
##
@@ -110,44 +110,22 @@ OLAPStatus Compaction::construct_input_rowse
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334214848
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apach
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334214827
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apach
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334213031
##
File path: be/src/runtime/tablets_channel.h
##
@@ -73,10 +75,15 @@ class TabletsChannel {
morningman commented on a change in pull request #1954: Limit the memory usage
of Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334213010
##
File path: be/src/runtime/load_channel_mgr.h
##
@@ -30,25 +28,23 @@
#include "gen_cpp/PaloIn
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/fe/io.netty-netty-all-4.1.42.Final
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
at b4dfd5b Bump netty-all from 4.1.25.Final to 4.1.42.Final
dependabot[bot] opened a new pull request #1959: Bump netty-all from
4.1.25.Final to 4.1.42.Final in /fe
URL: https://github.com/apache/incubator-doris/pull/1959
Bumps [netty-all](https://github.com/netty/netty) from 4.1.25.Final to
4.1.42.Final.
Commits
-
[`bd907c3`](https:
imay commented on a change in pull request #1931: Support segment zone map
URL: https://github.com/apache/incubator-doris/pull/1931#discussion_r334042668
##
File path: be/src/olap/rowset/segment_v2/segment.cpp
##
@@ -50,17 +52,69 @@ Status Segment::open() {
RETURN_IF_E
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 4678ec8 Delete unused log (#1957)
4678e
imay merged pull request #1957: Delete unused log
URL: https://github.com/apache/incubator-doris/pull/1957
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
imay commented on a change in pull request #1944: Segment v2 use string's real
length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r334041009
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size()
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333964622
##
File path: be/src/runtime/load_channel.h
##
@@ -0,0 +1,82 @@
+// Licensed to the Apache Software Fo
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333951100
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apache Soft
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333965830
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333971627
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333950142
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apache Soft
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333940204
##
File path: be/src/runtime/tablets_channel.h
##
@@ -73,10 +75,15 @@ class TabletsChannel {
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333948372
##
File path: be/src/runtime/load_channel_mgr.cpp
##
@@ -0,0 +1,164 @@
+// Licensed to the Apache Soft
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333938830
##
File path: be/src/runtime/load_channel_mgr.h
##
@@ -30,25 +28,23 @@
#include "gen_cpp/PaloInternal
imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r333965561
##
File path: be/src/runtime/load_channel.cpp
##
@@ -0,0 +1,163 @@
+// Licensed to the Apache Software
wuyunfeng opened a new pull request #1958: Add apache arrow IPC module for
Spark-Doris-Connector usage
URL: https://github.com/apache/incubator-doris/pull/1958
Introduce IPC module: apache arrow serialization would be used for
data-interaction between Spark and Doris
---
kangpinghuang opened a new pull request #1957: Delete unused log
URL: https://github.com/apache/incubator-doris/pull/1957
Delete unused log when delete files in segmet group.
when tablet is deleted ahead, delete rowsets' files of tablet will print
unused log.
---
chaoyli merged pull request #1956: Fix bug that OlapTableSink use invalid
column as distribution column for RANDOM distribution table
URL: https://github.com/apache/incubator-doris/pull/1956
This is an automated message from
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 71731b2 Ignore some compaction errors to reduce logs (#1955)
add bbb3fde Fix bug that OlapTableSi
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 71731b2 Ignore some compaction err
morningman merged pull request #1955: Ignore some compaction errors to reduce
logs
URL: https://github.com/apache/incubator-doris/pull/1955
This is an automated message from the Apache Git Service.
To respond to the message,
morningman opened a new pull request #1956: Fix bug that OlapTableSink use
invalid column as distribution column for RANDOM distribution table
URL: https://github.com/apache/incubator-doris/pull/1956
RANDOM distribution is deprecated long time ago, this is just for
compatibility and bug fi
yiguolei opened a new pull request #1955: Ignore some compaction errors to
reduce logs
URL: https://github.com/apache/incubator-doris/pull/1955
BE prints lots of WARNING logs when base compaction or cumulative compaction
do not meet condition. Change its log level to INFO and do not treat
imay closed issue #1947: Add tdigest compression param for pencentile_approx
function
URL: https://github.com/apache/incubator-doris/issues/1947
This is an automated message from the Apache Git Service.
To respond to the mes
imay merged pull request #1939: Added: Add tdigest compression param for
pencentile_approx function
URL: https://github.com/apache/incubator-doris/pull/1939
This is an automated message from the Apache Git Service.
To respon
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 4a17152 Add tdigest compression param f
worker24h opened a new pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
1. Add fixed partitions. for example:
ALTER TABLE test_table ADD PARTITION p0125 VALUES [("20190125"),
("20190126"));
morningman closed pull request #1679: Add fixed partitions
URL: https://github.com/apache/incubator-doris/pull/1679
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
wangbo commented on a change in pull request #1944: Segment v2 use string's
real length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r333915743
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size
morningman opened a new pull request #1954: Limit the memory usage of Loading
process
URL: https://github.com/apache/incubator-doris/pull/1954
Current load framework using memtable to receive incoming loading data and
flush to disk when reaching limit (default is 100MB).
Each tablet cor
wangbo commented on a change in pull request #1944: Segment v2 use string's
real length(#1943)
URL: https://github.com/apache/incubator-doris/pull/1944#discussion_r333915743
##
File path: be/src/olap/field.h
##
@@ -55,9 +55,11 @@ class Field {
inline size_t field_size
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
discard 1a9aa70 Fix heap-buffer-overflow in split_part() function in
StringFunctions
add 6c24641 Add tim
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 948f497 Fix some warning when compile t
imay merged pull request #1953: Fix some error when compile type is debug using
-Werror flag
URL: https://github.com/apache/incubator-doris/pull/1953
This is an automated message from the Apache Git Service.
To respond to th
chaoyli merged pull request #1950: Refactor txn manager methods
URL: https://github.com/apache/incubator-doris/pull/1950
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d5493fb Replace std::regex with RE2 (#1930)
add 0e4b375 Refactor txn manager methods (#1950)
No
shengyunyao closed pull request #1939: Added: Add tdigest compression param for
pencentile_approx function
URL: https://github.com/apache/incubator-doris/pull/1939
This is an automated message from the Apache Git Service.
To
shengyunyao opened a new pull request #1939: Added: Add tdigest compression
param for pencentile_approx function
URL: https://github.com/apache/incubator-doris/pull/1939
Add tdigest compression param for pencentile_approx function. The
compression param should be in range (0, 1] and we
yangzhg commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333896301
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +
yangzhg commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333896301
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +
yangzhg commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333895995
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +
yangzhg commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333895960
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +
imay closed issue #1920: Alter column to null throw exception "Cannot shorten
string length"
URL: https://github.com/apache/incubator-doris/issues/1920
This is an automated message from the Apache Git Service.
To respond to
imay closed issue #1881: Memory check before checkpoint is inaccurate
URL: https://github.com/apache/incubator-doris/issues/1881
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay closed issue #1940: Loading failed when upgrading Doris from 0.9.x to
0.10.x
URL: https://github.com/apache/incubator-doris/issues/1940
This is an automated message from the Apache Git Service.
To respond to the message
imay closed issue #1897: HLL column may store null value
URL: https://github.com/apache/incubator-doris/issues/1897
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
imay closed issue #1877: View instance takes too much memory
URL: https://github.com/apache/incubator-doris/issues/1877
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
imay closed issue #1868: Restore job download empty file from repository
URL: https://github.com/apache/incubator-doris/issues/1868
This is an automated message from the Apache Git Service.
To respond to the message, please l
imay commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333884198
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +176
imay commented on a change in pull request #1952: add create_time to
information_schema.tables (issue #1909)
URL: https://github.com/apache/incubator-doris/pull/1952#discussion_r333884276
##
File path: be/src/exec/schema_scanner/schema_tables_scanner.cpp
##
@@ -176,15 +176
shengyunyao commented on a change in pull request #1939: Added: Add tdigest
compression param for pencentile_approx function
URL: https://github.com/apache/incubator-doris/pull/1939#discussion_r333880955
##
File path: be/src/exprs/aggregate_functions.cpp
##
@@ -234,19 +234
yangzhg opened a new pull request #1953: Fix some warning when compile type is
debug using -Werror flag
URL: https://github.com/apache/incubator-doris/pull/1953
Fix some warning when compile type is debug using -Werror flag, because of
use deprecated funcrtions
---
imay commented on a change in pull request #1939: Added: Add tdigest
compression param for pencentile_approx function
URL: https://github.com/apache/incubator-doris/pull/1939#discussion_r333871154
##
File path: be/src/exprs/aggregate_functions.cpp
##
@@ -234,19 +234,29 @@
imay closed issue #1928: Regex usage should be improved
URL: https://github.com/apache/incubator-doris/issues/1928
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
imay merged pull request #1930: Replace std::regex with RE2
URL: https://github.com/apache/incubator-doris/pull/1930
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
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 d5493fb Replace std::regex with RE2 (#1
yiguolei commented on a change in pull request #1950: Refactor txn manager
methods
URL: https://github.com/apache/incubator-doris/pull/1950#discussion_r333861059
##
File path: be/src/olap/txn_manager.cpp
##
@@ -76,6 +76,33 @@ TxnManager::TxnManager() {
}
}
+OLAPSta
99 matches
Mail list logo