generate protocolbuffers sources reformatting change (trunk)

2012-04-18 Thread Ferdy Galema
Hi, While working on an issue that requires a minor change (FYI: HBase-2214) to the protocolbuffers definition file, I noticed that regenerating the sources changes the formatting. I used the instructions in the README.txt file, nothing more or less. Am I missing something? Or are the current gene

Re: about HTable and HConnectionImplementation thread-safety

2011-05-11 Thread Ferdy Galema
Very useful thanks! Fixed the link: http://zhihongyu.blogspot.com/2011/04/managing-connections-in-hbase-090-and.html On 05/11/2011 03:33 PM, Ted Yu wrote: See http://zhihongyu.blogspot.com/2011/04/managing-connections-in-hbase-090-and.htmlfor your first question. On Wed, May 11, 2011 at 2:39 A

about HTable and HConnectionImplementation thread-safety

2011-05-11 Thread Ferdy Galema
I understand HTable is not thread-safe. How about HConnectionImplementation? I presume it is thread-safe, because otherwise creating a HTable for each thread will only work when each thread uses it's own Configuration. (Since Configuration is mapped to a HConnectionImplementation). So, how does

tickTime not in hbase-default.xml

2011-03-02 Thread Ferdy Galema
What is the reason tickTime is not in hbase-default.xml (in trunk). I think it's very useful to have it included to see it's default value. (3000 at the moment).