Samir Ahmic created HBASE-14531:
-----------------------------------

             Summary: graceful_stop.sh "if [ "$local" ]" condition unexpected 
behaviour
                 Key: HBASE-14531
                 URL: https://issues.apache.org/jira/browse/HBASE-14531
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.98.14, 2.0.0, 1.0.3, 1.1.3
            Reporter: Samir Ahmic
            Assignee: Samir Ahmic


We are using this condition to evaluate if graceful_stop.sh runs start/stop 
commands on local server or remote servers. Issue is that this condition is 
always true and causing unexpected behavior of script. 
I will attach patch changing this condition to 
{code}
if [ "$local" = true ]
{code}
  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to