[jira] [Created] (HBASE-17260) Procedure v2 - Add setOwner() overload taking a User instance

2016-12-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17260: --- Summary: Procedure v2 - Add setOwner() overload taking a User instance Key: HBASE-17260 URL: https://issues.apache.org/jira/browse/HBASE-17260 Project: HBase

[jira] [Created] (HBASE-17228) precommit grep -c ERROR may grab non errors

2016-12-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17228: --- Summary: precommit grep -c ERROR may grab non errors Key: HBASE-17228 URL: https://issues.apache.org/jira/browse/HBASE-17228 Project: HBase Issue Type

[jira] [Created] (HBASE-17149) Procedure v2 - Fix nonce submission

2016-11-21 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17149: --- Summary: Procedure v2 - Fix nonce submission Key: HBASE-17149 URL: https://issues.apache.org/jira/browse/HBASE-17149 Project: HBase Issue Type: Sub

[jira] [Created] (HBASE-17148) Procedure v2 - add bulk proc submit

2016-11-21 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17148: --- Summary: Procedure v2 - add bulk proc submit Key: HBASE-17148 URL: https://issues.apache.org/jira/browse/HBASE-17148 Project: HBase Issue Type: Sub

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-11-18 Thread Matteo Bertozzi
I did one last pass to the mega patch. I don't see anything major that should block the merge. - most of the code is isolated in the backup package - all the backup code is client side - there are few changes to the server side, mainly for cleaners, wal rolling and similar (which is ok) - there is

[jira] [Created] (HBASE-17104) Improve cryptic error message "Memstore size is" on region close

2016-11-15 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17104: --- Summary: Improve cryptic error message "Memstore size is" on region close Key: HBASE-17104 URL: https://issues.apache.org/jira/browse/HBASE-17104

[jira] [Created] (HBASE-17090) Procedure v2 - fast wake if nothing else is running

2016-11-14 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17090: --- Summary: Procedure v2 - fast wake if nothing else is running Key: HBASE-17090 URL: https://issues.apache.org/jira/browse/HBASE-17090 Project: HBase

[jira] [Created] (HBASE-17068) Procedure v2 - inherit region locks

2016-11-10 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17068: --- Summary: Procedure v2 - inherit region locks Key: HBASE-17068 URL: https://issues.apache.org/jira/browse/HBASE-17068 Project: HBase Issue Type: Sub

[jira] [Created] (HBASE-17067) Procedure v2 - remove zklock/tryLock and use wait/wake

2016-11-10 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17067: --- Summary: Procedure v2 - remove zklock/tryLock and use wait/wake Key: HBASE-17067 URL: https://issues.apache.org/jira/browse/HBASE-17067 Project: HBase

[jira] [Created] (HBASE-17066) Procedure v2 - Add handling of merge region transition to the new AM

2016-11-10 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17066: --- Summary: Procedure v2 - Add handling of merge region transition to the new AM Key: HBASE-17066 URL: https://issues.apache.org/jira/browse/HBASE-17066 Project

[jira] [Resolved] (HBASE-17029) Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure

2016-11-04 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-17029. - Resolution: Duplicate double click created two HBASE-17029/HBASE-17030. closing this one

[jira] [Created] (HBASE-17029) Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure

2016-11-04 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17029: --- Summary: Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure Key: HBASE-17029 URL: https://issues.apache.org/jira/browse/HBASE-17029 Project

[jira] [Created] (HBASE-17030) Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure

2016-11-04 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-17030: --- Summary: Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure Key: HBASE-17030 URL: https://issues.apache.org/jira/browse/HBASE-17030 Project

[jira] [Resolved] (HBASE-16937) Replace SnapshotType protobuf conversion when we can directly use the pojo object

2016-11-04 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-16937. - Resolution: Fixed > Replace SnapshotType protobuf conversion when we can directly

[jira] [Created] (HBASE-16937) Replace SnapshotType protobuf conversion when we can directly use the pojo object

2016-10-24 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16937: --- Summary: Replace SnapshotType protobuf conversion when we can directly use the pojo object Key: HBASE-16937 URL: https://issues.apache.org/jira/browse/HBASE-16937

Re: [DISCUSS] Drop legacy hadoop support at the 2.0 release

2016-10-24 Thread Matteo Bertozzi
cool, thanks all! to sum up the discussion: HBase 2.0 will have 2.6.1+ and 2.7.1+ has supported hadoop version. (hadoop 3.x support will be decided later, since work is still going on) HBASE-16884 - updates the supported version map in the docs, with the 2.6.1+ and 2.7.1+ support for 2.0 HBASE-1

[jira] [Created] (HBASE-16892) Use TableName instead of String in SnapshotDescription

2016-10-20 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16892: --- Summary: Use TableName instead of String in SnapshotDescription Key: HBASE-16892 URL: https://issues.apache.org/jira/browse/HBASE-16892 Project: HBase

[jira] [Created] (HBASE-16871) Procedure v2 - add waiting procs back to the queue after restart

2016-10-18 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16871: --- Summary: Procedure v2 - add waiting procs back to the queue after restart Key: HBASE-16871 URL: https://issues.apache.org/jira/browse/HBASE-16871 Project

[jira] [Created] (HBASE-16865) Procedure v2 - Inherit lock from root proc

2016-10-17 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16865: --- Summary: Procedure v2 - Inherit lock from root proc Key: HBASE-16865 URL: https://issues.apache.org/jira/browse/HBASE-16865 Project: HBase Issue Type

[jira] [Created] (HBASE-16864) Procedure v2 - Fix StateMachineProcedure support for child procs at last step

2016-10-17 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16864: --- Summary: Procedure v2 - Fix StateMachineProcedure support for child procs at last step Key: HBASE-16864 URL: https://issues.apache.org/jira/browse/HBASE-16864

[jira] [Created] (HBASE-16846) Procedure v2 - executor cleanup

2016-10-14 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16846: --- Summary: Procedure v2 - executor cleanup Key: HBASE-16846 URL: https://issues.apache.org/jira/browse/HBASE-16846 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-16839) Procedure v2 - Move all protobuf handling to ProcedureUtil

2016-10-13 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16839: --- Summary: Procedure v2 - Move all protobuf handling to ProcedureUtil Key: HBASE-16839 URL: https://issues.apache.org/jira/browse/HBASE-16839 Project: HBase

[jira] [Created] (HBASE-16813) Procedure v2 - Move ProcedureEvent to hbase-procedure module

2016-10-11 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16813: --- Summary: Procedure v2 - Move ProcedureEvent to hbase-procedure module Key: HBASE-16813 URL: https://issues.apache.org/jira/browse/HBASE-16813 Project: HBase

[jira] [Created] (HBASE-16802) Procedure v2 - group procedure cleaning

2016-10-10 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16802: --- Summary: Procedure v2 - group procedure cleaning Key: HBASE-16802 URL: https://issues.apache.org/jira/browse/HBASE-16802 Project: HBase Issue Type

[jira] [Created] (HBASE-16791) Fix TestDispatchMergingRegionsProcedure#testRollbackAndDoubleExecution

2016-10-07 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16791: --- Summary: Fix TestDispatchMergingRegionsProcedure#testRollbackAndDoubleExecution Key: HBASE-16791 URL: https://issues.apache.org/jira/browse/HBASE-16791 Project

[jira] [Created] (HBASE-16781) Fix flaky TestMasterProcedureWalLease

2016-10-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16781: --- Summary: Fix flaky TestMasterProcedureWalLease Key: HBASE-16781 URL: https://issues.apache.org/jira/browse/HBASE-16781 Project: HBase Issue Type: Test

[jira] [Created] (HBASE-16779) Avoid create/disable/delete for each verification in testIllegalTableDescriptor

2016-10-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16779: --- Summary: Avoid create/disable/delete for each verification in testIllegalTableDescriptor Key: HBASE-16779 URL: https://issues.apache.org/jira/browse/HBASE-16779

[jira] [Created] (HBASE-16778) Move testIllegalTableDescriptor out from TestFromClientSide

2016-10-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16778: --- Summary: Move testIllegalTableDescriptor out from TestFromClientSide Key: HBASE-16778 URL: https://issues.apache.org/jira/browse/HBASE-16778 Project: HBase

[jira] [Created] (HBASE-16777) Fix flaky TestMasterProcedureEvents

2016-10-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16777: --- Summary: Fix flaky TestMasterProcedureEvents Key: HBASE-16777 URL: https://issues.apache.org/jira/browse/HBASE-16777 Project: HBase Issue Type: Test

[jira] [Created] (HBASE-16776) Remove duplicated versions of countRow() in tests

2016-10-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16776: --- Summary: Remove duplicated versions of countRow() in tests Key: HBASE-16776 URL: https://issues.apache.org/jira/browse/HBASE-16776 Project: HBase

[jira] [Created] (HBASE-16735) Procedure v2 - Fix yield while holding locks

2016-09-29 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16735: --- Summary: Procedure v2 - Fix yield while holding locks Key: HBASE-16735 URL: https://issues.apache.org/jira/browse/HBASE-16735 Project: HBase Issue

Re: Snapshot getting under archive folder

2016-09-28 Thread Matteo Bertozzi
exporting to archive is normal. that's how snapshot works. hbase knows how to deal with it. just use the restore_snapshot or clone_snapshot and you'll have your table available. for hbase it doesn't really matter where the files are Matteo On Wed, Sep 28, 2016 at 3:13 AM, ssharavanan wrote: >

Re: Backup Implementation (WAS => Re: [DISCUSSION] MR jobs started by Master or RS)

2016-09-27 Thread Matteo Bertozzi
; > > We do need this mechanism. Take a look at the multi-step > > > > in FullTableBackupProcedure, etc. > > > > > > > > bq. let the user export it later when he wants > > > > > > > > This would make supporting security more compl

Re: Backup Implementation (WAS => Re: [DISCUSSION] MR jobs started by Master or RS)

2016-09-24 Thread Matteo Bertozzi
g the operation of split/merge on restore. you consolidate the backup "offline" (mr job started by the user) and then ask to restore the backup. > > On Sat, Sep 24, 2016 at 7:04 AM, Matteo Bertozzi > wrote: > > > as far as I understand the code, you don't need proc

Re: Backup Implementation (WAS => Re: [DISCUSSION] MR jobs started by Master or RS)

2016-09-24 Thread Matteo Bertozzi
> > > > > > > Does MR know that? :) > > > > > > > > > > Again. With all due respect, stack - still no suggestions what > should > > > we > > > > > use for "bulk data move and transformation" instead of

[jira] [Created] (HBASE-16697) bump TestRegionServerMetrics to LargeTests

2016-09-23 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16697: --- Summary: bump TestRegionServerMetrics to LargeTests Key: HBASE-16697 URL: https://issues.apache.org/jira/browse/HBASE-16697 Project: HBase Issue Type

[jira] [Created] (HBASE-16695) Procedure v2 - Support for parent holding locks

2016-09-23 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16695: --- Summary: Procedure v2 - Support for parent holding locks Key: HBASE-16695 URL: https://issues.apache.org/jira/browse/HBASE-16695 Project: HBase Issue

Re: [DISCUSSION] MR jobs started by Master or RS

2016-09-23 Thread Matteo Bertozzi
> > > >> asked already, at least twice, to suggest another framework > > > (other > > > > > > than > > > > > > > M/R) > > > > > > > >> for bulk data copy with *conversion*. Still waiting for > > > > suggestions. > > > > &g

Re: [DISCUSSION] MR jobs started by Master or RS

2016-09-22 Thread Matteo Bertozzi
ng around core in my opinion. Like import or export. > > Or the optional MOB tool. It's fine. > > > > > On Sep 22, 2016, at 1:50 PM, Matteo Bertozzi > > wrote: > > > > > > What's the latest opinion around running MR jobs from hbase (Master or &

[DISCUSSION] MR jobs started by Master or RS

2016-09-22 Thread Matteo Bertozzi
What's the latest opinion around running MR jobs from hbase (Master or RS)? I remember in the past that there was discussion about not having MR has direct dependency of hbase. I think some of discussion where around MOB that had a MR job to compact, that later was transformed in a non-MR job to

[jira] [Created] (HBASE-16688) Split TestMasterFailoverWithProcedures

2016-09-22 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16688: --- Summary: Split TestMasterFailoverWithProcedures Key: HBASE-16688 URL: https://issues.apache.org/jira/browse/HBASE-16688 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16671) Split TestExportSnapshot

2016-09-21 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16671: --- Summary: Split TestExportSnapshot Key: HBASE-16671 URL: https://issues.apache.org/jira/browse/HBASE-16671 Project: HBase Issue Type: Test

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-21 Thread Matteo Bertozzi
let me do a "mega patch" review pass. Is this the latest? https://reviews.apache.org/r/51823/ Matteo On Wed, Sep 21, 2016 at 7:43 AM, Ted Yu wrote: > Are there more (review) comments ? > > Thanks > > On Tue, Sep 20, 2016 at 10:02 AM, Devaraj Das > wrote: > > > Just reviving this thread. Thank

[jira] [Created] (HBASE-16634) Speedup TestExportSnapshot

2016-09-14 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16634: --- Summary: Speedup TestExportSnapshot Key: HBASE-16634 URL: https://issues.apache.org/jira/browse/HBASE-16634 Project: HBase Issue Type: Test

[jira] [Resolved] (HBASE-16619) Following the quick start guide fails to launch master due to SecureBulkLoadEndpoint

2016-09-12 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-16619. - Resolution: Duplicate This is the same as HBASE-16292, HBASE-16427 and the fix will be

[jira] [Created] (HBASE-16618) Procedure v2 - Add base class for table and ns procedures

2016-09-12 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16618: --- Summary: Procedure v2 - Add base class for table and ns procedures Key: HBASE-16618 URL: https://issues.apache.org/jira/browse/HBASE-16618 Project: HBase

[jira] [Created] (HBASE-16617) Procedure v2 - Improvements

2016-09-12 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16617: --- Summary: Procedure v2 - Improvements Key: HBASE-16617 URL: https://issues.apache.org/jira/browse/HBASE-16617 Project: HBase Issue Type: Sub-task

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-09 Thread Matteo Bertozzi
we should probably have a "current limitations" section in the user guide (maybe near the technical details), some of this stuff may be in the final 2.0 since some tasks are marked as phase3, but I think is important to mention stuff like: - if you write to the table with Durability.SKIP_WALS your

[jira] [Created] (HBASE-16587) Procedure v2 - Cleanup suspended proc execution

2016-09-08 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16587: --- Summary: Procedure v2 - Cleanup suspended proc execution Key: HBASE-16587 URL: https://issues.apache.org/jira/browse/HBASE-16587 Project: HBase Issue

[jira] [Created] (HBASE-16586) Procedure v2 - Cleanup sched wait/lock semantic

2016-09-08 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16586: --- Summary: Procedure v2 - Cleanup sched wait/lock semantic Key: HBASE-16586 URL: https://issues.apache.org/jira/browse/HBASE-16586 Project: HBase Issue

Re: branch-2: Judgement Day

2016-09-07 Thread Matteo Bertozzi
sep. API changes maybe. > > On Sep 7, 2016 11:47, "Dima Spivak" wrote: > > > New filesystem layout? > > > > On Wednesday, September 7, 2016, Matteo Bertozzi < > theo.berto...@gmail.com> > > wrote: > > > > > my idea was to cut branch-2 whe

Re: branch-2: Judgement Day

2016-09-07 Thread Matteo Bertozzi
my idea was to cut branch-2 when we have the new AM. my guess is that a fully working AM that we can consider for inclusion will bring us to end of september. other stuff in 2.0 that are in-progress are - the offheap work/memstore-compaction/protobuf3 - the backup work - HLC support anything e

[jira] [Resolved] (HBASE-16519) Procedure v2 - Avoid sync wait on DDLs operation

2016-09-02 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-16519. - Resolution: Fixed > Procedure v2 - Avoid sync wait on DDLs operat

[jira] [Created] (HBASE-16552) MiniHBaseCluster#getServerWith() does not ignore stopped RSs

2016-09-02 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16552: --- Summary: MiniHBaseCluster#getServerWith() does not ignore stopped RSs Key: HBASE-16552 URL: https://issues.apache.org/jira/browse/HBASE-16552 Project: HBase

[jira] [Created] (HBASE-16551) Cleanup SplitLogManager and CatalogManager

2016-09-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16551: --- Summary: Cleanup SplitLogManager and CatalogManager Key: HBASE-16551 URL: https://issues.apache.org/jira/browse/HBASE-16551 Project: HBase Issue Type

[jira] [Created] (HBASE-16550) Procedure v2 - Add AM compatibility for 2.x Master and 1.x RSs

2016-09-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16550: --- Summary: Procedure v2 - Add AM compatibility for 2.x Master and 1.x RSs Key: HBASE-16550 URL: https://issues.apache.org/jira/browse/HBASE-16550 Project: HBase

[jira] [Created] (HBASE-16549) Procedure v2 - Add new AM metrics

2016-09-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16549: --- Summary: Procedure v2 - Add new AM metrics Key: HBASE-16549 URL: https://issues.apache.org/jira/browse/HBASE-16549 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-16548) Procedure v2 - Add handling of split/merge region transition to the new AM

2016-09-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16548: --- Summary: Procedure v2 - Add handling of split/merge region transition to the new AM Key: HBASE-16548 URL: https://issues.apache.org/jira/browse/HBASE-16548

[jira] [Resolved] (HBASE-14617) Procedure V2: Update ServerCrashProcedure to interact with assignment procedures

2016-09-01 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-14617. - Resolution: Invalid Part of HBASE-14616 > Procedure V2: Update ServerCrashProcedure

[jira] [Created] (HBASE-16543) Separate Create/Modify Table operations from open/reopen regions

2016-09-01 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16543: --- Summary: Separate Create/Modify Table operations from open/reopen regions Key: HBASE-16543 URL: https://issues.apache.org/jira/browse/HBASE-16543 Project

[jira] [Created] (HBASE-16537) Add tests to verify create/modify table region reopen with missing coprocessor

2016-08-31 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16537: --- Summary: Add tests to verify create/modify table region reopen with missing coprocessor Key: HBASE-16537 URL: https://issues.apache.org/jira/browse/HBASE-16537

[jira] [Created] (HBASE-16533) Procedure v2 - Extract chore from the executor

2016-08-30 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16533: --- Summary: Procedure v2 - Extract chore from the executor Key: HBASE-16533 URL: https://issues.apache.org/jira/browse/HBASE-16533 Project: HBase Issue

[jira] [Created] (HBASE-16522) Procedure v2 - Cache system user and avoid IOException

2016-08-29 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16522: --- Summary: Procedure v2 - Cache system user and avoid IOException Key: HBASE-16522 URL: https://issues.apache.org/jira/browse/HBASE-16522 Project: HBase

[jira] [Created] (HBASE-16519) Procedure v2 - Avoid sync wait on DDLs operation

2016-08-29 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16519: --- Summary: Procedure v2 - Avoid sync wait on DDLs operation Key: HBASE-16519 URL: https://issues.apache.org/jira/browse/HBASE-16519 Project: HBase Issue

[jira] [Created] (HBASE-16508) Move UnexpectedStateException to common

2016-08-26 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16508: --- Summary: Move UnexpectedStateException to common Key: HBASE-16508 URL: https://issues.apache.org/jira/browse/HBASE-16508 Project: HBase Issue Type

[jira] [Created] (HBASE-16507) Procedure v2 - Force DDL operation to always roll forward

2016-08-26 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16507: --- Summary: Procedure v2 - Force DDL operation to always roll forward Key: HBASE-16507 URL: https://issues.apache.org/jira/browse/HBASE-16507 Project: HBase

[jira] [Created] (HBASE-16487) Remove Class.fromName("..PrefixTreeCodec") from TableMapReduceUtil addHBaseDependencyJars

2016-08-23 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16487: --- Summary: Remove Class.fromName("..PrefixTreeCodec") from TableMapReduceUtil addHBaseDependencyJars Key: HBASE-16487 URL: https://issues.apache.org/jira/browse/H

[jira] [Created] (HBASE-16485) Procedure v2 - Add support to addChildProcedure() as last "step" in StateMachineProcedure

2016-08-23 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16485: --- Summary: Procedure v2 - Add support to addChildProcedure() as last "step" in StateMachineProcedure Key: HBASE-16485 URL: https://issues.apache.org/jira/browse/H

[jira] [Resolved] (HBASE-16472) TableNotDisabledException

2016-08-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-16472. - Resolution: Not A Problem > TableNotDisabledExcept

[jira] [Created] (HBASE-16452) Procedure v2 - Make ProcedureWALPrettyPrinter extend Tool

2016-08-18 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16452: --- Summary: Procedure v2 - Make ProcedureWALPrettyPrinter extend Tool Key: HBASE-16452 URL: https://issues.apache.org/jira/browse/HBASE-16452 Project: HBase

[jira] [Created] (HBASE-16451) Procedure v2 - Test WAL protobuf entry size limit

2016-08-18 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16451: --- Summary: Procedure v2 - Test WAL protobuf entry size limit Key: HBASE-16451 URL: https://issues.apache.org/jira/browse/HBASE-16451 Project: HBase

[jira] [Resolved] (HBASE-16427) After HBASE-13701, hbase standalone mode start failed due to mkdir failed

2016-08-16 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-16427. - Resolution: Duplicate This is the same as HBASE-16292 and the fix will be in HBASE-16257

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2016-08-10 Thread Matteo Bertozzi
There are a bunch of builds that have most of the test failing. Example: https://builds.apache.org/job/HBase-Trunk_matrix/1392/jdk=JDK%201.7%20(latest),label=yahoo-not-h2/testReport/junit/org.apache.hadoop.hbase/TestLocalHBaseCluster/testLocalHBaseCluster/ from the stack trace looks like the prob

[jira] [Created] (HBASE-16378) Procedure v2 - Make ProcedureException extend HBaseException

2016-08-08 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16378: --- Summary: Procedure v2 - Make ProcedureException extend HBaseException Key: HBASE-16378 URL: https://issues.apache.org/jira/browse/HBASE-16378 Project: HBase

[jira] [Created] (HBASE-16360) TableMapReduceUtil addHBaseDependencyJars has the wrong class name for PrefixTreeCodec

2016-08-04 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16360: --- Summary: TableMapReduceUtil addHBaseDependencyJars has the wrong class name for PrefixTreeCodec Key: HBASE-16360 URL: https://issues.apache.org/jira/browse/HBASE-16360

[jira] [Created] (HBASE-16294) hbck reporting "No HDFS region dir found" found replicas

2016-07-27 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16294: --- Summary: hbck reporting "No HDFS region dir found" found replicas Key: HBASE-16294 URL: https://issues.apache.org/jira/browse/HBASE-16294 Proj

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-07-19 Thread Matteo Bertozzi
I did some review in the early beginning, but then lost track of the changes. but I'd like to give a quick review to the full code once people here are ok with getting this feature in master (2.0). (let say we put a deadline for reviews, like 1 week for reviewing the full stuff after everyone agree

[jira] [Created] (HBASE-16219) Move meta bootstrap out of HMaster

2016-07-12 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16219: --- Summary: Move meta bootstrap out of HMaster Key: HBASE-16219 URL: https://issues.apache.org/jira/browse/HBASE-16219 Project: HBase Issue Type: Sub

[jira] [Created] (HBASE-16207) can't restore snapshot without "Admin" permission

2016-07-11 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16207: --- Summary: can't restore snapshot without "Admin" permission Key: HBASE-16207 URL: https://issues.apache.org/jira/browse/HBASE-16207

[jira] [Created] (HBASE-16121) Require only MasterServices to the ServerManager constructor

2016-06-27 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16121: --- Summary: Require only MasterServices to the ServerManager constructor Key: HBASE-16121 URL: https://issues.apache.org/jira/browse/HBASE-16121 Project: HBase

[jira] [Created] (HBASE-16119) Procedure v2 - Reimplement merge

2016-06-26 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16119: --- Summary: Procedure v2 - Reimplement merge Key: HBASE-16119 URL: https://issues.apache.org/jira/browse/HBASE-16119 Project: HBase Issue Type: Sub-task

[jira] [Reopened] (HBASE-16092) Procedure v2 - complete child procedure support

2016-06-24 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi reopened HBASE-16092: - > Procedure v2 - complete child procedure supp

[jira] [Created] (HBASE-16103) Procedure v2 - TestCloneSnaphotProcedure relies on execution order

2016-06-24 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16103: --- Summary: Procedure v2 - TestCloneSnaphotProcedure relies on execution order Key: HBASE-16103 URL: https://issues.apache.org/jira/browse/HBASE-16103 Project

[jira] [Created] (HBASE-16092) Procedure v2 - complete child procedure support

2016-06-23 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16092: --- Summary: Procedure v2 - complete child procedure support Key: HBASE-16092 URL: https://issues.apache.org/jira/browse/HBASE-16092 Project: HBase Issue

[jira] [Created] (HBASE-16082) Procedure v2 - Move out helpers from MasterProcedureScheduler

2016-06-22 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16082: --- Summary: Procedure v2 - Move out helpers from MasterProcedureScheduler Key: HBASE-16082 URL: https://issues.apache.org/jira/browse/HBASE-16082 Project: HBase

Re: [DISCUSS] HBase-2.0 SHOULD be rolling upgradable and wire-compatible with 1.x

2016-06-20 Thread Matteo Bertozzi
I think everyone wants rolling upgrade. the discussion should probably be around how much compatibility code do we want to keep around. using as example HBASE-16060, we need to decide how much are we rolling upgradable and from where. I'm not too convinced that we should have extra code in master

[jira] [Created] (HBASE-16068) Procedure v2 - use consts for conf properties in tests

2016-06-20 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16068: --- Summary: Procedure v2 - use consts for conf properties in tests Key: HBASE-16068 URL: https://issues.apache.org/jira/browse/HBASE-16068 Project: HBase

[jira] [Created] (HBASE-16056) Procedure v2 - fix master crash for FileNotFound

2016-06-17 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16056: --- Summary: Procedure v2 - fix master crash for FileNotFound Key: HBASE-16056 URL: https://issues.apache.org/jira/browse/HBASE-16056 Project: HBase Issue

[jira] [Created] (HBASE-16034) Fix ProcedureTestingUtility#LoadCounter.setMaxProcId()

2016-06-15 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-16034: --- Summary: Fix ProcedureTestingUtility#LoadCounter.setMaxProcId() Key: HBASE-16034 URL: https://issues.apache.org/jira/browse/HBASE-16034 Project: HBase

Re: RegionCoprocessorHost.preClose() execute multiple times

2016-06-13 Thread Matteo Bertozzi
HBASE-8075 Matteo On Tue, Jun 14, 2016 at 7:40 AM, Stephen Jiang wrote: > In RSRpcServices#closeRegion(), it calls RegionCoprocessorHost#preClose() > first, then calls HRegionServer#closeRegion(). > > In HRegionServer#closeRegion(), the RegionCoprocessorHost#preClose() is > called again. > > I

[jira] [Created] (HBASE-15927) Remove HMaster.assignRegion()

2016-05-31 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15927: --- Summary: Remove HMaster.assignRegion() Key: HBASE-15927 URL: https://issues.apache.org/jira/browse/HBASE-15927 Project: HBase Issue Type: Sub-task

Re: Smart Flaky Handler

2016-05-20 Thread Matteo Bertozzi
any suggestion on how to make people aware of the tests being flaky? for example I will have never notice the procedure test being flaky if was not for stack posting the list here. so, maybe a weekly digest in the dev-list with the list of flaky will get more audience than having people go into th

[jira] [Created] (HBASE-15872) Split TestWALProcedureStore

2016-05-20 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15872: --- Summary: Split TestWALProcedureStore Key: HBASE-15872 URL: https://issues.apache.org/jira/browse/HBASE-15872 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-15865) Move TestTableDeleteFamilyHandler and TestTableDescriptorModification handler tests to procedure

2016-05-19 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15865: --- Summary: Move TestTableDeleteFamilyHandler and TestTableDescriptorModification handler tests to procedure Key: HBASE-15865 URL: https://issues.apache.org/jira/browse/HBASE

[jira] [Created] (HBASE-15864) Reuse the testing helper to wait regions in transition

2016-05-19 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15864: --- Summary: Reuse the testing helper to wait regions in transition Key: HBASE-15864 URL: https://issues.apache.org/jira/browse/HBASE-15864 Project: HBase

[jira] [Created] (HBASE-15843) Replace RegionState.getRegionInTransition() Map with a Set

2016-05-16 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15843: --- Summary: Replace RegionState.getRegionInTransition() Map with a Set Key: HBASE-15843 URL: https://issues.apache.org/jira/browse/HBASE-15843 Project: HBase

[jira] [Resolved] (HBASE-15818) Shell create ‘t1’, ‘f1’, ‘f2’, ‘f3’ wrong number of arguments

2016-05-11 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-15818. - Resolution: Invalid closing, I think is just wrong ' > Shell create ‘t1’, ‘

[jira] [Created] (HBASE-15818) Shell create ‘t1’, ‘f1’, ‘f2’, ‘f3’ wrong number of arguments

2016-05-11 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15818: --- Summary: Shell create ‘t1’, ‘f1’, ‘f2’, ‘f3’ wrong number of arguments Key: HBASE-15818 URL: https://issues.apache.org/jira/browse/HBASE-15818 Project: HBase

Re: [VOTE] First release candidate for HBase 1.1.5 (RC0) is available

2016-05-11 Thread Matteo Bertozzi
+1 - compiled from source and run few unit-test TestAdmin*,Test*Master*,Test*Region* - inspected the binary - started hbase from both source and binary - few commands from shell: create/disable/enable/drop/split, put/get/scan, snapshot/clone_snapshot - run PerformanceEvaluation with random write/r

[jira] [Created] (HBASE-15809) Basic Replication WebUI

2016-05-09 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-15809: --- Summary: Basic Replication WebUI Key: HBASE-15809 URL: https://issues.apache.org/jira/browse/HBASE-15809 Project: HBase Issue Type: New Feature

  1   2   3   4   5   >