[GitHub] [incubator-doris] yangzhg opened a new pull request #3278: Optimzie where cluase when have duplicate ors

2020-04-07 Thread GitBox
yangzhg opened a new pull request #3278: Optimzie where cluase when have duplicate ors URL: https://github.com/apache/incubator-doris/pull/3278 improve performent describe in #3245 for example sql ``` select avg(ss_quantity), avg(ss_ext_sales_price), avg(ss_ext_w

[GitHub] [incubator-doris] XShun commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
XShun commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610766177 The resource of our cluster is very nervous, so I can't use ASAN to analysis this problem. If the memory in your cluster is ample, h

[GitHub] [incubator-doris] imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch

2020-04-07 Thread GitBox
imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch URL: https://github.com/apache/incubator-doris/pull/3277#discussion_r405245915 ## File path: be/src/exec/es/es_predicate.h ## @@ -85,6 +86,15 @@ struct

[GitHub] [incubator-doris] imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch

2020-04-07 Thread GitBox
imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch URL: https://github.com/apache/incubator-doris/pull/3277#discussion_r405249722 ## File path: be/src/exec/es/es_query_builder.cpp ## @@ -359,6 +370,17 @

[GitHub] [incubator-doris] imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch

2020-04-07 Thread GitBox
imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch URL: https://github.com/apache/incubator-doris/pull/3277#discussion_r405246814 ## File path: be/src/exec/es/es_predicate.cpp ## @@ -384,10 +390,27 @@ S

[GitHub] [incubator-doris] imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch

2020-04-07 Thread GitBox
imay commented on a change in pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch URL: https://github.com/apache/incubator-doris/pull/3277#discussion_r405250902 ## File path: be/src/exec/es/es_predicate.cpp ## @@ -384,10 +390,27 @@ S

[GitHub] [incubator-doris] chaoyli commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
chaoyli commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610743384 I double that memory is written dirty, you can can ASAN sanitizer to found the problem. You can replace one node to found the p

[GitHub] [incubator-doris] gaodayue commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
gaodayue commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610742201 Not as high as yours, we run into this problem about once a week

[GitHub] [incubator-doris] imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#discussion_r405242465 ## File path: be/src/olap/rowset/rowset.cpp ## @@ -65,6 +67,9 @@ void Rowset::make_visible(Version

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#discussion_r405241070 ## File path: be/src/olap/rowset/rowset.cpp ## @@ -65,6 +67,9 @@ void Rowset::make_visible(Vers

[GitHub] [incubator-doris] gaodayue commented on issue #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue commented on issue #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#issuecomment-610730176 @imay that's great, let me rebase This is an automated message fro

[GitHub] [incubator-doris] imay commented on issue #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
imay commented on issue #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#issuecomment-610729740 Hi, @gaodayue After #3264 is merged, backend's configure can be changed without restart. Better to make cumulative_compaction_skip_

[incubator-doris] branch master updated: [config] Support to modify configs when BE is running without restarting (#3264)

2020-04-07 Thread zhaoc
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 8fc284d [config] Support to modify conf

[GitHub] [incubator-doris] imay merged pull request #3264: [config] Support to modify configs when BE is running without restarting

2020-04-07 Thread GitBox
imay merged pull request #3264: [config] Support to modify configs when BE is running without restarting URL: https://github.com/apache/incubator-doris/pull/3264 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] imay closed issue #3268: Support to update configs without restarting BE

2020-04-07 Thread GitBox
imay closed issue #3268: Support to update configs without restarting BE URL: https://github.com/apache/incubator-doris/issues/3268 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay commented on issue #3273: fragment mem tracker doesn't be unregistered from parent

2020-04-07 Thread GitBox
imay commented on issue #3273: fragment mem tracker doesn't be unregistered from parent URL: https://github.com/apache/incubator-doris/issues/3273#issuecomment-610726619 @vagetablechicken Thanks for you careful explain, I see now. --

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch

2020-04-07 Thread GitBox
wuyunfeng opened a new pull request #3277: [Doris on es] Support compound_and predicate push down to Elasticsearch URL: https://github.com/apache/incubator-doris/pull/3277 Relate Issue: https://github.com/apache/incubator-doris/issues/3248 SQL: ``` select * from test wh

[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

2020-04-07 Thread GitBox
XShun commented on issue #3073: BE may be crashed due to brpc? URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723230 Similar to this issue: https://github.com/apache/incubator-doris/issues/2466 Thi

[GitHub] [incubator-doris] XShun removed a comment on issue #3073: BE may be crashed due to brpc?

2020-04-07 Thread GitBox
XShun removed a comment on issue #3073: BE may be crashed due to brpc? URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723025 Similar to this issue: https://github.com/apache/incubator-doris/issues/2466

[GitHub] [incubator-doris] XShun commented on issue #3073: BE may be crashed due to brpc?

2020-04-07 Thread GitBox
XShun commented on issue #3073: BE may be crashed due to brpc? URL: https://github.com/apache/incubator-doris/issues/3073#issuecomment-610723025 Similar to this issue: https://github.com/apache/incubator-doris/issues/2466 Thi

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3276: [refactor] A small refactor on class DataDir

2020-04-07 Thread GitBox
acelyc111 opened a new pull request #3276: [refactor] A small refactor on class DataDir URL: https://github.com/apache/incubator-doris/pull/3276 main refactor points are: - Use a single get_absolute_tablet_path function instead of 3 independent functions - Remove meaningless retu

[GitHub] [incubator-doris] XShun commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
XShun commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610719149 > Not yet. @gaodayue Does this problem occured frequently in your cluster? Our cluster may occur this problem once a day. --

[GitHub] [incubator-doris] XShun removed a comment on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
XShun removed a comment on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610718971 > Not yet. Does this problem occured frequently in your cluster? Our cluster may occur this problem once a day. ---

[GitHub] [incubator-doris] XShun commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
XShun commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610718971 > Not yet. Does this problem occured frequently in your cluster? Our cluster may occur this problem once a day.

[GitHub] [incubator-doris] vagetablechicken commented on issue #3273: fragment mem tracker doesn't be unregistered from parent

2020-04-07 Thread GitBox
vagetablechicken commented on issue #3273: fragment mem tracker doesn't be unregistered from parent URL: https://github.com/apache/incubator-doris/issues/3273#issuecomment-610717223 > @vagetablechicken > I'm not sure what is your mean by "the top level is needed". Could you please expl

[GitHub] [incubator-doris] imay merged pull request #3269: Optimize performance of TxnManager::build_expire_txn_map

2020-04-07 Thread GitBox
imay merged pull request #3269: Optimize performance of TxnManager::build_expire_txn_map URL: https://github.com/apache/incubator-doris/pull/3269 This is an automated message from the Apache Git Service. To respond to the me

[incubator-doris] branch master updated: Optimize performance of TxnManager::build_expire_txn_map (#3269)

2020-04-07 Thread zhaoc
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 d110629 Optimize performance of TxnMana

[GitHub] [incubator-doris] imay closed issue #3247: BE slow restart

2020-04-07 Thread GitBox
imay closed issue #3247: BE slow restart URL: https://github.com/apache/incubator-doris/issues/3247 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-doris] branch master updated: [Storage] Open data dirs parallelly (#3260)

2020-04-07 Thread zhaoc
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 162b1c5 [Storage] Open data dirs parall

[GitHub] [incubator-doris] imay merged pull request #3260: [Storage] open data dirs parallelly

2020-04-07 Thread GitBox
imay merged pull request #3260: [Storage] open data dirs parallelly URL: https://github.com/apache/incubator-doris/pull/3260 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#discussion_r404785994 ## File path: be/src/olap/rowset/rowset.cpp ## @@ -65,6 +67,9 @@ void Rowset::make_visible(Version

[GitHub] [incubator-doris] gaodayue opened a new pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue opened a new pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271 This CL fixes #3270 by skipping recently added version when performing cumulative compaction. A new config named "cumulative_compaction_skip_wind

[GitHub] [incubator-doris] gaodayue closed pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue closed pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#discussion_r404778443 ## File path: be/src/olap/rowset/rowset.cpp ## @@ -65,6 +67,9 @@ void Rowset::make_visible(Vers

[incubator-doris.wiki] branch master updated: Updated How to verify Apache Release (markdown)

2020-04-07 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.wiki.git The following commit(s) were added to refs/heads/master by this push: new 4dfb50e Updated How to verify

[incubator-doris.wiki] branch master updated: Updated How to verify Apache Release (markdown)

2020-04-07 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.wiki.git The following commit(s) were added to refs/heads/master by this push: new 5d53577 Updated How to verify

[incubator-doris] branch master updated: [Doc] Add example of timeout property in alter table stmt (#3274)

2020-04-07 Thread morningman
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 d0f8772 [Doc] Add example of timeo

[GitHub] [incubator-doris] morningman merged pull request #3274: Add example of timeout property in alter table stmt

2020-04-07 Thread GitBox
morningman merged pull request #3274: Add example of timeout property in alter table stmt URL: https://github.com/apache/incubator-doris/pull/3274 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] morningman opened a new issue #3275: [Bug] str_to_date error

2020-04-07 Thread GitBox
morningman opened a new issue #3275: [Bug] str_to_date error URL: https://github.com/apache/incubator-doris/issues/3275 **Describe the bug** ``` mysql> select str_to_date('11/09/2011', '%m/%d/%Y'); +---+ | str_to_date('11/09/2011', '%m/%d/%

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3274: Add example of timeout property in alter table stmt

2020-04-07 Thread GitBox
EmmyMiao87 opened a new pull request #3274: Add example of timeout property in alter table stmt URL: https://github.com/apache/incubator-doris/pull/3274 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] imay commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230"

2020-04-07 Thread GitBox
imay commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230" URL: https://github.com/apache/incubator-doris/issues/3270#issuecomment-610278510 > We use a straightforward approach to avoid compacting recently added version, which works well in practice.

[GitHub] [incubator-doris] imay commented on issue #3273: fragment mem tracker doesn't be unregistered from parent

2020-04-07 Thread GitBox
imay commented on issue #3273: fragment mem tracker doesn't be unregistered from parent URL: https://github.com/apache/incubator-doris/issues/3273#issuecomment-610274100 @vagetablechicken I'm not sure what is your mean by "the top level is needed". Could you please explain more carefu

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3273: fragment mem tracker doesn't be unregistered from parent

2020-04-07 Thread GitBox
vagetablechicken opened a new issue #3273: fragment mem tracker doesn't be unregistered from parent URL: https://github.com/apache/incubator-doris/issues/3273 **Describe the bug** MemTracker ctor will do https://github.com/apache/incubator-doris/blob/83b5455be57d00ef89f9bf6688e05503a

svn commit: r38839 - in /dev/incubator/doris/0.12.0-rc03: ./ apache-doris-0.12.0-incubating-src.tar.gz apache-doris-0.12.0-incubating-src.tar.gz.asc apache-doris-0.12.0-incubating-src.tar.gz.sha512

2020-04-07 Thread lichaoyong
Author: lichaoyong Date: Tue Apr 7 09:04:02 2020 New Revision: 38839 Log: Add 0.12.0-rc03 Added: dev/incubator/doris/0.12.0-rc03/ dev/incubator/doris/0.12.0-rc03/apache-doris-0.12.0-incubating-src.tar.gz (with props) dev/incubator/doris/0.12.0-rc03/apache-doris-0.12.0-incubating-

[GitHub] [incubator-doris] gaodayue commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
gaodayue commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610268734 Not yet. This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] XShun commented on issue #2466: BE occasionally crashes in DataStreamSender

2020-04-07 Thread GitBox
XShun commented on issue #2466: BE occasionally crashes in DataStreamSender URL: https://github.com/apache/incubator-doris/issues/2466#issuecomment-610266750 @gaodayue Hi, have you found where the problem is? This is an autom

[incubator-doris] annotated tag 0.12.0-rc03 updated (4a5c3cb -> 2bb1232)

2020-04-07 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to annotated tag 0.12.0-rc03 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.12.0-rc03 was modified! *** from 4a5c3cb (commit) to 2bb1232 (tag) t

[incubator-doris] 01/01: Add License to codes

2020-04-07 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0cc7476c8c6df213df8c00052c9e9b81b560bfe5 Author: lichaoyong AuthorDate: Tue Apr 7 16:24:47 2020 +0800

[incubator-doris] branch branch-0.12 updated (d4df588 -> 0cc7476)

2020-04-07 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. omit d4df588 Add config: tablet writer open rpc timeout (#3258) add 2ed184e Add config: tablet wr

[incubator-doris] branch master updated: [License] Add License to codes (#3272)

2020-04-07 Thread morningman
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 c9c5834 [License] Add License to c

[GitHub] [incubator-doris] morningman merged pull request #3272: Add License to codes

2020-04-07 Thread GitBox
morningman merged pull request #3272: Add License to codes URL: https://github.com/apache/incubator-doris/pull/3272 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
imay commented on a change in pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271#discussion_r404629225 ## File path: be/src/olap/rowset/rowset.cpp ## @@ -65,6 +67,9 @@ void Rowset::make_visible(Version

[GitHub] [incubator-doris] gaodayue commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230"

2020-04-07 Thread GitBox
gaodayue commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230" URL: https://github.com/apache/incubator-doris/issues/3270#issuecomment-610250711 We use a straightforward approach to avoid compacting recently added version, which works well in practice.

[GitHub] [incubator-doris] chaoyli opened a new pull request #3272: Add License to codes

2020-04-07 Thread GitBox
chaoyli opened a new pull request #3272: Add License to codes URL: https://github.com/apache/incubator-doris/pull/3272 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230"

2020-04-07 Thread GitBox
imay commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230" URL: https://github.com/apache/incubator-doris/issues/3270#issuecomment-610245714 Good analysis. Do you have a good idea to solve this problem? By the way, it is too long to analysis a query i

[GitHub] [incubator-doris] gaodayue opened a new pull request #3271: [Bug] Avoid compacting recently added rowset

2020-04-07 Thread GitBox
gaodayue opened a new pull request #3271: [Bug] Avoid compacting recently added rowset URL: https://github.com/apache/incubator-doris/pull/3271 This CL fixes #3270 by skipping recently added version when performing cumulative compaction. A new config named "cumulative_compaction_skip_wind

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-07 Thread GitBox
vagetablechicken commented on a change in pull request #3260: [Storage] open data dirs parallelly URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r404618508 ## File path: be/src/olap/storage_engine.cpp ## @@ -185,6 +177,39 @@ OLAPStatus StorageEngine::_

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230"

2020-04-07 Thread GitBox
HangyuanLiu commented on issue #3270: Query failed by "failed to initialize storage reader, res=-230" URL: https://github.com/apache/incubator-doris/issues/3270#issuecomment-610241476 We had the same problem #2962 ,also because be load too much

[GitHub] [incubator-doris] gaodayue opened a new issue #3270: Query failed by "failed to initialize storage reader, res=-230"

2020-04-07 Thread GitBox
gaodayue opened a new issue #3270: Query failed by "failed to initialize storage reader, res=-230" URL: https://github.com/apache/incubator-doris/issues/3270 When load frequency is high and query planning took several seconds, FE may query an already compacted tablet version which results

[GitHub] [incubator-doris] imay commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-07 Thread GitBox
imay commented on a change in pull request #3260: [Storage] open data dirs parallelly URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r404604869 ## File path: be/src/olap/storage_engine.cpp ## @@ -185,6 +177,39 @@ OLAPStatus StorageEngine::_open() {

[GitHub] [incubator-doris] imay commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-07 Thread GitBox
imay commented on a change in pull request #3260: [Storage] open data dirs parallelly URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r404605453 ## File path: be/src/olap/storage_engine.cpp ## @@ -185,6 +177,39 @@ OLAPStatus StorageEngine::_open() {

[GitHub] [incubator-doris] ighack commented on issue #3131: Unknown host repository.cloudera.com: Name or service not known

2020-04-07 Thread GitBox
ighack commented on issue #3131: Unknown host repository.cloudera.com: Name or service not known URL: https://github.com/apache/incubator-doris/issues/3131#issuecomment-610233316 I just build it again,it works I don't know why. -

[GitHub] [incubator-doris] gaodayue commented on issue #3269: Optimize performance of TxnManager::build_expire_txn_map

2020-04-07 Thread GitBox
gaodayue commented on issue #3269: Optimize performance of TxnManager::build_expire_txn_map URL: https://github.com/apache/incubator-doris/pull/3269#issuecomment-610223198 > By the way, could you please add some label to this PR, like performance and storage engine? Sure, added.

[GitHub] [incubator-doris] gaodayue edited a comment on issue #3269: Optimize performance of TxnManager::build_expire_txn_map

2020-04-07 Thread GitBox
gaodayue edited a comment on issue #3269: Optimize performance of TxnManager::build_expire_txn_map URL: https://github.com/apache/incubator-doris/pull/3269#issuecomment-610223198 > By the way, could you please add some label to this PR, like performance and storage engine? Sure, add