Pablo: HBASE-6782 <https://issues.apache.org/jira/browse/HBASE-6782> has been resolved.
You can open a new one. Cheers On Wed, Apr 10, 2013 at 7:16 AM, Jean-Marc Spaggiari < [email protected]> wrote: > Hi Pablo, > > The best way is to comment directly on the JIRA you are talking about. > > If there is no reactions, you can drop an email on the distribution list, > but the JIRA will be the best place to start. > > JM > > > 2013/4/10 Pablo Musa <[email protected]> > > > 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.**f6abb1d3dd9371d771c99fbb639827**8f." > > 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< > https://issues.apache.org/jira/browse/HBASE-6782> > > > > Thanks, > > Pablo > > >
