Devaraj Das created HBASE-13375:
---
Summary: Provide HBase superuser higher priority over other users
in the RPC handling
Key: HBASE-13375
URL: https://issues.apache.org/jira/browse/HBASE-13375
Project: H
Jonathan Lawlor created HBASE-13374:
---
Summary: Small scanners (with particular configurations) do not
return all rows
Key: HBASE-13374
URL: https://issues.apache.org/jira/browse/HBASE-13374
Project:
stack created HBASE-13373:
-
Summary: Squash HFileReaderV3 together with HFileReaderV2 and
AbstractHFileReader; ditto for Scanners and BlockReader, etc.
Key: HBASE-13373
URL: https://issues.apache.org/jira/browse/HBASE-133
Andrew Purtell created HBASE-13372:
--
Summary: Unit tests for SplitTransaction and
RegionMergeTransaction listeners
Key: HBASE-13372
URL: https://issues.apache.org/jira/browse/HBASE-13372
Project: HBa
zhangduo created HBASE-13371:
Summary: Fix typo in TestAsyncIPC
Key: HBASE-13371
URL: https://issues.apache.org/jira/browse/HBASE-13371
Project: HBase
Issue Type: Bug
Components: test
I'm very interested in the Raft implementation (in particular, whether
it can be reused elsewhere, given that this effort seems likely to
produce the canonical Raft implementation for Java). I'd like to try
it standalone, but I'm not yet having much success.
I start a cluster of 3 servers (N=0,1,
I was talking about the server side in DisableTableHandler, specifically
BulkDisabler.
In case of the client side retry, we can now (with procv2) inspect the
status of the disable table operation and if it failed retry. Previously,
there was no way.
Enis
On Tue, Mar 31, 2015 at 2:56 PM, Stephen
There is no retry in DisableTableHandler code.
The sync version of disableTable (HBaseAdmin.java) waits a long period and
kept checking whether the table is disabled, even the DisableTableHandler
already completes and it does not know. After long wait, it would
throw RegionException. It is up to
We retry (2) until it succeeds or master is stopped (in which case the new
master takes over), no?
On Tue, Mar 31, 2015 at 2:00 PM, Stephen Jiang
wrote:
> In DisableTableHandler#handleDisableTable(), we do the following:
> (1). Set the table state to DISABLING
> (2). Try to mark all regions of t
In DisableTableHandler#handleDisableTable(), we do the following:
(1). Set the table state to DISABLING
(2). Try to mark all regions of table (based on in-memory state of the
active master) to offline
(3). If 2 succeed, then set the table state to DISABLED
My question is if (2) failed, it would co
ramkrishna.s.vasudevan created HBASE-13370:
--
Summary: PE tool could give option for using Explicit Column
Tracker which leads to seeks
Key: HBASE-13370
URL: https://issues.apache.org/jira/browse/HBASE-133
Ted Yu created HBASE-13369:
--
Summary: Expose scanNext stats to region server level
Key: HBASE-13369
URL: https://issues.apache.org/jira/browse/HBASE-13369
Project: HBase
Issue Type: Improvement
ramkrishna.s.vasudevan created HBASE-13368:
--
Summary: Hash.java is declared as public Interface - but it should
be Private
Key: HBASE-13368
URL: https://issues.apache.org/jira/browse/HBASE-13368
Liu Shaohui created HBASE-13367:
---
Summary: Add a replication label to mutations from replication
Key: HBASE-13367
URL: https://issues.apache.org/jira/browse/HBASE-13367
Project: HBase
Issue Typ
Liu Shaohui created HBASE-13366:
---
Summary: Throw DoNotRetryIOException instead of read only
IOException
Key: HBASE-13366
URL: https://issues.apache.org/jira/browse/HBASE-13366
Project: HBase
I
15 matches
Mail list logo