[jira] [Created] (HBASE-13375) Provide HBase superuser higher priority over other users in the RPC handling

2015-03-31 Thread Devaraj Das (JIRA)
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

[jira] [Created] (HBASE-13374) Small scanners (with particular configurations) do not return all rows

2015-03-31 Thread Jonathan Lawlor (JIRA)
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:

[jira] [Created] (HBASE-13373) Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.

2015-03-31 Thread stack (JIRA)
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

[jira] [Created] (HBASE-13372) Unit tests for SplitTransaction and RegionMergeTransaction listeners

2015-03-31 Thread Andrew Purtell (JIRA)
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

[jira] [Created] (HBASE-13371) Fix typo in TestAsyncIPC

2015-03-31 Thread zhangduo (JIRA)
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

Running Raft / HBASE-12259 test-apps standalone

2015-03-31 Thread Justin Santa Barbara
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,

Re: Question on DisableTableHandler#handleDisableTable()

2015-03-31 Thread Enis Söztutar
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

Re: Question on DisableTableHandler#handleDisableTable()

2015-03-31 Thread Stephen Jiang
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

Re: Question on DisableTableHandler#handleDisableTable()

2015-03-31 Thread Enis Söztutar
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

Question on DisableTableHandler#handleDisableTable()

2015-03-31 Thread Stephen Jiang
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

[jira] [Created] (HBASE-13370) PE tool could give option for using Explicit Column Tracker which leads to seeks

2015-03-31 Thread ramkrishna.s.vasudevan (JIRA)
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

[jira] [Created] (HBASE-13369) Expose scanNext stats to region server level

2015-03-31 Thread Ted Yu (JIRA)
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

[jira] [Created] (HBASE-13368) Hash.java is declared as public Interface - but it should be Private

2015-03-31 Thread ramkrishna.s.vasudevan (JIRA)
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

[jira] [Created] (HBASE-13367) Add a replication label to mutations from replication

2015-03-31 Thread Liu Shaohui (JIRA)
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

[jira] [Created] (HBASE-13366) Throw DoNotRetryIOException instead of read only IOException

2015-03-31 Thread Liu Shaohui (JIRA)
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