You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2013/09/05 16:28:52 UTC

[jira] [Created] (CASSANDRA-5978) stressd broken by ClientEncriptionOptions

Jeremiah Jordan created CASSANDRA-5978:
------------------------------------------

             Summary: stressd broken by ClientEncriptionOptions
                 Key: CASSANDRA-5978
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5978
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Jeremiah Jordan
            Priority: Minor


The ClientEncryptionOptions object added to org.apache.cassandra.stress.Session is not Serializable.  So if you try to use stress with stressd, the Session can't be serialized to be passed over to stressd:

{noformat}
Exception in thread "main" java.io.NotSerializableException: org.apache.cassandra.config.EncryptionOptions$ClientEncryptionOptions
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.writeObject(Unknown Source)
at org.apache.cassandra.stress.Stress.main(Unknown Source)
{noformat}

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