Created on 11-03-2020 07:17 PM - edited 11-03-2020 08:20 PM
Hi All,
org.apache.hadoop.hbase.spark.HBaseContext.bulkPut to write data to Hbase.
What I have tried so far to fix this:
Created on 12-02-2020 09:46 PM - last edited on 12-02-2020 10:58 PM by VidyaSargur
Hello @nanda_bigdata
Sharing the Solution to ensure the Post is marked Completed. From WAL Reader, We confirmed the Writes to the RegionServer WAL pertains to 1 ColumnFamily only, indicating the Writes are arriving to 1 ColumnFamily only. It was confirmed that the wrong Hbase Configuration was being used by the Application. After ensuring the correct Hbase Configuration was used by Application, the issue was Fixed.
- Smarak
Created on 12-02-2020 09:46 PM - last edited on 12-02-2020 10:58 PM by VidyaSargur
Hello @nanda_bigdata
Sharing the Solution to ensure the Post is marked Completed. From WAL Reader, We confirmed the Writes to the RegionServer WAL pertains to 1 ColumnFamily only, indicating the Writes are arriving to 1 ColumnFamily only. It was confirmed that the wrong Hbase Configuration was being used by the Application. After ensuring the correct Hbase Configuration was used by Application, the issue was Fixed.
- Smarak
Created 03-18-2021 04:31 AM
Hi Smarak,
Can you please elaborate on what changes were done from the application side to resolve the issue?
The memstore flush was failing for the column families for one of the table causing of region server to crash.
Thanks,
Vishal
Created 03-26-2021 12:05 AM
Hello @vishal6196
It's been a while on the Post yet as far as I recall, the App was writing to 1 CF only. In short, WAL is used for each RegionServer & subsequently, the Writes arrives at MemStore based on CF demarcation at Region Level. From WALReader, We confirmed the WAL have entries for 1 CF only, naturally indicating the MemStore of the concerned CF would be populated only. Additionally, I don't recall Crash being observed.
Are you facing similar concerns in your Environment. If Yes, Kindly share the following details in a New Post:
- Smarak
[1] https://hbase.apache.org/book.html#hlog_tool.prettyprint