hbase
hbase copied to clipboard
Apache HBase
HBASE-29574 Resolve the issue that splitting HFiles results in write failures due to storage policy during bulkload
HBASE-29572 Clean up output directory when copying the manifest fails during snapshot
HBASE-29501 IOException in SerialReplicationChecker.canPush causes entries to be pushed out of order
# Detailed Example Zookeeper state: * /hbase/replication/regions/e8/bf/b3479752a0512841ed8c47d5c8d0-peer_1 * pushedSeqId=27 * (Main queue) /hbase/replication/rs/home-host-1,16020,1754475014225/peer_1/home-host-1%2C16020%2C1754475014225.1754475020411 * lastWalPosition=409 * (Reclaimed queue) /hbase/replication/rs/home-host-1,16020,1754475014225/peer_1-home-host-1,16020,1754474482197/home-host-1%2C16020%2C1754474482197.1754474488449 * lastWalPosition=716 WAL's: * (Active WAL) /hbase/replication/rs/home-host-1,16020,1754475014225/peer_1/home-host-1%2C16020%2C1754475014225.1754475020411 ``` position: 409 ,{"sequence":"34","region":"e8bfb3479752a0512841ed8c47d5c8d0","actions":[{"qualifier":"HBASE::REGION_EVENT::REGION_OPEN","vlen":216,"row":"\\x00","type":"Put","family":"METAFAMILY","timestamp":"1754475023833","total_size_sum":"328"}],"table":{"name":[116,101,115,116,95,116,97,98,108,101],"nameAsString":"test_table","namespace":[100,101,102,97,117,108,116],"namespaceAsString":"default","qualifier":[116,101,115,116,95,116,97,98,108,101],"qualifierAsString":"test_table","systemTable":false,"hashCode":2070785505}}edit...
# Steps to reproduce 1. Start source hbase regionserver with debug options and connect to it via a debugger, e.g. eclipse, to be able to place breakpoints to suspend threads...
Ticket : https://issues.apache.org/jira/browse/HBASE-28660 # Description When using HBase Shell (tested on hbase 2.6.0), a bug exists related to failure handling. If a user accidentally uses an incorrect variable assignment with...
HBASE-29433: Resolve exception in AsyncTable for coprocessor services when a region merges/splits
This updates how the client reacts to region merges/splits while processing `coprocessorService()`. Instead of failing the region, it resubmits the affected range of row keys to try to save the...