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

jianliangqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3ed99845a1d [fix](inverted index) Fix undefined behavior in write_v2 
(#44084)
     add 74238ae568c [opt](inverted index) add performance profiling for remote 
io access in inverted index (#43542)

No new revisions were added by this update.

Summary of changes:
 be/src/clucene                                     |   2 +-
 be/src/index-tools/index_tool.cpp                  |   2 +-
 be/src/olap/compaction.cpp                         |   9 +-
 be/src/olap/rowset/segment_v2/column_reader.cpp    |   2 +-
 .../inverted_index/query/conjunction_query.cpp     |   5 +-
 .../inverted_index/query/conjunction_query.h       |   3 +-
 .../inverted_index/query/disjunction_query.cpp     |   6 +-
 .../inverted_index/query/disjunction_query.h       |   3 +-
 .../inverted_index/query/phrase_edge_query.cpp     |   2 +-
 .../inverted_index/query/phrase_edge_query.h       |   2 +-
 .../inverted_index/query/phrase_prefix_query.cpp   |   3 +-
 .../inverted_index/query/phrase_prefix_query.h     |   2 +-
 .../inverted_index/query/phrase_query.cpp          |   8 +-
 .../segment_v2/inverted_index/query/phrase_query.h |   3 +-
 .../rowset/segment_v2/inverted_index/query/query.h |   1 +
 .../inverted_index/query/regexp_query.cpp          |   4 +-
 .../segment_v2/inverted_index/query/regexp_query.h |   2 +-
 .../segment_v2/inverted_index_compound_reader.cpp  |  15 +++
 .../segment_v2/inverted_index_file_reader.cpp      |   5 +-
 .../rowset/segment_v2/inverted_index_file_reader.h |   4 +-
 .../segment_v2/inverted_index_fs_directory.cpp     |  37 ++++++-
 .../segment_v2/inverted_index_fs_directory.h       |   7 +-
 .../rowset/segment_v2/inverted_index_reader.cpp    |  94 +++++++++--------
 .../olap/rowset/segment_v2/inverted_index_reader.h |  83 ++++++++-------
 .../compaction/index_compaction_test.cpp           |   4 +-
 .../index_compaction_with_deleted_term.cpp         |   4 +-
 ...ult_injection.out => test_index_io_context.out} |  36 +++----
 .../test_index_io_context.groovy                   | 113 +++++++++++++++++++++
 28 files changed, 318 insertions(+), 143 deletions(-)
 copy 
regression-test/data/fault_injection_p0/{test_index_inlist_fault_injection.out 
=> test_index_io_context.out} (88%)
 create mode 100644 
regression-test/suites/fault_injection_p0/test_index_io_context.groovy


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

Reply via email to