[
https://issues.apache.org/jira/browse/HBASE-28049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani resolved HBASE-28049.
----------------------------------
Fix Version/s: 2.7.0
3.0.0-beta-2
2.6.1
2.5.9
Hadoop Flags: Reviewed
Resolution: Fixed
> RSProcedureDispatcher to log the request details during retries
> ---------------------------------------------------------------
>
> Key: HBASE-28049
> URL: https://issues.apache.org/jira/browse/HBASE-28049
> Project: HBase
> Issue Type: Sub-task
> Reporter: Viraj Jasani
> Assignee: Khyati Vaghamshi
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.1, 2.5.9
>
>
> As of today, RSProcedureDispatcher only logs the exception details for the
> given RPC request, however it does not log any other details. We should log:
> * whether the request is for region open/close
> * proc id, proc class names
> * region name
>
> Sample log without any of the above mentioned details:
> {code:java}
> 2023-08-25 02:21:02,821 WARN [ispatcher-pool-40777]
> procedure.RSProcedureDispatcher - request to rs1,61020,1692930044498 failed
> due to java.io.IOException: Call to address=rs1:61020 failed on local
> exception: java.io.IOException:
> org.apache.hbase.thirdparty.io.netty.handler.codec.DecoderException:
> org.apache.hadoop.ipc.RemoteException(javax.security.sasl.SaslException): GSS
> initiate failed, try=0, retrying... {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)