[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139484#comment-13139484
]
Yonik Seeley commented on SOLR-2861:
------------------------------------
Here's the fail5.xml analysis (more debugging prints this run):
{code}
2340 TEST:WRITER5: adding id 0 val= 7 DONE
2347 VERBOSE:WRITER3: commit reopen start: reopenWithWriter= true searcher=
Searcher@1e9cd8db main{DirectoryReader(segments_4:1319924531747:nrt
_3(4.0):C7/4 _2(4.0):C4/3),version=1319924531747} reader=
DirectoryReader(segments_4:1319924531747:nrt _3(4.0):C7/4 _2(4.0):C4/3)
2438 TEST:WRITER6: deleting id 0 val= 8
2480 TEST:WRITER6: deleting id 0 val= 8 DONE
2491 VERBOSE:WRITER3: reopen DONE: searcher= Searcher@2aa937cd
main{DirectoryReader(segments_4:1319924531751:nrt
_4(4.0):C13/8),version=1319924531751} reader=
DirectoryReader(segments_4:1319924531751:nrt _4(4.0):C13/8)
### Note that the delete happened sometime during (or right before or after)
the reopen, so we don't know if version 1319924531751 reflects the delete.
That's OK, because we are going to do another reopen next:
2516 VERBOSE:WRITER6: commit reopen start: reopenWithWriter= true searcher=
Searcher@2aa937cd main{DirectoryReader(segments_4:1319924531751:nrt
_4(4.0):C13/8),version=1319924531751} reader=
DirectoryReader(segments_4:1319924531751:nrt _4(4.0):C13/8)
2518 VERBOSE:WRITER6: reopen DONE: searcher= Searcher@59c958af
main{DirectoryReader(segments_4:1319924531751:nrt
_4(4.0):C13/8),version=1319924531751} reader=
DirectoryReader(segments_4:1319924531751:nrt _4(4.0):C13/8)
### OK... so the reopen didn't change the reader. That's OK, since there
weren't necessarily any new
changes (i.e. the delete of 0 could be reflected in the previous reopen).
2529 VERBOSE:READER18: RealTimeGet using searcher Searcher@59c958af
main{DirectoryReader(segments_4:1319924531751:nrt
_4(4.0):C13/8),version=1319924531751}
2531 TEST:READER18: ERROR, id= 0 foundVal= 7 model val= -8 realTime= true
#### Oops, we've found the old value again somehow.
{code}
Starting to look more like a lucene bug - but still can't reproduce at that
level.
> transaction log / realtime-get failures
> ----------------------------------------
>
> Key: SOLR-2861
> URL: https://issues.apache.org/jira/browse/SOLR-2861
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
> Attachments: TEST-org.apache.solr.search.TestRealTimeGet.xml,
> fail4.xml, fail5.xml, jenkins_output.txt, trunk-0.txt
>
>
> realtime-get or the transaction log fails sometimes
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]