[
https://issues.apache.org/jira/browse/HBASE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729509#action_12729509
]
stack commented on HBASE-1633:
------------------------------
Here is what it does in shell:
{code}
hbase(main):001:0> list
09/07/09 20:28:55 ERROR client.HConnectionManager$TableServers:
Result=keyvalues={lookup_records,\x1C\x15\x04\x15\xC6\x01\x00\x1C\x15\x08\x3C\x15\xC6\x01\x18\x09593357539\x00\x00\x00,1247031997285/historian:compaction/1247032036319/Put/vlen=36}
NativeException: java.lang.NullPointerException: null
from org/apache/hadoop/hbase/util/Writables.java:74:in `getWritable'
from org/apache/hadoop/hbase/util/Writables.java:118:in `getHRegionInfo'
from org/apache/hadoop/hbase/client/HConnectionManager.java:354:in
`processRow'
from org/apache/hadoop/hbase/client/MetaScanner.java:63:in `metaScan'
from org/apache/hadoop/hbase/client/MetaScanner.java:28:in `metaScan'
from org/apache/hadoop/hbase/client/HConnectionManager.java:367:in
`listTables'
from org/apache/hadoop/hbase/client/HBaseAdmin.java:127:in `listTables'
....
{code}
The list of the problematic Result up top is new.
> Can't delete in TRUNK shell; makes it hard doing admin repairs
> --------------------------------------------------------------
>
> Key: HBASE-1633
> URL: https://issues.apache.org/jira/browse/HBASE-1633
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 0.20.0
>
> Attachments: 1633.patch, delete.rb, deleteall.patch
>
>
> Because shell uses old API, it runs into the "Can't add deletes to a
> BatchUpdate" issue. Add new API to do shell delete and deleteAll. Just a
> few lines.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.