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

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


    from 96bce532895 [opt](match_phrase) Optimizing match_phrase with a new 
algorithm (#29444)
     add 5b62c749623 [feature](inverted index)Support failover when index 
compaction failed (#29553)

No new revisions were added by this update.

Summary of changes:
 be/src/common/status.h                             |   1 +
 be/src/olap/compaction.cpp                         |  93 +++++--
 be/src/olap/rowset/rowset.h                        |  11 +
 .../segment_v2/inverted_index_compaction.cpp       |  16 +-
 .../test_index_compaction_fault_injection.out      | 291 +++++++++++++++++++++
 .../test_index_compaction_fault_injection.groovy}  | 221 +++++++++++-----
 6 files changed, 534 insertions(+), 99 deletions(-)
 create mode 100644 
regression-test/data/fault_injection_p0/test_index_compaction_fault_injection.out
 copy 
regression-test/suites/{inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy
 => fault_injection_p0/test_index_compaction_fault_injection.groovy} (69%)


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

Reply via email to