- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hbase Replication Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using HDP 3.0.1.0-187.I have enabled hbase replication.I have total 10 Region server.Everything was working fine,but suddenly 1 RS replication stopped and rest 9RS is able to replicate.
So in logs of RS that stop replicating I found:
regionserver.ReplicationSourceWALReader: Failed to read stream of replication entries 259735-java.io.EOFException: Cannot seek after EOF 259779- at org.apache.hadoop.hdfs.DFSInputStream.seek
Any suggesstions??
Created ‎11-12-2020 10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
