Documentation
ODP 3.3.6.3-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
replication (Hbck2)
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Identifies issues related to HBase replication and optionally fixes them.
Command Syntax
Bash
hbase hbck -j <path-to-hbck2-jar> replication [OPTIONS] [<TABLENAME>... | -i <INPUT_FILE>...]Options
| Option | Description |
|---|---|
-f, --fix | Attempts to correct any replication issues found. |
-i, --inputFiles <file1> [<file2>...] | Specifies one or more input files containing table names, one per line. |
Description
This command checks for common replication-related issues in the cluster. Its primary functions include:
- Detecting undeleted replication queues
These queues may remain after RegionServer failures or other operational issues.
With
--fix, the command attempts to delete these stale queues. - Checking replication barriers for specified tables
If table names are provided—either directly or through an input file—the command inspects replication barriers for those tables.
With
--fix, it purges outdated or unnecessary barriers.
Cleaning up stale replication metadata helps ensure smooth and consistent replication behavior across the cluster.
Examples
- Report replication issues for all tables:
Bash
hbase hbck -j <path-to-hbck2-jar> replication- Fix replication issues for
myreplicatedtable:
Bash
hbase hbck -j <path-to-hbck2-jar> replication --fix myreplicatedtable- Fix replication issues for tables listed in
fileName1:
Bash
hbase hbck -j <path-to-hbck2-jar> replication --fix -i fileName1Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Nov 13, 2025
Was this page helpful?
Next to read:
reportMissingRegionsInMeta (Hbck2)Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message