You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/10/21 08:05:24 UTC

[incubator-doris] branch master updated (58c882f -> 8aa2cbe)

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 58c882f  Remove SchemaChangeV1 (#2014)
     add 8aa2cbe  Load Rowset only once in a thread-safe manner (#2022)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/rowset/alpha_rowset.cpp             | 29 ++------------
 be/src/olap/rowset/alpha_rowset.h               |  9 ++---
 be/src/olap/rowset/beta_rowset.cpp              | 34 +++++-----------
 be/src/olap/rowset/beta_rowset.h                |  4 +-
 be/src/olap/rowset/rowset.cpp                   |  4 ++
 be/src/olap/rowset/rowset.h                     | 17 ++++----
 be/src/olap/rowset/segment_v2/column_reader.cpp |  4 ++
 be/src/olap/rowset/segment_v2/column_reader.h   |  5 +++
 be/src/olap/rowset/segment_v2/segment.cpp       | 49 +++++++++++++----------
 be/src/olap/rowset/segment_v2/segment.h         | 37 ++++++++++++-----
 be/src/olap/tablet.cpp                          |  2 +-
 be/src/olap/tablet.h                            |  4 +-
 be/src/util/once.h                              | 53 ++++++++++++++++++-------
 be/test/olap/rowset/segment_v2/segment_test.cpp | 20 +++++-----
 14 files changed, 146 insertions(+), 125 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org