From notifications-return-49299-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Apr 23 00:16:02 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 8A39F18064D for ; Tue, 23 Apr 2019 02:16:02 +0200 (CEST) Received: (qmail 71733 invoked by uid 500); 23 Apr 2019 00:16:02 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 71711 invoked by uid 99); 23 Apr 2019 00:16:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2019 00:16:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1CC9AE2AFC for ; Tue, 23 Apr 2019 00:16:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 75F7525818 for ; Tue, 23 Apr 2019 00:16:00 +0000 (UTC) Date: Tue, 23 Apr 2019 00:16:00 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-3321) Log exceptions in ThriftScanner#getBatchFromServer as warnings/errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-3321. ----------------------------------------- Resolution: Won't Fix The pull request for this issue was closed, as a workaround was identified. > Log exceptions in ThriftScanner#getBatchFromServer as warnings/errors > ---------------------------------------------------------------------- > > Key: ACCUMULO-3321 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3321 > Project: Accumulo > Issue Type: Improvement > Components: client > Reporter: Ariel Valentin > Priority: Minor > > While trying to debug an issue with a client that seemed unresponsive I increased the log lever to debug and found that we were experiencing DNS failures: > {code} > 22:14:53,549 DEBUG [org.apache.zookeeper.ClientCnxn] (http-/192.168.220.198:8080-1-SendThread(ZKHOST:2181)) Reading reply sessionid:0x1498bc00431010f, packet:: clientPath:null serverPath:null finished:false header:: 414,3 replyHeader:: 414,107374188046,0 request:: '/accumulo/4663a372-d7f0-4956-a110-ff063c781ead/tservers/TSERVER_HOST:10011/zlock-0000000036,T response:: s{107374187891,107374187891,1415398174207,1415398174207,0,0,0,92758924158107923,33,0,107374187891} > 22:14:53,922 DEBUG [org.apache.zookeeper.ClientCnxn] (http-/192.168.220.198:8080-1-SendThread(ZKHOST:2181)) Reading reply sessionid:0x1498bc00431010f, packet:: clientPath:null serverPath:null finished:false header:: 415,4 replyHeader:: 415,107374188046,0 request:: '/accumulo/4663a372-d7f0-4956-a110-ff063c781ead/tservers/TSERVER_HOST:10011/zlock-0000000036,T response:: #54534552565f434c49454e543d7330322d6265732d646e6f6436323a3130303131,s{107374187891,107374187891,1415398174207,1415398174207,0,0,0,92758924158107923,33,0,107374187891} > 22:14:53,936 DEBUG [org.apache.accumulo.core.client.impl.ThriftScanner] (http-/192.168.220.198:8080-1) Error getting transport to TSERVER_HOST:10011 : org.apache.thrift.transport.TTransportException: java.net.UnknownHostException > {code} > There is another exception that is logged at debug in getBatchFromServer and I would like these messages to log at WARN or ERROR level. -- This message was sent by Atlassian JIRA (v7.6.3#76005)