You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dave Cottlehuber (JIRA)" <ji...@apache.org> on 2012/12/04 15:56:58 UTC

[jira] [Created] (COUCHDB-1622) Erlang VM args are inconsistent between Windows .bat and service

Dave Cottlehuber created COUCHDB-1622:
-----------------------------------------

             Summary: Erlang VM args are inconsistent between Windows .bat and service
                 Key: COUCHDB-1622
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1622
             Project: CouchDB
          Issue Type: Improvement
          Components: Infrastructure
            Reporter: Dave Cottlehuber


The last person to update the Windows Service should have done this at the same time. That is one really lazy person. To apply to master and 1.3.x. 

commit c84d03f7291953e5c39e87bb57d1c89e8e7530c6
Author: Dave Cottlehuber <dc...@apache.org>
Date:   Sun Dec 2 11:05:31 2012 +0100

Windows batch file should have same Erlang VM flags as the service and UNIX daemon

diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in
index 48d7851..8718ee6 100644
--- a/bin/couchdb.bat.tpl.in
+++ b/bin/couchdb.bat.tpl.in
@@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use.
 if "%ERL%x" == "x" set ERL=werl.exe
 
 echo CouchDB %version% - prepare to relax...
-%ERL% -sasl errlog_type error -s couch
+%ERL% -sasl errlog_type error -s couch +A 4 +W w


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (COUCHDB-1622) Erlang VM args are inconsistent between Windows .bat and service

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

Dave Cottlehuber reassigned COUCHDB-1622:
-----------------------------------------

    Assignee: Dave Cottlehuber
    
> Erlang VM args are inconsistent between Windows .bat and service
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-1622
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1622
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>            Reporter: Dave Cottlehuber
>            Assignee: Dave Cottlehuber
>             Fix For: 1.3
>
>
> The last person to update the Windows Service should have done this at the same time. That is one really lazy person. To apply to master and 1.3.x. 
> commit c84d03f7291953e5c39e87bb57d1c89e8e7530c6
> Author: Dave Cottlehuber <dc...@apache.org>
> Date:   Sun Dec 2 11:05:31 2012 +0100
> Windows batch file should have same Erlang VM flags as the service and UNIX daemon
> diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in
> index 48d7851..8718ee6 100644
> --- a/bin/couchdb.bat.tpl.in
> +++ b/bin/couchdb.bat.tpl.in
> @@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use.
>  if "%ERL%x" == "x" set ERL=werl.exe
>  
>  echo CouchDB %version% - prepare to relax...
> -%ERL% -sasl errlog_type error -s couch
> +%ERL% -sasl errlog_type error -s couch +A 4 +W w

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (COUCHDB-1622) Erlang VM args are inconsistent between Windows .bat and service

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

Dave Cottlehuber resolved COUCHDB-1622.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
    
> Erlang VM args are inconsistent between Windows .bat and service
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-1622
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1622
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>            Reporter: Dave Cottlehuber
>            Assignee: Dave Cottlehuber
>             Fix For: 1.3
>
>
> The last person to update the Windows Service should have done this at the same time. That is one really lazy person. To apply to master and 1.3.x. 
> commit c84d03f7291953e5c39e87bb57d1c89e8e7530c6
> Author: Dave Cottlehuber <dc...@apache.org>
> Date:   Sun Dec 2 11:05:31 2012 +0100
> Windows batch file should have same Erlang VM flags as the service and UNIX daemon
> diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in
> index 48d7851..8718ee6 100644
> --- a/bin/couchdb.bat.tpl.in
> +++ b/bin/couchdb.bat.tpl.in
> @@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use.
>  if "%ERL%x" == "x" set ERL=werl.exe
>  
>  echo CouchDB %version% - prepare to relax...
> -%ERL% -sasl errlog_type error -s couch
> +%ERL% -sasl errlog_type error -s couch +A 4 +W w

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (COUCHDB-1622) Erlang VM args are inconsistent between Windows .bat and service

Posted by "Robert Newson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509783#comment-13509783 ] 

Robert Newson commented on COUCHDB-1622:
----------------------------------------

+1
                
> Erlang VM args are inconsistent between Windows .bat and service
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-1622
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1622
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>            Reporter: Dave Cottlehuber
>             Fix For: 1.3
>
>
> The last person to update the Windows Service should have done this at the same time. That is one really lazy person. To apply to master and 1.3.x. 
> commit c84d03f7291953e5c39e87bb57d1c89e8e7530c6
> Author: Dave Cottlehuber <dc...@apache.org>
> Date:   Sun Dec 2 11:05:31 2012 +0100
> Windows batch file should have same Erlang VM flags as the service and UNIX daemon
> diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in
> index 48d7851..8718ee6 100644
> --- a/bin/couchdb.bat.tpl.in
> +++ b/bin/couchdb.bat.tpl.in
> @@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use.
>  if "%ERL%x" == "x" set ERL=werl.exe
>  
>  echo CouchDB %version% - prepare to relax...
> -%ERL% -sasl errlog_type error -s couch
> +%ERL% -sasl errlog_type error -s couch +A 4 +W w

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira