jpountz closed issue #13818: TestTieredMergePolicy.testSimulateAppendOnly fails
with AssertionError
URL: https://github.com/apache/lucene/issues/13818
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
jpountz closed issue #13818: TestTieredMergePolicy.testSimulateAppendOnly fails
with AssertionError
URL: https://github.com/apache/lucene/issues/13818
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
mikemccand commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2373898281
Whether it's test only issue or bug in TMP, this is quite minor corner case
-- it should not be a blocker for 9.12.0.
--
This is an automated message from the Apache Git Servic
ChrisHegarty commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2371868712
> It looks like the smallest two segment could have been merged - this is
what the assertion complains about.
>
> ```
> 1> 0 info.maxDoc()=7431, info.getDelCount()=0
ChrisHegarty commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2371460420
It looks like the smallest two segment could have been merged - this is what
the assertion complains about.
```
1> 0 info.maxDoc()=7431, info.getDelCount()=0
1
ChrisHegarty commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2370725501
Specific failure details:
```
1> hasBalancedMerges=true because (maxMergedSegmentBytes * 1.5 <=
totalMergeSize): 7.820279808E9 <=7880253440
1> maxDocsPerSegment=4
ChrisHegarty commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2369348982
`numSegments=43 allowed=41.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
ChrisHegarty commented on issue #13818:
URL: https://github.com/apache/lucene/issues/13818#issuecomment-2369304051
```
3ee37695af18246a4e05f8a6c7ee1ab7a2f8118f is the first bad commit
commit 3ee37695af18246a4e05f8a6c7ee1ab7a2f8118f
Author: Carlos Delgado <6339205+carlosdel...@users.n
ChrisHegarty opened a new issue, #13818:
URL: https://github.com/apache/lucene/issues/13818
This failure has been reproduced on both the `main` and `branch_9_12`
branches. Does not fail on `branch_9_11`.
```
ERROR: The following test(s) have failed:
- org.apache.lucene.index.T