[
https://issues.apache.org/jira/browse/ACCUMULO-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329872#comment-14329872
]
Josh Elser commented on ACCUMULO-3601:
--------------------------------------
{noformat}
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2;row5
file:file:/.../test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterIT_1424479758569_19142/accumulo/tables/2/default_tablet/F000002w.rf
[] 10 false=89,3
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2;row5 srv:dir [] 10
false=file:/.../test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterIT_1424479758569_19142/accumulo/tables/2/t-000002x
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2;row5 srv:lock [] 10
false=tservers/hostname:63074/zlock-0000000000$14ba99c2ddd0003
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2;row5 srv:time [] 10
false=M1424479773521
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2<
file:file:/.../test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterIT_1424479758569_19142/accumulo/tables/2/default_tablet/F000002w.rf
[] 11 false=179,7
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< last:14ba99c2ddd0003 [] 8
false=hostname:63074
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< srv:dir [] 4
false=file:////.../test/target/mini-tests/org.apache.accumulo.harness.SharedMiniClusterIT_1424479758569_19142/accumulo/tables/2/default_tablet
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< srv:flush [] 8 false=0
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< srv:lock [] 11
false=tservers/hostname:63074/zlock-0000000000$14ba99c2ddd0003
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< srv:time [] 8
false=M1424479773521
2015-02-20 19:49:38,359 [tableOps.CleanUp] INFO : 2< ~tab:~pr [] 9 false=row5
2015-02-20 19:49:38,363 [state.TabletStateChangeIterator] DEBUG: Setting
migrations: [2<;row5]
2015-02-20 19:49:38,369 [tableOps.CleanUp] DEBUG: {2< last:14ba99c2ddd0003 [] 8
false=hostname:63074, 2< ~tab:~pr [] 9 false=row5}
2015-02-20 19:49:38,369 [tableOps.CleanUp] INFO : Still waiting for table to be
deleted: 2 saw inconsistency null 2<;row5
{noformat}
The key-values that the test is reading over.
I believe that the first tablet isn't being returned by the iterator which is
causing the 2nd tablet (with a prevrow of "row5") to be seen as invalid.
> master does not process migrations
> ----------------------------------
>
> Key: ACCUMULO-3601
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3601
> Project: Accumulo
> Issue Type: Bug
> Components: master
> Reporter: Eric Newton
> Assignee: Eric Newton
> Priority: Blocker
> Fix For: 1.5.3, 1.7.0, 1.6.3
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> While attempting to write a test for ACCUMULO-3597, I found the master was
> not balancing. The iterator that filters the metadata table does not take
> migrations into account, so the state of the tablets was never seen, and
> processed. This bug was introduced with the fix to ACCUMULO-3580.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)