Re: A tool to rewrite corrupted HFile

2020-08-20 Thread Andrey Elenskiy
Hey, opened a jira issue here: https://issues.apache.org/jira/browse/HBASE-24920 Thanks! Andrey On Wed, Aug 19, 2020 at 7:14 PM Sean Busbey wrote: > I think that would be a useful tool. It would also fit well into the > project's hbase-operator-tools repo. > > Mind filing a jira to set some

Re: A tool to rewrite corrupted HFile

2020-08-19 Thread Sean Busbey
I think that would be a useful tool. It would also fit well into the project's hbase-operator-tools repo. Mind filing a jira to set some initial goals? Or look for suggestions on initial goal over on dev@hbase? On Wed, Aug 19, 2020, 18:10 Andrey Elenskiy wrote: > Hello, > > Over years I have

A tool to rewrite corrupted HFile

2020-08-19 Thread Andrey Elenskiy
Hello, Over years I have been dealing with corrupted hfiles by just removing them. It always seemed wasteful to throw away the entire HFile even only if one block is corrupted. Do you happen to know if a tool to rewrite the hfile with omitting/skipping corrupt blocks already exists? If not,