From notifications-return-1430-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Aug 15 17:00:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 37D2A180645 for ; Thu, 15 Aug 2019 19:00:06 +0200 (CEST) Received: (qmail 30568 invoked by uid 500); 15 Aug 2019 17:00:05 -0000 Mailing-List: contact notifications-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list notifications@zookeeper.apache.org Received: (qmail 30559 invoked by uid 99); 15 Aug 2019 17:00:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2019 17:00:05 +0000 From: GitBox To: notifications@zookeeper.apache.org Subject: [GitHub] [zookeeper] TisonKun commented on a change in pull request #1049: ZOOKEEPER-3475 Enable Checkstyle configuration on zookeeper-server Message-ID: <156588840555.8092.1437012476593314392.gitbox@gitbox.apache.org> Date: Thu, 15 Aug 2019 17:00:05 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit TisonKun commented on a change in pull request #1049: ZOOKEEPER-3475 Enable Checkstyle configuration on zookeeper-server URL: https://github.com/apache/zookeeper/pull/1049#discussion_r314404109 ########## File path: zookeeper-server/src/main/java/org/apache/zookeeper/ServerAdminClient.java ########## @@ -192,9 +192,12 @@ public static void setTraceMask(String host, int port, String traceMaskStr) { int rc = is.read(resBytes); ByteBuffer res = ByteBuffer.wrap(resBytes); long retv = res.getLong(); - System.out.println("rc=" + rc + " retv=0" - + Long.toOctalString(retv) + " masks=0" - + Long.toOctalString(traceMask)); + System.out.println("rc=" + + rc Review comment: Reformatted ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services