Skip to content

Commit fdb0c2c

Browse files
authored
HBASE-29020 Update logging references to org.apache.hadoop.ipc in docs and examples (apache#6522)
Signed-off-by: Nihal Jain <nihaljain@apache.org>
1 parent ab3282d commit fdb0c2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/asciidoc/_chapters/troubleshooting.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ Enabling the RPC-level logging on a RegionServer can often give insight on timin
9393
Once enabled, the amount of log spewed is voluminous.
9494
It is not recommended that you leave this logging on for more than short bursts of time.
9595
To enable RPC-level logging, browse to the RegionServer UI and click on _Log Level_.
96-
Set the log level to `DEBUG` for the package `org.apache.hadoop.ipc` (That's right, for `hadoop.ipc`, NOT, `hbase.ipc`). Then tail the RegionServers log.
96+
Set the log level to `TRACE` for the package `org.apache.hadoop.hbase.ipc`, then tail the RegionServers log.
9797
Analyze.
9898
9999
To disable, set the logging level back to `INFO` level.
100100
101+
The same log settings also work on Master and for the client.
102+
101103
[[trouble.log.gc]]
102104
=== JVM Garbage Collection Logs
103105

0 commit comments

Comments
 (0)