You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2011/11/01 02:25:32 UTC

[jira] [Issue Comment Edited] (SOLR-2861) transaction log / realtime-get failures

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

Yonik Seeley edited comment on SOLR-2861 at 11/1/11 1:24 AM:
-------------------------------------------------------------

OK, it finally failed with the infostream set (see fail11.xml)!  Unfortunately, I'm not sure if it will provide much (or any) info.

{code}

46563  VERBOSE:WRITER7: start reopen from Searcher@5f159e0c main{DirectoryReader(segments_2:1320108281745:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/2 _5r(4.0):C7 _5s(4.0):C2)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46686  VERBOSE:WRITER7: reopen result DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)

46706  VERBOSE:WRITER11: deleteDocuments id:12 org.apache.solr.update.SolrIndexWriter@1de4eb5b
46707  VERBOSE:WRITER0: start reopen from Searcher@502c06b2 main{DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46708  VERBOSE:WRITER0: reopen result (null)
46709  VERBOSE:WRITER11: deleteDocuments id:12 DONE

46714  VERBOSE:WRITER12: start reopen from Searcher@7a6bb93c main{DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46715  VERBOSE:WRITER12: reopen result (null)

46924  VERBOSE:READER1: RealTimeGet using searcher  Searcher@69ed2bbd main{DirectoryReader(segments_3:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)}
46926  VERBOSE:READER1: ERROR, id= 12 foundVal= 30 model val= -31 realTime= true

{code}

It's the same story: the delete happened concurrently (or slightly before or after) the reopen.  Both that reopen, and the following reopen returned null, which is definitely a bug.
                
      was (Author: yseeley@gmail.com):
    OK, it finally failed with the infostream set!  Unfortunately, I'm not sure if it will provide much (or any) info.

{code}

46563  VERBOSE:WRITER7: start reopen from Searcher@5f159e0c main{DirectoryReader(segments_2:1320108281745:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/2 _5r(4.0):C7 _5s(4.0):C2)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46686  VERBOSE:WRITER7: reopen result DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)

46706  VERBOSE:WRITER11: deleteDocuments id:12 org.apache.solr.update.SolrIndexWriter@1de4eb5b
46707  VERBOSE:WRITER0: start reopen from Searcher@502c06b2 main{DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46708  VERBOSE:WRITER0: reopen result (null)
46709  VERBOSE:WRITER11: deleteDocuments id:12 DONE

46714  VERBOSE:WRITER12: start reopen from Searcher@7a6bb93c main{DirectoryReader(segments_2:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)} writer= org.apache.solr.update.SolrIndexWriter@1de4eb5b
46715  VERBOSE:WRITER12: reopen result (null)

46924  VERBOSE:READER1: RealTimeGet using searcher  Searcher@69ed2bbd main{DirectoryReader(segments_3:1320108281747:nrt _5p(4.0):C20/16 _5n(4.0):C7/5 _5q(4.0):C7/3 _5r(4.0):C7/1 _5s(4.0):C2 _5t(4.0):C1)}
46926  VERBOSE:READER1: ERROR, id= 12 foundVal= 30 model val= -31 realTime= true

{code}

It's the same story: the delete happened concurrently (or slightly before or after) the reopen.  Both that reopen, and the following reopen returned null, which is definitely a bug.
                  
> 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, fail11.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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org