hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

* add an option to specify a docker volume to use for the local maven repo * if we are reusing a maven repo path then remove our package space...

Jmx metrics can be query by http request. But metrics will be reset after any get request. The root cause may be the implement of Histogram's method "snapshot" public Snapshot...

Having all three replicas of each WAL file blocks be non-local to the RegionServer makes it less likely that failures of a co-located RegionServer and DataNode result in a corrupt...

For ServerKillingMonkeyFactory, the sleep time of the following actions are configurable via: ``` RestartRandomRsExceptMetaAction : restart.random.rs.exception.sleep.time RestartActiveMasterAction : restart.active.master.sleep.time RollingBatchRestartRsAction : rolling.batch.restart.rs.sleep.time PolicyBasedChaosMonkey : sdm.action1.period ``` For ServerAndDependenciesKillingMonkeyFactory: ``` RestartRandomRsExceptMetaAction...

… broken pipe instead of bad auth Also change the IPC related tests to test different combinations of rpc server&client, for example, NettyRpcClient and SimpleRpcServer