This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a change to branch release-1.5.0-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git
from f2ebd20ec05 Update NOTICE-binary for upcoming 1.5.0 release (#18038)
new a2c84e823f5 Fix incorrect stream partition id for multi-stream
realtime consumption (#17953)
new fe79b9ad43e Fix Broken Lucene Query Tracking and Cancellation for OOM
Protection (#17884)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../realtime/RealtimeSegmentDataManager.java | 2 +-
.../MultiColumnRealtimeLuceneTextIndex.java | 155 +++++-----
.../RealtimeLuceneDocIdCollector.java | 21 ++
.../invertedindex/RealtimeLuceneTextIndex.java | 140 ++++-----
.../RealtimeLuceneTextIndexSearcherPool.java | 9 +-
.../realtime/impl/vector/MutableVectorIndex.java | 34 ++-
.../index/readers/text/LuceneDocIdCollector.java | 19 ++
.../index/readers/vector/HnswDocIdCollector.java | 10 +
.../invertedindex/LuceneMutableTextIndexTest.java | 24 +-
...ealtimeLuceneTextIndexResourceTrackingTest.java | 323 +++++++++++++++++++++
.../apache/pinot/spi/query/QueryThreadContext.java | 19 +-
11 files changed, 602 insertions(+), 154 deletions(-)
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/realtime/impl/invertedindex/RealtimeLuceneTextIndexResourceTrackingTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]