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

Chris Nauroth commented on ZOOKEEPER-2281:
------------------------------------------

Hello [~fhd1991519].

"Patch Available" means that a contributor has coded a patch and attached it to 
the JIRA issue to share with the whole community.  It does not mean that the 
patch has been committed to repositories, or even that the patch is in a final 
state.  It's very common for a patch to go through multiple iterations during 
code review and testing, even after the issue moves into "Patch Available" 
state.  If you look at the attachments on this particular issue, you'll see 
that it went through 3 different revisions before a committer +1'd it.

Now that I have +1'd it, I'm aiming to commit this patch to Subversion later 
today.  At that point, I'll change the JIRA issue status to "Resolved".  If 
you're interested in only seeing the JIRA issues for which patches have been 
finalized and committed, then you'll probably want to search for "Resolved" and 
"Closed" status instead of "Patch Available".

I hope this helps clarify the process.

> ZK Server startup fails if there are spaces in the JAVA_HOME path
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2281
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2281
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: scripts
>         Environment: Windows
>            Reporter: neha
>            Assignee: neha
>            Priority: Minor
>             Fix For: 3.5.2, 3.6.0
>
>         Attachments: ZOOKEEPER-2281-00.patch, ZOOKEEPER-2281-01.patch, 
> ZOOKEEPER-2281-02.patch
>
>
> Zookeeper startup fails if there are spaces in the %JAVA_HOME% variable. 
> {code}
> if not exist %JAVA_HOME%\bin\java.exe (
>   echo Error: JAVA_HOME is incorrectly set.
>   goto :eof
> )
> set JAVA=%JAVA_HOME%\bin\java
> {code}



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

Reply via email to