Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 05-26-2022 02:57 AM
I am having 5 region servers in my cluster, I have added an additional 5 region servers,
can I directly decommission the older 5 region server with the help of ambari server, will it cause any data loss in HBase?
Created 05-31-2022 02:57 AM
Hi @KPG1 ,
I have found a another cloudera article similar to your concern, Please check the below link:
StackOverflow;
https://stackoverflow.com/questions/39749517/how-to-force-an-hbase-table-to-a-region-server
Regards,
Chethan YM
Created 05-31-2022 02:57 AM
Hi @KPG1 ,
I have found a another cloudera article similar to your concern, Please check the below link:
StackOverflow;
https://stackoverflow.com/questions/39749517/how-to-force-an-hbase-table-to-a-region-server
Regards,
Chethan YM
Created 05-31-2022 03:04 AM
Hi @ChethanYM ,
Thanks for the help,
gracefully shutting down the region server triggers the hbase Master to perform a bulk assignment of all regions hosted by that region server.
regards,
KPG1