Member since
01-16-2018
613
Posts
48
Kudos Received
109
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
132 | 04-08-2025 06:48 AM | |
256 | 04-01-2025 07:20 AM | |
190 | 04-01-2025 07:15 AM | |
682 | 05-06-2024 06:09 AM | |
1020 | 05-06-2024 06:00 AM |
12-08-2020
03:47 AM
backup command running with hbase super user hbase backup create full hdfs://hostname:port/backup -t table_name restore command hbase restore hdfs://hostname:port/backup -t table_name we did this on same cluster
... View more
11-22-2020
09:28 PM
Hello @Manoj690 RegionServer is a Service & your team can add the RegionServer Service interactively using via Ambari (HDP) or Cloudera Manager (CDH or CDP). - Smarak
... View more
11-12-2020
10:51 AM
Hello @lenu If you have Replication enabled, WALs are likely to be persisted until the WALs are replicated. If you aren't using HBase Replication, Ensure there are no Peers (via "list_peers") & "hbase.replication" Property is false. If the oldWALs aren't removed, Enable TRACE Logging for the HBase Master Service, which would print the CleanerChore Thread removing or skipping any entries. - Smarak
... View more
11-12-2020
10:43 AM
Hello @ebythomaspanick It appears you are hitting HBASE-20616. If you have verified that no other Procedures are in RUNNABLE State (Except for Truncate & Enable for the concerned Table), Sidelining the MasterProcWALs & Clearing the Temp Directory "/apps/hbase/data/.tmp" would ensure the TruncateTableProcedure aren't retried. Stop the Masters (Active & Standby) during the concerned Step to avoid any issues. - Smarak
... View more
11-12-2020
10:27 AM
Hello @singhvNt It's an Old Post, yet answering the Query for posterity. MajorCompaction doesn't perform any Merging of Regions. Either Region Normalizer or MergeRegion Command merges the Regions. - Smarak
... View more
11-12-2020
10:21 AM
Hello @shubs If you have fixed the issue, Kindly update the Post with the Solution. The Exception is coming from DFSInputStream with EOFException. Worth checking if the RegionServer having issues has any Zero Length WAL File under the WAL Directory. Or, Enable TRACE Logging on the concerned RegionServer to capture additional details on the concerned Exception. Or, Checking which WAL is being replicated & any FS issues with the blocks associated with the WAL File. - Smarak
... View more
11-12-2020
10:11 AM
Hello @SimL YARN Timeline Server v2 Reader uses HBase for Storage. The Log & HBCK Report shows the Table "prod.timelineservice.entity" has Regions in OPENING State, which would naturally cause any Client accessing the Table report RetriesExhaustedWithDetailsException. A Region is typically stuck in OPENING State, if there is any issues with WALEditReplay or any other reason, which would be clear from the RegionServer Logs where the Region is being opened. Unless the RegionServer Logs are available, any Comment is unlikely to be an accurate assessment of the issue your team is facing. Would recommend checking the RegionServer Logs wherein the Regions are in OPENING State & based on the cause, plan accordingly. - Smarak
... View more
11-12-2020
10:02 AM
Hello @qu1etstorm The Logs FileNotFoundException & YouAreDeadException are typically observed after the Cause, so worth checking the Logs before the concerned 2 Exception. TheYouAreDeadException is thrown by the Master when a RegionServer reports and is already being processed as Dead. This can happen when aRegionServer loses its session but didn't figure it yet. So, Best to check with respect to the RegionServer ZNode Session tracking in the Logs, while comparing the time at when the Master detected the RegionServer Ephemeral ZNode as being removed. Typically, JVMPause are the most likely cause. - Smarak
... View more
11-12-2020
09:51 AM
Hello @amit_ The Post is couple of months old, yet wish to know if you have fixed the issue. The Lease seems to have expired after ~30 Minutes as per your Configuration. However, the Log shows a processingTime of ~30/~60 Seconds for ~5MB of Scan Size, so the Scanner Lease expiring after ~30 Minutes looks strange & appears to be caused by either the Client going away somehow or the processingTime being excessively slow. If you have fixed the issue, Will appreciate your feedback on the Post. - Smarak
... View more
11-04-2020
11:36 PM
Thank You @Seaport for sharing the Solution for wider audience. In short, you followed the Link [1] to resolve the Protocol Header Issue as utilised by the User in Link [2]. - Smarak [1] https://github.com/python-happybase/happybase/issues/161 [2] https://community.cloudera.com/t5/Support-Questions/Sharing-how-to-solve-HUE-and-HBase-connect-problem-on-CDH-6/td-p/82030
... View more
- « Previous
- Next »