[ https://issues.apache.org/jira/browse/LUCENE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187240#comment-17187240 ]
ASF subversion and git services commented on LUCENE-9456: --------------------------------------------------------- Commit a04f69147e8cc6fdd8a27c9763a509e6b68b1c1f in lucene-solr's branch refs/heads/branch_8x from David Smiley [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a04f691 ] LUCENE-9456: fix DirectUpdateHandlerTest#testPrepareCommit (#1803) Check for specific files being present or not or changing. Don't make assumptions about file count. (cherry picked from commit 06903a40eefa619d0746d2351da6ce79d049b3b3) > Stored fields should store the number of chunks in the meta file > ---------------------------------------------------------------- > > Key: LUCENE-9456 > URL: https://issues.apache.org/jira/browse/LUCENE-9456 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Priority: Minor > Fix For: 8.7 > > Time Spent: 40m > Remaining Estimate: 0h > > Currently stored fields record numChunks/numDirtyChunks at the very end of > the data file. They should migrate to the meta file instead, so that they > would be validated when opening the index (meta files get their checksum > validated entirely, data files don't). -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org