You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Bernhard Roth (JIRA)" <ji...@apache.org> on 2012/09/09 12:10:07 UTC

[jira] [Created] (CASSANDRA-4638) Patch to bin/cassandra to use 64bit JVM if available

Bernhard Roth created CASSANDRA-4638:
----------------------------------------

             Summary: Patch to bin/cassandra to use 64bit JVM if available
                 Key: CASSANDRA-4638
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4638
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.1.4
         Environment: Tested on Solaris 11 with Oracle supplied JVM 1.6 and 1.7
            Reporter: Bernhard Roth
         Attachments: cassandra.patch

Cassandra uses by default the JAVA binary at $JAVA_HOME/bin and complains at start that the 64bit version should be used.
Well, even if the 64bit JAVA version is installed, cassandra still does not use it.
Attached patch solves this problem by checking if $JAVA_HOME/bin/amd64/java binary exists. If yes, it will be used for cassandra.

--
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] [Updated] (CASSANDRA-4638) Patch to bin/cassandra to use 64bit JVM if available

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

Bernhard Roth updated CASSANDRA-4638:
-------------------------------------

    Attachment: cassandra.patch

Patch to bin/cassandra
                
> Patch to bin/cassandra to use 64bit JVM if available
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4638
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4638
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.4
>         Environment: Tested on Solaris 11 with Oracle supplied JVM 1.6 and 1.7
>            Reporter: Bernhard Roth
>              Labels: 64bit, java, jvm, linux, patch, solaris
>         Attachments: cassandra.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> Cassandra uses by default the JAVA binary at $JAVA_HOME/bin and complains at start that the 64bit version should be used.
> Well, even if the 64bit JAVA version is installed, cassandra still does not use it.
> Attached patch solves this problem by checking if $JAVA_HOME/bin/amd64/java binary exists. If yes, it will be used for cassandra.

--
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] [Updated] (CASSANDRA-4638) Patch to bin/cassandra to use 64bit JVM if available

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

Jonathan Ellis updated CASSANDRA-4638:
--------------------------------------

    Reviewer: brandon.williams
    
> Patch to bin/cassandra to use 64bit JVM if available
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4638
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4638
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.4
>         Environment: Tested on Solaris 11 with Oracle supplied JVM 1.6 and 1.7
>            Reporter: Bernhard Roth
>              Labels: 64bit, java, jvm, linux, patch, solaris
>         Attachments: cassandra.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> Cassandra uses by default the JAVA binary at $JAVA_HOME/bin and complains at start that the 64bit version should be used.
> Well, even if the 64bit JAVA version is installed, cassandra still does not use it.
> Attached patch solves this problem by checking if $JAVA_HOME/bin/amd64/java binary exists. If yes, it will be used for cassandra.

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