You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Coverston (Created) (JIRA)" <ji...@apache.org> on 2011/10/07 17:27:30 UTC

[jira] [Created] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Apache Daemon missing from the binary tarball
---------------------------------------------

                 Key: CASSANDRA-3331
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Benjamin Coverston
            Assignee: Sylvain Lebresne


Apparently the tools used to run the binary release are missing from the binary tarball.

I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.

Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Comment: was deleted

(was: +1)
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Sylvain Lebresne
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127487#comment-13127487 ] 

Jonathan Ellis commented on CASSANDRA-3331:
-------------------------------------------

bq. Ideally we would just expect it to be installed in whatever is supposed to be standard for windows 

Is there a standard?  It just comes as a .zip, not a proper installer.

bq. That would mean we ship procrun for 1.0.0 but then never after that

The alternative is to keep it for all of 1.0 which will set the expectation that we'll keep doing it...  I'd rather bite the bullet early.  Everyone waits for 1.0.1 anyway right? :)
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127057#comment-13127057 ] 

Jonathan Ellis commented on CASSANDRA-3331:
-------------------------------------------

I'm fine with reverting this.  (IIRC though there were some quoting fixes to the .bat file, as well as the UNINSTALL option, so it should be a little more surgical than just doing a svn reverse-merge.)
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Comment: was deleted

(was: Modified the batch file to include a switch for UNINSTALL. Also added the files in the ./bin/daemon directory)
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Attachment:     (was: 0002-adding-daemon-directory.patch)
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122870#comment-13122870 ] 

Benjamin Coverston commented on CASSANDRA-3331:
-----------------------------------------------

+1
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Sylvain Lebresne
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Attachment:     (was: 0001-add-files-to-src-and-bin-add-uninstall.patch)
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Attachment: 0002-adding-daemon-directory.patch
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Sylvain Lebresne (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-3331:
----------------------------------------

    Fix Version/s: 1.0.0
         Assignee: Benjamin Coverston  (was: Sylvain Lebresne)
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] [Reopened] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Eric Evans (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans reopened CASSANDRA-3331:
-----------------------------------


I'd like to respectfully suggest that we _don't_ do this.

I know that we're aiming to run out-of-the-box wherever possible, but there has to be a line between software we supply, and what is expected to already be there.  I think this crosses that line, in the same way that jsvc (for unix hosts), or even the JVM itself, would.
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Attachment: 0001-add-files-to-src-and-bin-add-uninstall.patch

Modified the batch file to include a switch for UNINSTALL. Also added the files in the ./bin/daemon directory
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Sylvain Lebresne (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127335#comment-13127335 ] 

Sylvain Lebresne commented on CASSANDRA-3331:
---------------------------------------------

I'm also fine with reverting this, but I'd add a few remarks:
  # if we do revert, it would be nice to "fix" the .bat file so that it don't look for it in our specific repository that we would not ship (i.e, do a little bit more than reverting because the .bat before this patch was clearly suggesting we intended to ship it but did not). Ideally we would just expect it to be installed in whatever is supposed to be standard for windows and offer an helpful message if it is not found (since we can't do what we do for the debian package, i.e make it a dependency of the package)
  # it's been committed to 1.0.0 and I don't really want to re-roll the vote for that. That would mean we ship procrun for 1.0.0 but then never after that. A little weird imho.
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Benjamin Coverston (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated CASSANDRA-3331:
------------------------------------------

    Attachment: 0001-add-files-to-src-and-bin-add-uninstall.patch

Added INSTALL option to the batch file. Also included the bin/daemon directory along with the files and licenses.
                
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.0
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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] (CASSANDRA-3331) Apache Daemon missing from the binary tarball

Posted by "Sylvain Lebresne (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-3331:
----------------------------------------

    Fix Version/s:     (was: 1.0.0)
                   1.0.1
    
> Apache Daemon missing from the binary tarball
> ---------------------------------------------
>
>                 Key: CASSANDRA-3331
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3331
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 1.0.1
>
>         Attachments: 0001-add-files-to-src-and-bin-add-uninstall.patch, 0002-adding-daemon-directory.patch
>
>
> Apparently the tools used to run the binary release are missing from the binary tarball.
> I will verify that they are in the 1.0 branch, then update the ticket so we can ensure that they are included.
> Ben

--
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