[ 
https://issues.apache.org/jira/browse/ACCUMULO-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Turner updated ACCUMULO-5:
--------------------------------

    Affects Version/s:     (was: 1.3.5)
                           (was: 1.4.0)
    
> Log recovery fails with IllegalStateException
> ---------------------------------------------
>
>                 Key: ACCUMULO-5
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-5
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>            Priority: Critical
>             Fix For: 1.3.5, 1.4.0
>
>
> Sometimes a minor compaction will finish successfully, but the process will 
> die before the compaction finish event is written to the write ahead log.  
> Recovery attempts to handle this case by looking at what files the tablet has 
> and comparing those with compaction start events.  This check is failing 
> because compaction start events have absolute paths and the recovery code 
> passes in table relative paths.  So the absolute paths and relative paths 
> never match up.
> When this occurs, the logical time code will throw an illegal state exception 
> because the recovered data was not newer than the existing data.  An 
> exception like the following will occur and the tablet will fail to load.
>     
>     IllegalStateException: existing time 19867 >= 19866

--
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

        

Reply via email to