Update py_stress to reflect udpated KsDef params
------------------------------------------------
Key: CASSANDRA-1352
URL: https://issues.apache.org/jira/browse/CASSANDRA-1352
Project: Cassandra
Issue Type: Bug
Components: Contrib
Affects Versions: 0.7 beta 1
Reporter: Nirmal Ranganathan
Assignee: Nirmal Ranganathan
Priority: Trivial
Fix For: 0.7 beta 1
The following occurs while running stress.py.
Traceback (most recent call last):
File "stress.py", line 387, in <module>
make_keyspaces()
File "stress.py", line 160, in make_keyspaces
client.system_add_keyspace(keyspace)
File
"/Users/nirmal.ranganathan/Documents/workspace/cassandra.git/interface/thrift/gen-py/cassandra/Cassandra.py",
line 1288, in system_add_keyspace
self.send_system_add_keyspace(ks_def)
File
"/Users/nirmal.ranganathan/Documents/workspace/cassandra.git/interface/thrift/gen-py/cassandra/Cassandra.py",
line 1295, in send_system_add_keyspace
args.write(self._oprot)
File
"/Users/nirmal.ranganathan/Documents/workspace/cassandra.git/interface/thrift/gen-py/cassandra/Cassandra.py",
line 5745, in write
oprot.trans.write(fastbinary.encode_binary(self, (self.__class__,
self.thrift_spec)))
SystemError: Objects/dictobject.c:1562: bad argument to internal function
KsDef added an extra parameter and needs to be updated here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.