Skip to content

Commit ba7afcd

Browse files
committed
Move troubleshooting to be consistent with other operators
1 parent 003adc2 commit ba7afcd

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/modules/hbase/pages/troubleshooting/index.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,24 @@ jvmArgumentOverrides:
1717
add:
1818
- "-Dzookeeper.sasl.client=false"
1919
----
20+
21+
22+
== Additional stack-traces
23+
24+
To add more useful information to stack-traces caused by RPC issues, the xref:concepts:overrides.adoc#config-overrides[Config overrides documentation] can be used to replace the default Netty implementation:
25+
26+
[source,yaml]
27+
----
28+
masters:
29+
roleGroups:
30+
default:
31+
configOverrides:
32+
hbase-site.xml:
33+
hbase.rpc.client.impl: "org.apache.hadoop.hbase.ipc.BlockingRpcClient"
34+
regionServers:
35+
roleGroups:
36+
default:
37+
configOverrides:
38+
hbase-site.xml:
39+
hbase.rpc.client.impl: "org.apache.hadoop.hbase.ipc.BlockingRpcClient"
40+
----

docs/modules/hbase/pages/usage-guide/troubleshooting.adoc

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/modules/hbase/partials/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
** xref:hbase:usage-guide/hbck2.adoc[]
1414
** xref:hbase:usage-guide/snapshot-export.adoc[]
1515
** xref:hbase:usage-guide/adls.adoc[]
16-
** xref:hbase:usage-guide/troubleshooting.adoc[]
1716
** xref:hbase:usage-guide/operations/index.adoc[]
1817
*** xref:hbase:usage-guide/operations/cluster-operations.adoc[]
1918
*** xref:hbase:usage-guide/operations/pod-placement.adoc[]

0 commit comments

Comments
 (0)