You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2017/02/08 21:41:41 UTC

[jira] [Created] (THRIFT-4078) TServiceClient.java pollutes System.out with debug message

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)