You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (Created) (JIRA)" <ji...@apache.org> on 2011/11/08 19:41:51 UTC

[jira] [Created] (ACCUMULO-128) close consistency check fails: Start key must be less than end keyz

close consistency check fails: Start key must be less than end keyz
-------------------------------------------------------------------

                 Key: ACCUMULO-128
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
    Affects Versions: 1.3.5
            Reporter: Eric Newton
            Assignee: Eric Newton


Tablet server failed consistency check and would not unload the server.

{noformat}
08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
        at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
        at org.apache.accumulo.core.data.Range.bound(Range.java:454)
        at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
        at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
        at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
        at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
        at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
        at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
        at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
        at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
        at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)

{noformat}


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

        

[jira] [Resolved] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Eric Newton (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton resolved ACCUMULO-128.
----------------------------------

    Resolution: Fixed
    
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.4.0, 1.3.6
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Commented] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Eric Newton (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146466#comment-13146466 ] 

Eric Newton commented on ACCUMULO-128:
--------------------------------------

To reproduce, create an empty split point:

{noformat}
shell > addsplits -t mytable "" a b c d e f g
shell >
$ ./bin/stop-all.sh
{noformat}

                
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Updated] (ACCUMULO-128) close consistency check fails: Start key must be less than end keyz

Posted by "Eric Newton (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-128:
---------------------------------

    Affects Version/s: 1.4.0
    
> close consistency check fails: Start key must be less than end keyz
> -------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Updated] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Eric Newton (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-128:
---------------------------------

    Summary: close consistency check fails: Start key must be less than end key  (was: close consistency check fails: Start key must be less than end keyz)
    
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Updated] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Eric Newton (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-128:
---------------------------------

    Fix Version/s: 1.4.0
    
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.4.0, 1.3.6
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Updated] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Keith Turner (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner updated ACCUMULO-128:
----------------------------------

    Affects Version/s:     (was: 1.3.5)
                           (was: 1.4.0)
        Fix Version/s:     (was: 1.3.6)
                       1.3.5

When we create rc7, this fix will be pulled in 1.3.5
                
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.3.5, 1.4.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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

        

[jira] [Updated] (ACCUMULO-128) close consistency check fails: Start key must be less than end key

Posted by "Eric Newton (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-128:
---------------------------------

    Fix Version/s: 1.3.6
    
> close consistency check fails: Start key must be less than end key
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-128
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-128
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.4.0, 1.3.6
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Tablet server failed consistency check and would not unload the server.
> {noformat}
> 08 13:38:56,959 [tabletserver.Tablet] ERROR: Failed to do close consistency check for tablet 2;<
> java.lang.IllegalArgumentException: Start key must be less than end key in range (2;%00; file: [] 9223372036854775807 true, 2; log%00;: [] 9223372036854775807 false)
>         at org.apache.accumulo.core.data.Range.<init>(Range.java:158)
>         at org.apache.accumulo.core.data.Range.bound(Range.java:454)
>         at org.apache.accumulo.core.client.impl.ScannerIterator.<init>(ScannerIterator.java:129)
>         at org.apache.accumulo.core.client.impl.ScannerImpl.iterator(ScannerImpl.java:119)
>         at org.apache.accumulo.server.util.MetadataTable.getFileAndLogEntries(MetadataTable.java:873)
>         at org.apache.accumulo.server.tabletserver.Tablet.closeConsistencyCheck(Tablet.java:2666)
>         at org.apache.accumulo.server.tabletserver.Tablet.completeClose(Tablet.java:2621)
>         at org.apache.accumulo.server.tabletserver.Tablet.close(Tablet.java:2515)
>         at org.apache.accumulo.server.tabletserver.TabletServer$UnloadTabletHandler.run(TabletServer.java:2228)
>         at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
>         at cloudtrace.instrument.TraceRunnable.run(TraceRunnable.java:47)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:679)
> {noformat}

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