Hey guys,
I have one comment to do over the issue [1]. Where is the best place to post it?

My Comment:

The solution in the issue corrects the invalid values, but insert quotes around the key as:
"TMeta,\000\000\000\000\000\022-$\000\000\000\000\001Oqn\357\277\275\357\277\275\v\006{\357\277\275\357\277\275\357\277\275,1358082944531.f6abb1d3dd9371d771c99fbb6398278f."
which 'changes' the old output and can break some automated codes.

I dont know ruby, but I would suggest something like the line below, so that quotes are always removed.
+ puts("        %s" % [ region.getNameAsString().dump[1..-2] ])
- puts("        %s" % [ region.getNameAsString().dump ])


[1] https://issues.apache.org/jira/browse/HBASE-6782

Thanks,
Pablo

Reply via email to