You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2009/03/23 21:41:50 UTC

[jira] Created: (CASSANDRA-10) make thrift port configurable

make thrift port configurable
-----------------------------

                 Key: CASSANDRA-10
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jun Rao


Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-10) make thrift port configurable

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

Jonathan Ellis commented on CASSANDRA-10:
-----------------------------------------

applied!

> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>         Attachments: patch.issue_10, patch_issue_10.v2
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-10) make thrift port configurable

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

Jonathan Ellis reassigned CASSANDRA-10:
---------------------------------------

    Assignee: Jun Rao

> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>         Attachments: patch.issue_10, patch_issue_10.v2
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-10) make thrift port configurable

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

Jun Rao updated CASSANDRA-10:
-----------------------------

    Attachment: patch_issue_10.v2

V2 of the patch. Read thrift port in DatabaseDescriptor. Initialize DatabaseDescriptor before thrift port is needed.


> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>         Attachments: patch.issue_10, patch_issue_10.v2
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-10) make thrift port configurable

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

Jonathan Ellis commented on CASSANDRA-10:
-----------------------------------------

Hi Jun,

Can you submit a new patch with the port reading moved into DatabaseDescriptor like the rest of the configuration parsing?  We'd like to keep that centralized.

> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>         Attachments: patch.issue_10
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-10) make thrift port configurable

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

Jun Rao resolved CASSANDRA-10.
------------------------------

    Resolution: Fixed

> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>         Attachments: patch.issue_10, patch_issue_10.v2
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-10) make thrift port configurable

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

Jun Rao updated CASSANDRA-10:
-----------------------------

    Attachment: patch.issue_10

Attach a patch to allow customization of thrift port.

For example, one can add the following entry under Storage in storage-conf.xml.

   <ThriftPort>9161</ThriftPort>


> make thrift port configurable
> -----------------------------
>
>                 Key: CASSANDRA-10
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jun Rao
>         Attachments: patch.issue_10
>
>
> Currently, the thrift port is hardcoded in Cassandra. For multiple instances of Cassandra to run on the same machine (e.g, a development environment), the thrift port needs to be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.