Member since
09-03-2020
121
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1018 | 06-15-2023 06:35 AM | |
2594 | 04-03-2023 10:51 PM |
01-16-2024
04:39 AM
Hi @yagoaparecidoti The log4j CVE-2021-44228 is fixed in 7.1.7 SP1 https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/runtime-release-notes/topics/rt-pvc-cve-sp1.html
... View more
12-26-2023
01:02 AM
Hi @Abdul @lwang @rar59b We have a know issue with the javax.security.sasl.SaslException: DIGEST-MD5: IO error acquiring password. Which is not yet fixed in any current CDP versions. https://issues.apache.org/jira/browse/HDFS-16332 Are we seeing any jobs failures when we have this issue? What values we set for the below parameters. dfs.data.transfer.protection = hadoop.rpc.protection = dfs.encrypt.data.transfer =
... View more
08-03-2023
01:29 PM
Hi @kkanchu Can you please accept the answer if the above steps helps to change the log level of the HBase daemon on the fly without any restart.
... View more
07-07-2023
02:56 AM
Hi @Hilljairus Once the Hbase is started we need to confirm weather the active and standby master states showing, until unless the system tables (meta, namespace, and ACLs) are assigned the active and standby states of the master will not get. Based on the shared exception the namespace table is not assigned, please check the master logs and make sure the namespace table is assigned or not, if it is not assigned please assign the namespace table to fix the issue.
... View more
07-07-2023
02:45 AM
Hi @rahuledavalath We can use the HBase replication process for the data copy between the two CDP clusters, like production to DR. We have multiple open documents for the setting Hbase replication please follow the docs for setting the replication between two cluster to synchronise the data. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/hbase-backup-dr/topics/hbase-replication.html https://blog.cloudera.com/apache-hbase-replication-overview/
... View more
06-15-2023
06:35 AM
Hi @ghostyoona The CDH 5.14.2 support Opensuse till 12 SP2 only. From CDH 5.16.x we have the Opensuse 12SP5 support. Thanks
... View more
04-03-2023
10:51 PM
@joan_viladrosa We don’t have any possible way to stop the compaction in flight in a gracious manner, but we can stop the major compaction by restarting the specific region server where the major compaction is running.
... View more
05-06-2022
02:42 AM
@arunpoy If we are using the CDH/CDP both timeout parameters(hbase.rpc.timeout & hbase.client.scanner.timeout.period) need to be added in both server-side and client-side in the below paths from the HBase configuration. HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml Bothe the time-out parameters need to be added on the server and client-side and RPC(hbase.rpc.timeout) time-out needs to be set a bit higher than the client scanner time-out (hbase.client.scanner.timeout.period).
... View more
03-11-2022
01:41 AM
We can use the HBase master UI for enabling and disabling the TRACE/DEBUG/INFO without restarting any service. ➤ To enable the TRACE/DEBUG logging please follow the below steps from the Hbase master UI for the master server. Step 1: Hbase Master UI -> click on log level-> add the property(org.apache.hadoop.ipc) on the second log box-> enter the DBUG in Level box-> click on Set log level radio button. ➤ To enable the TRACE/DEBUG logging please follow the below steps from the Hbase master UI for the specific region server. Step 1: Hbase Master UI -> select specific region server-> click on log level-> add the property(org.apache.hadoop.ipc) on the second log box-> enter the DBUG in Level box-> click on Set log level radio button. ➤ Once the completion of the above steps, just verifies whether the changes are effected or not with the below steps. Step 2: Hbase Master UI -> select specific region server/Master server-> click on log level-> add the property(org.apache.hadoop.ipc) on the fist log box-> click on the Get log level radio button, and verify the log level. Or ➤ hadoop daemonlog -setlevel <hbase regionserver host>:<port> org.apache.hadoop.hbase TRACE/DEBUG/INFO
... View more
10-25-2021
01:30 AM
Hi, @kras Thank you for writing back with your observation. Can you please check the below details as well? 1) When the Region Server JVM reports High CPU, Open "top" Command for the Region Server PID, 2) Use "Shift H" to open the Thread View of the PID. This would show the Threads within the Region Server JVM with CPU Usage, 3) Monitor the Thread View & Identify the Thread hitting the Max CPU Usage, 4) Take Thread Dump | JStack of Region Server PID & Compare the Thread with the "top" Thread View consuming the Highest CPU. 5) Check the CUP usage of the other services that are hosted on the Region Server host. The above Process would allow you to identify the Thread contributing towards the CPU Usage. Compare the same with other Region Server & your Team can make a Conclusive Call to identify the reasoning for CPU Utilization. Howsoever Logs are reviewed, Narrowing the Focus of JVM review would assist in identifying the Cause. Review shared Link for additional reference. Ref: https://www.infoworld.com/article/3336222/java-challengers-6-thread-behavior-in-the-jvm.html https://blogs.manageengine.com/application-performance-2/appmanager/2011/02/09/identify-java-code-co... https://blog.jamesdbloom.com/JVMInternals.html Thanks & Regards, Prathap Kumar.
... View more