[
https://issues.apache.org/jira/browse/HBASE-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars George updated HBASE-1766:
-------------------------------
Attachment: purgerow.rb
Attached script as per HBASE-1638 but with extra lines as per Stack.
> Add advanced features to HFile.main() to be able to analyze storefile problems
> ------------------------------------------------------------------------------
>
> Key: HBASE-1766
> URL: https://issues.apache.org/jira/browse/HBASE-1766
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: io
> Affects Versions: 0.20.0
> Reporter: Lars George
> Assignee: Lars George
> Priority: Minor
> Fix For: 0.20.1
>
> Attachments: HBASE-1766-v2.patch, HBASE-1766.patch, purgerow.rb
>
>
> I have various regions that report the following error:
> ERROR org.apache.hadoop.hbase.regionserver.CompactSplitThread: Compaction
> failed for region storedata,10edd32a3fa217e,1247877829376
> java.lang.RuntimeException: ScanWildcardColumnTracker.checkColumn ran into a
> column actually smaller than the previous column!
> at
> org.apache.hadoop.hbase.regionserver.ScanWildcardColumnTracker.checkColumn(ScanWildcardColumnTracker.java:89)
> at
> org.apache.hadoop.hbase.regionserver.ScanQueryMatcher.match(ScanQueryMatcher.java:162)
> They are most likely remnants of HBASE-1715 and its linked issues?
> Add more features to HFile.main() to be able to figure the files that are
> broken (as the error above only reports the region) and how.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.