Re: [ANNOUNCE] New HBase committer Andor Molnár

2024-05-31 Thread Andor Molnar
Thank y'all! On Wed, 2024-05-29 at 17:13 -0400, Bryan Beaudreault wrote: > Congrats and welcome! > > On Wed, May 29, 2024 at 5:06 PM Viraj Jasani > wrote: > > > Congratulations and Welcome, Andor! Well deserved!! > > > > > > On Wed, May 29, 2024 at 7:36 AM Duo Zhang > > wrote: > > > > > On

Meta replicas in LoadBalance mode broken in 2.4?

2022-03-24 Thread Andor Molnar
Hi HBase folks, Does anybody actively use meta replicas in production and take advantage of the load balanced feature in 2.4? We’ve verified it in a test cluster and the ITBLL test is dropping lots of errors. Client side config: hbase.locator.meta.replicas.mode = LoadBalance hbase.meta.replica

Re: table.put(singlePut) vs table.put(ListPut)

2019-05-14 Thread Andor Molnar
9 may. 2019 19:08, Andor Molnar > escribió: > > > Hi Guillermo, > > > > I'm not sure which version of HBase you're referring to, but it looks > like > > the API docs are quite clear about these 2 calls: > > "Puts some data in the table."

Re: table.put(singlePut) vs table.put(ListPut)

2019-05-09 Thread Andor Molnar
Hi Guillermo, I'm not sure which version of HBase you're referring to, but it looks like the API docs are quite clear about these 2 calls: "Puts some data in the table." vs "Batch puts the specified data into the table." Essentially you can pass multiple Put commands to the second call (listPuts)