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 07-24-2023 06:43 PM
command rebalance is not currently available for execution because role balancer must be in state N/A, but it is in state Busy
I cant start rebalance on cdh 5.16.2.
Created 07-28-2023 09:57 AM
The Rebalance option is grayed out in the Cloudera Manager under the HDFS -1 or Balancer Actions menu. You have verified that they are no currently running Balancer operations under the HDFS-1->Balancer Instance->Commands tab. The HDFS Balancer menu option is normally greyed out if there is a active Balancer job running.
To diagnose and workaround this issue, perform the following actions:
select CONFIGURED_STATUS, ROLE_TYPE FROM ROLES where ROLE_TYPE = "BALANCER" ;
update ROLES set CONFIGURED_STATUS="NA" where ROLE_TYPE = "BALANCER";
Created 07-25-2023 01:39 AM
Hi @dmitrybalak . Try the below Cloudera article and see if that helps resolve this.
Created 07-27-2023 11:20 PM
The page is closed for me.
I have a free license.
Do you can to copy solution?
Created 07-28-2023 09:57 AM
The Rebalance option is grayed out in the Cloudera Manager under the HDFS -1 or Balancer Actions menu. You have verified that they are no currently running Balancer operations under the HDFS-1->Balancer Instance->Commands tab. The HDFS Balancer menu option is normally greyed out if there is a active Balancer job running.
To diagnose and workaround this issue, perform the following actions:
select CONFIGURED_STATUS, ROLE_TYPE FROM ROLES where ROLE_TYPE = "BALANCER" ;
update ROLES set CONFIGURED_STATUS="NA" where ROLE_TYPE = "BALANCER";
Created 07-30-2023 07:03 PM
its works!
Thank you:)
Created 07-28-2023 06:18 PM
I think about some DB action:)
I try it on monday.
Thx!