Rajeshbabu Chintaguntla

Results 29 comments of Rajeshbabu Chintaguntla

Got it @Apache9 from HBASE-22514. Moving the rsgroup to table configs which will reopen regions to move to the RS group servers automatically is good idea. Thanks for the info.

There is a test case timeout which is not related to this. {noformat} Error test timed out after 780 seconds Stacktrace org.junit.runners.model.TestTimedOutException: test timed out after 780 seconds at [email protected]/jdk.internal.misc.Unsafe.park(Native...

> I'm not very familiar with the shell command here, so what does move_servers_namespaces_rsgroup actually do? @Apache9 move_namespaces_rsgroup 'dest',['ns1','ns2'] -> moves tables in the namespaces to RS Group move_servers_namespaces_rsgroup 'dest',['server1:port','server2:port'],['ns1','ns2']...

> It is a bit strange that why we need to an extra step after calling an admin method, is this because we are calling an old API in RSGroupAdmin,...

This code in RSGroupUtil helps to get the rsgroup of the tables belongs to namespace but since first priority is given to checking at table descriptor and rsgroup info which...

@Apache9 Thanks for response. Even I am thinking the same while moving namespaces to the new RS group would be better to have following options. 1) **Move All Tables:** This...

> @Apache9 Thanks for response. Even I am thinking the same while moving namespaces to the new RS group would be better to have following options. > > 1. **Move...

> > @Apache9 Thanks for response. Even I am thinking the same while moving namespaces to the new RS group would be better to have following options. > > ```...

@zhaomoran there are other instances of ServerName.valueOf in admin.rb, those can be converted to ServerName.parseName if applicable?

@chandrasekhar-188k there are test case failures related to this patch. Please check.