Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0, 1.4.6
-
None
-
Allows configuration of the length of RPC messages printed to the log at TRACE level via "hbase.ipc.trace.param.size" in RpcServer.
Description
Two things:
- We truncate RpcServer output to 1000 characters for trace logging. Would be better if that value was configurable.
- There is the chance for an ArrayIndexOutOfBounds when truncating the TRACE log message.
Esteban mentioned this to me earlier, so I'm crediting him as the reporter.
cc: elserj
Attachments
Attachments
Issue Links
- is cloned by
-
HBASE-21125 Backport 'HBASE-20942 Improve RpcServer TRACE logging' to branch-2.1
- Resolved
- is duplicated by
-
HBASE-21108 RpcServer when trace enabled might get the following exception. java.lang.StringIndexOutOfBoundsException:
- Resolved
- is related to
-
HBASE-21108 RpcServer when trace enabled might get the following exception. java.lang.StringIndexOutOfBoundsException:
- Resolved
-
HBASE-20826 Truncate responseInfo attributes on RpcServer WARN messages
- Resolved