You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "George Neville-Neil (JIRA)" <ji...@apache.org> on 2012/07/10 05:27:34 UTC

[jira] [Created] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

George Neville-Neil created ZOOKEEPER-1509:
----------------------------------------------

             Summary: Please update documentation to reflect updated FreeBSD support.
                 Key: ZOOKEEPER-1509
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
             Project: ZooKeeper
          Issue Type: Task
            Reporter: George Neville-Neil


I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html

that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.

As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
and I have created a port for it in our ports collection:

http://www.freshports.org/devel/zookeeper/

The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.

Please update your documentation to reflect this change in support.

Best,
George Neville-Neil
gnn@freebsd.org


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426192#comment-13426192 ] 

Patrick Hunt commented on ZOOKEEPER-1509:
-----------------------------------------

Thanks for the heads-up George. Would it be possible for you to provide a patch against the docs? The docs are included in the source repository, src/docs/.... 
                
> Please update documentation to reflect updated FreeBSD support.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1509
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
>             Project: ZooKeeper
>          Issue Type: Task
>            Reporter: George Neville-Neil
>              Labels: newbie
>
> I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
> that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.
> As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
> and I have created a port for it in our ports collection:
> http://www.freshports.org/devel/zookeeper/
> The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.
> Please update your documentation to reflect this change in support.
> Best,
> George Neville-Neil
> gnn@freebsd.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

Posted by "George Neville-Neil (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428218#comment-13428218 ] 

George Neville-Neil commented on ZOOKEEPER-1509:
------------------------------------------------

Here is a quick patch against trunk.  Is that all that's necessary?


Index: zookeeperAdmin.xml
===================================================================
--- zookeeperAdmin.xml	(revision 1369085)
+++ zookeeperAdmin.xml	(working copy)
@@ -85,8 +85,7 @@
           </listitem>
           <listitem>
             <para>FreeBSD is supported as a development and production
-              platform for clients only. Java NIO selector support in
-              the FreeBSD JVM is broken.</para>
+              platform for both server and client.</para>
           </listitem>
           <listitem>
             <para>Win32 is supported as a <emphasis>development
@@ -103,12 +102,13 @@
         <title>Required Software </title>
 
         <para>ZooKeeper runs in Java, release 1.6 or greater (JDK 6 or
-          greater).  It runs as an <emphasis>ensemble</emphasis> of
-          ZooKeeper servers. Three ZooKeeper servers is the minimum
-          recommended size for an ensemble, and we also recommend that
-          they run on separate machines. At Yahoo!, ZooKeeper is
-          usually deployed on dedicated RHEL boxes, with dual-core
-          processors, 2GB of RAM, and 80GB IDE hard drives.</para>
+        greater, FreeBSD support requires openjdk7).  It runs as an
+        <emphasis>ensemble</emphasis> of ZooKeeper servers. Three
+        ZooKeeper servers is the minimum recommended size for an
+        ensemble, and we also recommend that they run on separate
+        machines. At Yahoo!, ZooKeeper is usually deployed on
+        dedicated RHEL boxes, with dual-core processors, 2GB of RAM,
+        and 80GB IDE hard drives.</para>
       </section>
 
     </section>

                
> Please update documentation to reflect updated FreeBSD support.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1509
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
>             Project: ZooKeeper
>          Issue Type: Task
>            Reporter: George Neville-Neil
>              Labels: newbie
>
> I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
> that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.
> As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
> and I have created a port for it in our ports collection:
> http://www.freshports.org/devel/zookeeper/
> The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.
> Please update your documentation to reflect this change in support.
> Best,
> George Neville-Neil
> gnn@freebsd.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt reassigned ZOOKEEPER-1509:
---------------------------------------

    Assignee: George Neville-Neil
    
> Please update documentation to reflect updated FreeBSD support.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1509
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
>             Project: ZooKeeper
>          Issue Type: Task
>            Reporter: George Neville-Neil
>            Assignee: George Neville-Neil
>              Labels: newbie
>
> I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
> that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.
> As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
> and I have created a port for it in our ports collection:
> http://www.freshports.org/devel/zookeeper/
> The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.
> Please update your documentation to reflect this change in support.
> Best,
> George Neville-Neil
> gnn@freebsd.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

Posted by "George Neville-Neil (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Neville-Neil updated ZOOKEEPER-1509:
-------------------------------------------

    Attachment: ZOOKEEPER-1509.patch

Patch file generated with svn diff for the changes indicated in bug 1509.  Updating supported platforms to include FreeBSD for both client and server.
                
> Please update documentation to reflect updated FreeBSD support.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1509
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
>             Project: ZooKeeper
>          Issue Type: Task
>            Reporter: George Neville-Neil
>            Assignee: George Neville-Neil
>              Labels: newbie
>         Attachments: ZOOKEEPER-1509.patch
>
>
> I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
> that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.
> As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
> and I have created a port for it in our ports collection:
> http://www.freshports.org/devel/zookeeper/
> The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.
> Please update your documentation to reflect this change in support.
> Best,
> George Neville-Neil
> gnn@freebsd.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1509) Please update documentation to reflect updated FreeBSD support.

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428390#comment-13428390 ] 

Patrick Hunt commented on ZOOKEEPER-1509:
-----------------------------------------

Typically we ask people to submit it as a patch (see the link below, then on this jira under "more actions" select "attach file", if you wouldn't mind that would be best, but if you don't have the time that's fine as well:
https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute

Thanks George!

                
> Please update documentation to reflect updated FreeBSD support.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1509
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1509
>             Project: ZooKeeper
>          Issue Type: Task
>            Reporter: George Neville-Neil
>              Labels: newbie
>
> I noticed on this page: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
> that FreeBSD was listed as being supported only as a client due to a problem with the JVM on FreeBSD.
> As of Friday zookeeper is fully supported on FreeBSD, using openjdk version 7
> and I have created a port for it in our ports collection:
> http://www.freshports.org/devel/zookeeper/
> The zookeeper port tracks the stable release at the moment and in the near future to track the current release, as the plain zookeeper port tracks the stable.
> Please update your documentation to reflect this change in support.
> Best,
> George Neville-Neil
> gnn@freebsd.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira