[jira] [Commented] (HBASE-24975) HBASE shell update_config doesn't work for master node

2021-06-01 Thread tomscut (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355509#comment-17355509
 ] 

tomscut commented on HBASE-24975:
-

I had the same problem, but it has now been resolved, see 
[HBASE-25825|https://issues.apache.org/jira/browse/HBASE-25825].

> HBASE shell update_config doesn't work for master node
> --
>
> Key: HBASE-24975
> URL: https://issues.apache.org/jira/browse/HBASE-24975
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.3.1
>Reporter: Clara Xiong
>Priority: Critical
>
> The helper message says: 
> Reload a subset of configuration on server 'servername' where servername is
> host, port plus startcode. For example: 
> host187.example.com,60020,1289493121758
> See http://hbase.apache.org/book.html#dyn_config for more details. Here is how
> you would run the command in the hbase shell:
>  hbase> update_config 'servername'
>  
> But the command doesn't update config on master.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24975) HBASE shell update_config doesn't work for master node

2021-05-28 Thread tomscut (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353121#comment-17353121
 ] 

tomscut commented on HBASE-24975:
-

It works fine with version 2.3.2.

1 update hbase-site.xml.

2 update_config 'hostname,16000' .

> HBASE shell update_config doesn't work for master node
> --
>
> Key: HBASE-24975
> URL: https://issues.apache.org/jira/browse/HBASE-24975
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.3.1
>Reporter: Clara Xiong
>Priority: Critical
>
> The helper message says: 
> Reload a subset of configuration on server 'servername' where servername is
> host, port plus startcode. For example: 
> host187.example.com,60020,1289493121758
> See http://hbase.apache.org/book.html#dyn_config for more details. Here is how
> you would run the command in the hbase shell:
>  hbase> update_config 'servername'
>  
> But the command doesn't update config on master.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24975) HBASE shell update_config doesn't work for master node

2020-09-13 Thread Viraj Jasani (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195006#comment-17195006
 ] 

Viraj Jasani commented on HBASE-24975:
--

I checked the relevant code and it seems to be working fine. Could you please 
provide sequence of steps that you used to repro this? e.g how you updated 
hbase-site on server X, Y, Z. And after executing update_config 'X', what 
behaviour was observed, any specific logs that implies above configs are not 
changing?

Moreover, these configs are only applicable for active HMaster, hope that was 
the case with "update_config server_name" command. 

> HBASE shell update_config doesn't work for master node
> --
>
> Key: HBASE-24975
> URL: https://issues.apache.org/jira/browse/HBASE-24975
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.3.1
>Reporter: Clara Xiong
>Priority: Critical
>
> The helper message says: 
> Reload a subset of configuration on server 'servername' where servername is
> host, port plus startcode. For example: 
> host187.example.com,60020,1289493121758
> See http://hbase.apache.org/book.html#dyn_config for more details. Here is how
> you would run the command in the hbase shell:
>  hbase> update_config 'servername'
>  
> But the command doesn't update config on master.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24975) HBASE shell update_config doesn't work for master node

2020-09-02 Thread Clara Xiong (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189609#comment-17189609
 ] 

Clara Xiong commented on HBASE-24975:
-

We ran into the issue with these configs:

 
hbase.master.balancer.stochastic.runMaxSteps
hbase.master.balancer.stochastic.stepsPerRegion
 
hbase.master.balancer.stochastic.maxRunningTime

> HBASE shell update_config doesn't work for master node
> --
>
> Key: HBASE-24975
> URL: https://issues.apache.org/jira/browse/HBASE-24975
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.3.1
>Reporter: Clara Xiong
>Priority: Critical
>
> The helper message says: 
> Reload a subset of configuration on server 'servername' where servername is
> host, port plus startcode. For example: 
> host187.example.com,60020,1289493121758
> See http://hbase.apache.org/book.html#dyn_config for more details. Here is how
> you would run the command in the hbase shell:
>  hbase> update_config 'servername'
>  
> But the command doesn't update config on master.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24975) HBASE shell update_config doesn't work for master node

2020-09-02 Thread Viraj Jasani (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189133#comment-17189133
 ] 

Viraj Jasani commented on HBASE-24975:
--

[~clarax98007] could you please provide the detail of config for which 
update_config didn't update the value dynamically?

Thanks

> HBASE shell update_config doesn't work for master node
> --
>
> Key: HBASE-24975
> URL: https://issues.apache.org/jira/browse/HBASE-24975
> Project: HBase
>  Issue Type: Bug
>  Components: shell
>Affects Versions: 2.3.1
>Reporter: Clara Xiong
>Priority: Critical
>
> The helper message says: 
> Reload a subset of configuration on server 'servername' where servername is
> host, port plus startcode. For example: 
> host187.example.com,60020,1289493121758
> See http://hbase.apache.org/book.html#dyn_config for more details. Here is how
> you would run the command in the hbase shell:
>  hbase> update_config 'servername'
>  
> But the command doesn't update config on master.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)