[ 
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13140567#comment-13140567
 ] 

Yonik Seeley commented on SOLR-2861:
------------------------------------

I haven't yet been able to reproduce with infostream on, but here's another 
failure w/ it off (again raw log file too big to attach)

{code}
187551  VERBOSE:WRITER27: deleteDocuments id:25 
org.apache.solr.update.SolrIndexWriter@10c789fb
187552  VERBOSE:WRITER0: start reopen from Searcher@5df9cdda 
main{DirectoryReader(segments_t:1320072235329:nrt _hz(4.0):C18/11 _hy(4.0):c1 
_hw(4.0):c1 _i1(4.0):C12/6 _i3(4.0):c1 _i4(4.0):C3 _i5(4.0):c1)} writer= 
org.apache.solr.update.SolrIndexWriter@10c789fb
187553  VERBOSE:WRITER0: reopen result (null)
187554  VERBOSE:WRITER27: deleteDocuments id:25 DONE

187559  VERBOSE:WRITER4: start reopen from Searcher@5166b0df 
main{DirectoryReader(segments_t:1320072235329:nrt _hz(4.0):C18/11 _hy(4.0):c1 
_hw(4.0):c1 _i1(4.0):C12/6 _i3(4.0):c1 _i4(4.0):C3 _i5(4.0):c1)} writer= 
org.apache.solr.update.SolrIndexWriter@10c789fb
187560  VERBOSE:WRITER4: reopen result (null)

187891  VERBOSE:READER8: RealTimeGet using searcher  Searcher@642424ad 
main{DirectoryReader(segments_t:1320072235329:nrt _hz(4.0):C18/11 _hy(4.0):c1 
_hw(4.0):c1 _i1(4.0):C12/6 _i3(4.0):c1 _i4(4.0):C3 _i5(4.0):c1)}
187892  TEST:READER8: ERROR, id= 25 foundVal= 9 model val= -10 realTime= true
{code}

Definitely a pattern developing here (same as the previous two)... a delete 
happens concurrently with a reopen (of course from prints alone, we can't tell 
if it was just before, during, or just after).  The reopen following that 
reopen should reflect the delete at least... but it doesn't.

                
> 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, solr_debug.patch, 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]

Reply via email to