[
https://issues.apache.org/jira/browse/CASSANDRA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858554#action_12858554
]
Gary Dusbabek commented on CASSANDRA-986:
-----------------------------------------
I gave it a try too, but something else is stopping me up:
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py",
line 364, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/util.py",
line 487, in try_run
return func()
File "/Users/gary.dusbabek/codes/apache/git-trunk/test/system/__init__.py",
line 124, in setUp
self.define_schema()
File "/Users/gary.dusbabek/codes/apache/git-trunk/test/system/__init__.py",
line 154, in define_schema
Cassandra.CfDef(table='Keyspace1', name='Super4', column_type='Super',
subcomparator_type='UTF8Type')
TypeError: __init__() takes at most 5 arguments (6 given)
If I open up ttypes.py I see that CfDef.__init__ takes 8 args. I'm not sure
what's going on.
> Make endpointsnitch per-cluster instead of per-keyspace
> -------------------------------------------------------
>
> Key: CASSANDRA-986
> URL: https://issues.apache.org/jira/browse/CASSANDRA-986
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.6
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 0.7
>
> Attachments: 986-3.txt, 986.txt
>
>
> Looks like a deficiency in the EPS and/or ReplicationStrategy design is
> forcing this, we should clean it up; it doesn't make sense for there to be
> multiple answers for "how close is node X to me?"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.