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 d46fc59 Add send_clear_alter_tasks operation
add b72a4a4 Add tablet meta checkpoint mechanism (#1936)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.h | 4 +
be/src/olap/data_dir.cpp | 23 ++---
be/src/olap/olap_server.cpp | 10 ++
be/src/olap/rowset/rowset.h | 4 +
be/src/olap/rowset/rowset_meta.h | 4 +
be/src/olap/schema_change.cpp | 7 +-
be/src/olap/storage_engine.cpp | 63 ++++++++++++
be/src/olap/storage_engine.h | 7 ++
be/src/olap/tablet.cpp | 116 ++++++++++++++++++++++-
be/src/olap/tablet.h | 13 ++-
be/src/olap/tablet_manager.cpp | 27 +++++-
be/src/olap/tablet_manager.h | 2 +
be/src/olap/task/engine_publish_version_task.cpp | 2 -
13 files changed, 256 insertions(+), 26 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]