Christopher Tubbs created THRIFT-4078:
-----------------------------------------
Summary: TServiceClient.java pollutes System.out with debug message
Key: THRIFT-4078
URL: https://issues.apache.org/jira/browse/THRIFT-4078
Project: Thrift
Issue Type: Bug
Components: Java - Library
Affects Versions: 0.10.0
Reporter: Christopher Tubbs
Priority: Blocker
I believe this issue would warrant a 0.10.1 fix. It's quite frustrating.
Inside {{lib/java/src/org/apache/thrift/TServiceClient.java}}, there appears to
be a debugging message which was left in. This pollutes the client
application's console with "Received 1" messages. See Line 84 in the
{{receiveBase}} method:
{code}
System.out.format("Received %d%n", msg.seqid);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)