You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2017/03/04 18:22:45 UTC

[jira] [Assigned] (ACCUMULO-4597) NPE from RFile PrintInfo

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

Keith Turner reassigned ACCUMULO-4597:
--------------------------------------

    Assignee: Keith Turner

> NPE from RFile PrintInfo
> ------------------------
>
>                 Key: ACCUMULO-4597
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4597
>             Project: Accumulo
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 1.8.1
>            Reporter: Dave Marion
>            Assignee: Keith Turner
>
> Ran continuous ingest on a 4 node cluster. Tried running rfile-info on a resulting RFile.
> {noformat}
> /opt/accumulo-1.8.1/bin/accumulo rfile-info -d hdfs://localhost:8020/accumulo/tables/2/t-00000bq/C0005ct2.rf
> Reading file: hdfs://localhost:8020/accumulo/tables/2/t-00000bq/C0005ct2.rf
> RFile Version            : 8
> Locality group           : <DEFAULT>
>     Num   blocks           : 2,868
>     Index level 0          : 92,114 bytes  1 blocks
>     First key              : 1666667494e6a12f 3156:10ea [] 1488561068054 false
>     Last key               : 1777776d22e8074a 711e:4443 [] 1488560945783 false
>     Num entries            : 2,672,521
>     Column families        : <UNKNOWN>
> Meta block     : BCFile.index
>       Raw size             : 4 bytes
>       Compressed size      : 12 bytes
>       Compression type     : gz
> Meta block     : RFile.index
>       Raw size             : 92,190 bytes
>       Compressed size      : 44,822 bytes
>       Compression type     : gz
> 2017-03-03 11:43:10,451 [start.Main] ERROR: Thread 'rfile-info' died.
> java.lang.NullPointerException
>     at org.apache.accumulo.core.file.rfile.RFile$Reader.getLocalityGroupCF(RFile.java:1300)
>     at org.apache.accumulo.core.file.rfile.PrintInfo.execute(PrintInfo.java:165)
>     at org.apache.accumulo.start.Main$1.run(Main.java:120)
>     at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)