You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/04/02 23:49:16 UTC

[jira] [Commented] (ACCUMULO-1113) consistency check failure on !METADATA table

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

Hudson commented on ACCUMULO-1113:
----------------------------------

Integrated in Accumulo-Trunk #811 (See [https://builds.apache.org/job/Accumulo-Trunk/811/])
    ACCUMULO-1113 add some additional state checking when loading the root tablet (Revision 1463746)

     Result = SUCCESS
ecn : 
Files : 
* /accumulo/trunk
* /accumulo/trunk/assemble
* /accumulo/trunk/core
* /accumulo/trunk/examples
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
* /accumulo/trunk/server
* /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/IllegalDSException.java
* /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/ZooTabletStateStore.java
* /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/log/SortedLogRecovery.java
* /accumulo/trunk/src

                
> consistency check failure on !METADATA table
> --------------------------------------------
>
>                 Key: ACCUMULO-1113
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1113
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master, tserver
>         Environment: 10 node test cluster running random walk test
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>            Priority: Critical
>              Labels: 15_qa_bug
>             Fix For: 1.5.0
>
>
> On nodeA:
> {noformat}
> 2013-02-26 19:44:49,184 [tabletserver.MinorCompactor] DEBUG: Begin minor compaction /accumulo/tables/!0/root_tablet/F000221z.rf_tmp !0;!0<<
> 2013-02-26 19:44:49,207 [tabletserver.Tablet] TABLET_HIST: !0;!0<< MinC [memory] -> /root_tablet/F000221z.rf
> 2013-02-26 19:44:49,267 [tabletserver.TabletServer] DEBUG: Unassigning !0;!0<<@(null,10.0.0.8:9997[33cf2816b97c139],null)
> 2013-02-26 19:44:49,267 [tabletserver.TabletServer] DEBUG: Failed to unload tablet !0;!0<<... it was alread closing or closed : Tablet !0;!0<< already closed closing closeComplete
> 2013-02-26 19:44:49,267 [tabletserver.TabletServer] DEBUG: Failed to unload tablet !0;!0<<... it was alread closing or closed : Tablet !0;!0<< already closed closing closeComplete
> 2013-02-26 19:44:49,267 [state.ZooStore] DEBUG: Removing /root_tablet/location
> {noformat}
> On nodeB, the consistency check fails just a few seconds later:
> {noformat}
> 2013-02-26 19:44:49,283 [tabletserver.TabletServer] INFO : Loading tablet !0;!0<<
> 2013-02-26 19:44:49,306 [tabletserver.TabletServer] INFO : Root tablet loaded: !0;!0<<
> 2013-02-26 19:45:18,254 [tabletserver.Tablet] DEBUG: Starting MajC !0;!0<< (NORMAL) [/root_tablet/A00021zc.rf, /root_tablet/F000221z.rf] --> /root_tablet/A0002529.rf_tmp  []
> 2013-02-26 19:45:18,371 [tabletserver.Tablet] TABLET_HIST: !0;!0<< MajC [/root_tablet/A00021zc.rf, /root_tablet/F000221z.rf] --> /root_tablet/A0002529.rf
> 2013-02-26 19:45:21,005 [tabletserver.Tablet] ERROR: Data file in !METADATA differ from in memory data !0;!0<<  
> [
> /root_tablet/A0002529.rf, 
> /root_tablet/F00025hv.rf, 
> /root_tablet/F000263t.rf
> ]  [
> /root_tablet/A00021zc.rf, 
> /root_tablet/F000221z.rf, 
> /root_tablet/F00025hv.rf, 
> /root_tablet/F000263t.rf
> ]
> {noformat}
> The unload/load between the servers was clean.  Location states were properly made in zookeeper.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira