Repository: ambari Updated Branches: refs/heads/trunk 5ad8869a5 -> f537fe599
AMBARI-22288. Mark ZooKeeper server to provide rolling restart option (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f537fe59 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f537fe59 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f537fe59 Branch: refs/heads/trunk Commit: f537fe599bc5aecac10ee011601e9836b14a6fa3 Parents: 5ad8869 Author: Alex Antonenko <[email protected]> Authored: Mon Oct 23 18:28:46 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Mon Oct 23 18:28:46 2017 +0300 ---------------------------------------------------------------------- .../src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f537fe59/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml index bff62bd..668fe6e 100644 --- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/metainfo.xml @@ -31,6 +31,7 @@ <category>MASTER</category> <cardinality>1+</cardinality> <versionAdvertised>true</versionAdvertised> + <rollingRestartSupported>true</rollingRestartSupported> <commandScript> <script>scripts/zookeeper_server.py</script> <scriptType>PYTHON</scriptType>
