You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/23 00:16:00 UTC

[jira] [Resolved] (ACCUMULO-3321) Log exceptions in ThriftScanner#getBatchFromServer as warnings/errors

     [ 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)