This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a change to branch revert-52959-0708-index-leak
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5824a3a1120 Revert "[ci](nonConcurrent) suppress leaks about index 
(#52959)"
     add 28c6c663df8 [improve](statistics)Remove write editlog for update rows, 
use update editlog. (#53149)
     add 9cb6c47855f [fix](inverted index) fix index memeory leak and refact 
some code (#53164)
     add 0469b3a9a4e Merge branch 'master' into revert-52959-0708-index-leak

No new revisions were added by this update.

Summary of changes:
 be/src/clucene                                     |  2 +-
 .../olap/rowset/segment_v2/index_file_reader.cpp   | 42 +++++------
 be/src/olap/rowset/segment_v2/index_file_reader.h  |  7 +-
 .../rowset/segment_v2/index_storage_format.cpp     | 87 +++++++++++-----------
 .../rowset/segment_v2/index_storage_format_v1.cpp  | 17 ++---
 .../segment_v2/inverted_index/util/term_iterator.h |  2 +-
 .../inverted_index/util/term_position_iterator.h   |  2 +-
 .../segment_v2/inverted_index_compaction.cpp       | 16 ++--
 .../segment_v2/inverted_index_compound_reader.cpp  | 75 +++++++++----------
 .../segment_v2/inverted_index_compound_reader.h    | 23 +++---
 .../segment_v2/inverted_index_fs_directory.cpp     | 18 +++--
 .../rowset/segment_v2/inverted_index_writer.cpp    | 19 +++--
 .../inverted_index_compound_reader_test.cpp        | 58 +++++++--------
 .../apache/doris/alter/SchemaChangeHandler.java    |  4 +
 .../org/apache/doris/alter/SchemaChangeJobV2.java  |  5 +-
 .../main/java/org/apache/doris/catalog/Env.java    | 11 ++-
 .../apache/doris/datasource/InternalCatalog.java   | 11 ++-
 .../java/org/apache/doris/persist/EditLog.java     |  5 ++
 .../apache/doris/persist/TruncateTableInfo.java    | 10 ++-
 .../apache/doris/service/FrontendServiceImpl.java  |  6 +-
 .../apache/doris/statistics/AnalysisManager.java   | 45 ++++-------
 .../doris/statistics/StatisticsAutoCollector.java  |  3 +
 .../doris/statistics/AnalysisManagerTest.java      |  2 +-
 .../nonConcurrent/conf/regression-conf.groovy      |  2 -
 ...inverted_index_exception_fault_injection.groovy |  9 +--
 25 files changed, 242 insertions(+), 239 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to