You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/04/05 04:21:13 UTC

[jira] Updated: (HBASE-1309) HFile$Writer.checkValue: IOException: Value cannot be null or empty

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

Andrew Purtell updated HBASE-1309:
----------------------------------

    Attachment: hbase-hadoop-regionserver-nashua.zip

> HFile$Writer.checkValue: IOException: Value cannot be null or empty
> -------------------------------------------------------------------
>
>                 Key: HBASE-1309
>                 URL: https://issues.apache.org/jira/browse/HBASE-1309
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Andrew Purtell
>         Attachments: hbase-hadoop-regionserver-nashua.zip
>
>
> 2009-04-05 02:12:56,497 FATAL org.apache.hadoop.hbase.regionserver.MemcacheFlusher: Replay of hlog required. Forcing server shutdown
> org.apache.hadoop.hbase.DroppedSnapshotException: region: content,,1238896745127
> 	at org.apache.hadoop.hbase.regionserver.HRegion.internalFlushcache(HRegion.java:878)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.flushcache(HRegion.java:771)
> 	at org.apache.hadoop.hbase.regionserver.MemcacheFlusher.flushRegion(MemcacheFlusher.java:229)
> 	at org.apache.hadoop.hbase.regionserver.MemcacheFlusher.run(MemcacheFlusher.java:139)
> Caused by: java.io.IOException: Value cannot be null or empty
> 	at org.apache.hadoop.hbase.io.hfile.HFile$Writer.checkValue(HFile.java:485)
> 	at org.apache.hadoop.hbase.io.hfile.HFile$Writer.append(HFile.java:447)
> 	at org.apache.hadoop.hbase.regionserver.Store.internalFlushCache(Store.java:501)
> 	at org.apache.hadoop.hbase.regionserver.Store.flushCache(Store.java:463)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.internalFlushcache(HRegion.java:863)
> 	... 3 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.