Hi Ben,
from my experiences with both Cassandra and Thrift this is somewhat unusual.
Maybe it helps to know, which language you are using and what Cassandra
client (if any)?
Have fun,
Jens
-----Ursprungliche Nachricht-----
From: Benedikt, Neuenfeldt (NED)
Sent: Wednesday, November 27, 2013 8:53 AM
To: [email protected]
Subject: TFramedTransport sending empty buffer
While using Cassandra I noticed that TFramedTransport flushes before
closing the connection.
However, it will still flush the buffer even if it is empty, basically
sending a 0 sized packet.
This results in Cassandra reporting: Read an invalid frame size of 0.
Are you using TFramedTransport?
I am not sure whether this is part of the protocol or whether it is
Cassandra being overly verbose.
Any ideas on this? The issue still persists when using the latest
version (0.9.1).
With best regards,
Ben