You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sa...@apache.org on 2018/12/07 15:55:52 UTC

cassandra-dtest git commit: Remove use of TBinaryProtocolAccelerated

Repository: cassandra-dtest
Updated Branches:
  refs/heads/master 325ef3fa0 -> 3d069f713


Remove use of TBinaryProtocolAccelerated

Patch by Sam Tunnicliffe; reviewed by Stefan Podkowinski for CASSANDRA-14921


Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/3d069f71
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/3d069f71
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/3d069f71

Branch: refs/heads/master
Commit: 3d069f713ef2bd61a32863b29a6f160b74ecd89c
Parents: 325ef3f
Author: Sam Tunnicliffe <sa...@beobal.com>
Authored: Thu Nov 29 17:36:05 2018 +0000
Committer: Sam Tunnicliffe <sa...@beobal.com>
Committed: Fri Dec 7 15:43:00 2018 +0000

----------------------------------------------------------------------
 putget_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/3d069f71/putget_test.py
----------------------------------------------------------------------
diff --git a/putget_test.py b/putget_test.py
index 8d22f85..bdb2cb1 100644
--- a/putget_test.py
+++ b/putget_test.py
@@ -217,7 +217,7 @@ class ThriftConnection(object):
 
         socket = TSocket.TSocket(host, port)
         self.transport = TTransport.TFramedTransport(socket)
-        protocol = TBinaryProtocol.TBinaryProtocolAccelerated(self.transport)
+        protocol = TBinaryProtocol.TBinaryProtocol(self.transport)
         self.client = self.Cassandra.Client(protocol)
 
         socket.open()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org