Hi HBase devs,
Could someone please help review the following small bug fix? PR: https://github.com/apache/hbase/pull/8489 JIRA: https://issues.apache.org/jira/browse/HBASE-30092 The patch prevents MonitoredRPCHandlerImpl from stringifying large in-flight protobuf RPC requests while generating task snapshot and RegionServer heartbeat information. Instead, it records the protobuf message type while preserving the serialized packet length. The PR changes two files, includes a focused regression test, is mergeable, and all GitHub Actions checks are green. It has been open since July 22 and has not received a review yet. Any review or suggestion for an appropriate reviewer would be greatly appreciated. Thanks, Zhengxuan Ma Pluto [email protected]
