You can remove the synchronized block - connection is per thread, you don't need synchronized block.
On Mon, Jun 9, 2014 at 8:04 AM, Hotec04 <[email protected]> wrote: > I run it without the block and seems it is still working. Will this be an > issue if the code go with the synchronized block other than latency? Do I > have to remove it? > > Thank you! > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Discuss-HBase-with-multiple-threads-tp4060081p4060232.html > Sent from the HBase User mailing list archive at Nabble.com. >
