You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/02/07 10:06:39 UTC

[jira] [Commented] (MESOS-4612) Update to Zookeeper 3.4.7

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

haosdent commented on MESOS-4612:
---------------------------------

I think it is better wait for the new release which newer than [06d3f3f|https://github.com/apache/zookeeper/commit/06d3f3fa1bff258e62c0670309ad1849b1434bb1]

So that we could remove this compatible code in CMake
{code}
if (NOT WIN32)
  EXTERNAL("zookeeper" ${ZOOKEEPER_VERSION} "${MESOS_3RDPARTY_BIN}")
elseif (WIN32)
  # The latest release of ZK, 3.4.7, does not compile on Windows. Therefore, we
  # pick a recent commit that does until the next release stabilizes.
  EXTERNAL("zookeeper" "06d3f3f" "${MESOS_3RDPARTY_BIN}")
endif (NOT WIN32)
{code}

> Update to Zookeeper 3.4.7
> -------------------------
>
>                 Key: MESOS-4612
>                 URL: https://issues.apache.org/jira/browse/MESOS-4612
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Cody Maloney
>            Assignee: haosdent
>              Labels: mesosphere, tech-debt
>
> See: http://zookeeper.apache.org/doc/r3.4.7/releasenotes.html for improvements / bug fixes



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