[ https://issues.apache.org/jira/browse/HBASE-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gary Helmling updated HBASE-2057: --------------------------------- Attachment: HBASE-2057-3_0.20.patch After reading some of the dev list messages on the Thrift changes, I believe that the current patch (HBASE-2057-2) would not work well with the current Thrift server usage. For example, starting the Thrift with either: {code} ./bin/hbase thrift --port=1234 ./bin/hbase thrift --port=1234 start {code} would not pass the HBASE_THRIFT_OPTS env variable to the exec line. So here is a new, more conservative, patch that only excludes the service specific env variables if the "stop" argument is used. This also drops the unnecessary ACTION variable and corresponding change to the final "exec" line. Sorry for the continuous changes. This version should be it. Promise. > Cluster won't stop > ------------------ > > Key: HBASE-2057 > URL: https://issues.apache.org/jira/browse/HBASE-2057 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.3, 0.21.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.4, 0.21.0 > > Attachments: HBASE-2057-2_0.20.patch, HBASE-2057-2_trunk.patch, > HBASE-2057-3_0.20.patch > > > It seems that clusters on trunk have some trouble stopping. Even manually > deleting the shutdown file in ZK doesn't always help. Investigate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.