You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bharath Vissapragada (Jira)" <ji...@apache.org> on 2021/05/29 00:13:00 UTC

[jira] [Created] (HBASE-25942) Get rid of null regioninfo in wrapped connection exceptions

Bharath Vissapragada created HBASE-25942:
--------------------------------------------

             Summary: Get rid of null regioninfo in wrapped connection exceptions
                 Key: HBASE-25942
                 URL: https://issues.apache.org/jira/browse/HBASE-25942
             Project: HBase
          Issue Type: Improvement
          Components: logging
            Reporter: Bharath Vissapragada
            Assignee: Bharath Vissapragada


I was debugging something and noticed this,

{noformat}
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException: java.io.IOException: Call to address=localhost:59142null failed on local exception: java.io.IOException: Connection reset by peer
{noformat}

`null` there is regioninfo and because this call has nothing set on it, it was confusing where that null is coming from, added recently via HBASE-25735.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)