[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449950#comment-15449950 ] Ted Yu commented on HBASE-16520: If "check owner set" is turned off for tests, how would we find the

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449957#comment-15449957 ] Matteo Bertozzi commented on HBASE-16520: - by trying to start the cluster and execute the

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449982#comment-15449982 ] Ted Yu commented on HBASE-16520: Is there API for obtaining hbase module given class ? What if new

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449989#comment-15449989 ] Dima Spivak commented on HBASE-16255: - [~tedyu] it still fails for me. Can you please post the

[jira] [Updated] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16532: --- Attachment: 16532.v1.txt Tentative patch. There're procedures in tests which need to be modified. >

[jira] [Created] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16532: -- Summary: Enforce procedure ownership at construction Key: HBASE-16532 URL: https://issues.apache.org/jira/browse/HBASE-16532 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-16520) FullTableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449319#comment-15449319 ] Stephen Yuan Jiang commented on HBASE-16520: V3 looks good to me. > FullTableBackupProcedure

[jira] [Commented] (HBASE-16509) Add option to LoadIncrementalHFiles which allows skipping unmatched column families

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449052#comment-15449052 ] Hudson commented on HBASE-16509: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1509 (See

[jira] [Updated] (HBASE-16516) Revisit the implementation of PayloadCarryingRpcController

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16516: -- Attachment: HBASE-16516.patch Name the interface HBaseRpcController, and the default implementation is

[jira] [Commented] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449313#comment-15449313 ] Stephen Yuan Jiang commented on HBASE-16528: Superusers.getSystemUser() does not exist for

[jira] [Commented] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449331#comment-15449331 ] Matteo Bertozzi commented on HBASE-16528: - +1 HBASE-16522 and you'll get

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

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449333#comment-15449333 ] Stephen Yuan Jiang commented on HBASE-16519: patch LGTM > Procedure v2 - Avoid sync wait on

[jira] [Commented] (HBASE-16516) Revisit the implementation of PayloadCarryingRpcController

2016-08-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449362#comment-15449362 ] stack commented on HBASE-16516: --- You forgot to add the new classes [~Apache9] +1 Simple rename even though

[jira] [Commented] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449081#comment-15449081 ] Matteo Bertozzi commented on HBASE-16528: - you can just do setOwner(Superusers.getSystemUser())

[jira] [Updated] (HBASE-16520) FullTableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16520: --- Attachment: 16520.HBASE-7912.v3.txt Patch v3 addresses Stephen's comment. > FullTableBackupProcedure ctor

[jira] [Commented] (HBASE-15871) Memstore flush doesn't finish because of backwardseek() in memstore scanner.

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449074#comment-15449074 ] Ted Yu commented on HBASE-15871: Can you call the getScanners() from the deprecated one in HStore ? >

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449087#comment-15449087 ] Matteo Bertozzi commented on HBASE-16519: - the latch is a noop if the client is 2.0, if the

[jira] [Updated] (HBASE-16516) Revisit the implementation of PayloadCarryingRpcController

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16516: -- Component/s: rpc > Revisit the implementation of PayloadCarryingRpcController >

[jira] [Commented] (HBASE-16526) Add more ipc tests

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449175#comment-15449175 ] Duo Zhang commented on HBASE-16526: --- I have added a rule in dev-support/findbugs-exclude.xml to exclude

[jira] [Updated] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16520: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks for

[jira] [Commented] (HBASE-16414) Improve performance for RPC encryption with Apache Common Crypto

2016-08-30 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449418#comment-15449418 ] Andrew Purtell commented on HBASE-16414: I'm sorry but we can't accept this patch as-is. The

[jira] [Comment Edited] (HBASE-16414) Improve performance for RPC encryption with Apache Common Crypto

2016-08-30 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449418#comment-15449418 ] Andrew Purtell edited comment on HBASE-16414 at 8/30/16 4:16 PM: - I'm

[jira] [Updated] (HBASE-15449) HBase Backup Phase 3: Support physical table layout change

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-15449: --- Attachment: 15449.v7.txt Patch v7 is based on HBASE-16509 Change to TestIncrementalBackup shows how schema

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16522: Fix Version/s: 1.2.3 1.1.6 1.4.0

[jira] [Commented] (HBASE-16518) Remove old .arcconfig file

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449580#comment-15449580 ] Hudson commented on HBASE-16518: FAILURE: Integrated in Jenkins build HBase-0.98-on-Hadoop-1.1 #1266 (See

[jira] [Commented] (HBASE-16505) Add AsyncRegion interface to pass deadline and support async operations

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449478#comment-15449478 ] Ted Yu commented on HBASE-16505: {code} 48void getRowLock(RegionOperationContext context, byte[]

[jira] [Commented] (HBASE-16512) when locate meta region, we should respect the param "useCache" passed in on 0.98

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449581#comment-15449581 ] Hudson commented on HBASE-16512: FAILURE: Integrated in Jenkins build HBase-0.98-on-Hadoop-1.1 #1266 (See

[jira] [Updated] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16520: --- Summary: TableBackupProcedure ctor should set procedure owner (was: FullTableBackupProcedure ctor should

[jira] [Commented] (HBASE-16505) Add AsyncRegion interface to pass deadline and support async operations

2016-08-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449408#comment-15449408 ] Hadoop QA commented on HBASE-16505: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-16527) IOExceptions from DFS client still can cause CatalogJanitor to delete referenced files

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449514#comment-15449514 ] Ted Yu commented on HBASE-16527: Have you considered letting FSUtils.ReferenceFileFilter surface the IOE

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449572#comment-15449572 ] Ted Yu commented on HBASE-16520: [~mbertozzi]: ProcedureExecutor#isProcedureOwner() assumes every

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

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449570#comment-15449570 ] Stephen Yuan Jiang commented on HBASE-16522: +1 > Procedure v2 - Cache system user and avoid

[jira] [Updated] (HBASE-16264) Figure how to deal with endpoints and shaded pb

2016-08-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-16264: -- Attachment: 16264.tactic2.patch Tactic #2 where we rewrite com.google.protobuf on class loading. Adds a

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16082: Resolution: Fixed Fix Version/s: (was: 1.2.4) (was:

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16519: Resolution: Fixed Status: Resolved (was: Patch Available) > Procedure v2 - Avoid

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449691#comment-15449691 ] Ted Yu commented on HBASE-16520: Another approach is to call proc.getOwner() when proc is loaded first

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

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449709#comment-15449709 ] Hudson commented on HBASE-16082: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1510 (See

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

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449706#comment-15449706 ] Hudson commented on HBASE-16519: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1510 (See

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449660#comment-15449660 ] Ted Yu commented on HBASE-16520: isProcedureOwner() doesn't declare to throw IOE. It would be a surprise

[jira] [Commented] (HBASE-16515) AsyncProcess has incorrent count of tasks if the backoff policy is enabled

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449708#comment-15449708 ] Hudson commented on HBASE-16515: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1510 (See

[jira] [Comment Edited] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449691#comment-15449691 ] Ted Yu edited comment on HBASE-16520 at 8/30/16 6:12 PM: - Another approach is to

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449595#comment-15449595 ] Matteo Bertozzi commented on HBASE-16520: - having an owner at least from non-testing procedure is

[jira] [Commented] (HBASE-16229) Cleaning up size and heapSize calculation

2016-08-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449624#comment-15449624 ] Anoop Sam John commented on HBASE-16229: May be a new version required with slight modification

[jira] [Commented] (HBASE-14417) Incremental backup and bulk loading

2016-08-30 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449794#comment-15449794 ] Enis Soztutar commented on HBASE-14417: --- We should use a similar design for this issue with "HFile

[jira] [Commented] (HBASE-14417) Incremental backup and bulk loading

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449854#comment-15449854 ] Ted Yu commented on HBASE-14417: In principal, the above is in line with my earlier comments. >

[jira] [Commented] (HBASE-16264) Figure how to deal with endpoints and shaded pb

2016-08-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449905#comment-15449905 ] Hadoop QA commented on HBASE-16264: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449775#comment-15449775 ] Dima Spivak commented on HBASE-16255: - [~tedyu], you're using {{getDataTestDirOnTestFS}} incorrectly

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15449773#comment-15449773 ] Matteo Bertozzi commented on HBASE-16520: - I'd like this idea of forcing the owner. It should be

[jira] [Updated] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16255: --- Attachment: 16255.addendum6 Pushed addendum 6. Verified on cluster that IntegrationTestBackupRestore

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450315#comment-15450315 ] Ted Yu commented on HBASE-16255: What feature from Docker 1.11 is required ? Is the following good

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450082#comment-15450082 ] Ted Yu commented on HBASE-16255: I can go that route if I still cannot reproduce what you see. Currently

[jira] [Updated] (HBASE-16311) Audit log for delete snapshot operation is missing in case of snapshot owner deleting the same

2016-08-30 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liang updated HBASE-16311: - Attachment: HBASE-16311-V3.patch > Audit log for delete snapshot operation is missing in case of

[jira] [Updated] (HBASE-15866) Split hbase.rpc.timeout into *.read.timeout and *.write.timeout

2016-08-30 Thread Vivek Koppuru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Koppuru updated HBASE-15866: -- Labels: patch (was: newbie patch) > Split hbase.rpc.timeout into *.read.timeout and

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450284#comment-15450284 ] Ted Yu commented on HBASE-16255: Deployed build as of commit d7022551cf3ad8b9e97292d04d8f68e04d0e068a

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450051#comment-15450051 ] Dima Spivak commented on HBASE-16255: - Interesting. Yeah, I dunno why the cluster you have set up

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450079#comment-15450079 ] Dima Spivak commented on HBASE-16255: - Do you have access to a Linux box that has Docker 1.11+

[jira] [Updated] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16532: --- Status: Patch Available (was: Open) > Enforce procedure ownership at construction >

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

2016-08-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450304#comment-15450304 ] Hadoop QA commented on HBASE-16522: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-16101) Procedure v2 - Perf Tool

2016-08-30 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-16101: - Attachment: HBASE-16101.master.010.patch > Procedure v2 - Perf Tool > > >

[jira] [Updated] (HBASE-16086) TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells.

2016-08-30 Thread churro morales (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] churro morales updated HBASE-16086: --- Assignee: (was: churro morales) > TableCfWALEntryFilter and ScopeWALEntryFilter should

[jira] [Commented] (HBASE-16101) Procedure v2 - Perf Tool

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450258#comment-15450258 ] Hudson commented on HBASE-16101: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1511 (See

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450296#comment-15450296 ] Dima Spivak commented on HBASE-16255: - [~tedyu], I copied and pasted exactly what I ran to repro the

[jira] [Comment Edited] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450318#comment-15450318 ] Dima Spivak edited comment on HBASE-16255 at 8/30/16 10:23 PM: --- No. Docker

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450318#comment-15450318 ] Dima Spivak commented on HBASE-16255: - No. Docker 1.11 is required. > Backup/Restore IT >

[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] [Commented] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450362#comment-15450362 ] Hadoop QA commented on HBASE-16532: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16533: Status: Patch Available (was: Open) > Procedure v2 - Extract chore from the executor >

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

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16533: Attachment: HBASE-16533-v0.patch > Procedure v2 - Extract chore from the executor >

[jira] [Commented] (HBASE-16520) TableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450019#comment-15450019 ] Ted Yu commented on HBASE-16520: Mind continuing comment over HBASE-16532 ? Thanks >

[jira] [Commented] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450021#comment-15450021 ] Matteo Bertozzi commented on HBASE-16532: - I'd like to have the flag

[jira] [Comment Edited] (HBASE-13605) RegionStates should not keep its list of dead servers

2016-08-30 Thread Jeremy Carroll (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450327#comment-15450327 ] Jeremy Carroll edited comment on HBASE-13605 at 8/30/16 10:27 PM: -- Just

[jira] [Commented] (HBASE-13605) RegionStates should not keep its list of dead servers

2016-08-30 Thread Jeremy Carroll (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450327#comment-15450327 ] Jeremy Carroll commented on HBASE-13605: Just ran into this on a production test cluster. HDFS

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450355#comment-15450355 ] Devaraj Das commented on HBASE-16255: - [~dspivak] appreciate your efforts in running the IT with

[jira] [Updated] (HBASE-16086) TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells.

2016-08-30 Thread churro morales (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] churro morales updated HBASE-16086: --- Assignee: churro morales > TableCfWALEntryFilter and ScopeWALEntryFilter should not

[jira] [Commented] (HBASE-16101) Procedure v2 - Perf Tool

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450185#comment-15450185 ] Hudson commented on HBASE-16101: FAILURE: Integrated in Jenkins build HBase-1.3-JDK7 #2 (See

[jira] [Updated] (HBASE-16532) Enforce procedure ownership at construction

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16532: --- Attachment: 16532.v2.txt > Enforce procedure ownership at construction >

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450069#comment-15450069 ] Ted Yu commented on HBASE-16255: I am re-deploying HBASE-7912 branch onto the cluster so that I can

[jira] [Commented] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450098#comment-15450098 ] Dima Spivak commented on HBASE-16255: - Well here's what I run (assuming, again, Docker 1.11+ is

[jira] [Comment Edited] (HBASE-13605) RegionStates should not keep its list of dead servers

2016-08-30 Thread Jeremy Carroll (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450327#comment-15450327 ] Jeremy Carroll edited comment on HBASE-13605 at 8/30/16 10:29 PM: -- Just

[jira] [Updated] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16255: --- Attachment: backup-it-8-30.out Test output from today with slight redaction. > Backup/Restore IT >

[jira] [Reopened] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HBASE-16255: - > Backup/Restore IT > - > > Key: HBASE-16255 > URL:

[jira] [Updated] (HBASE-16255) Backup/Restore IT

2016-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16255: --- Attachment: backup-it-7912-8-30.out Output from latest run on Openstack - with slight redaction. >

[jira] [Commented] (HBASE-16414) Improve performance for RPC encryption with Apache Common Crypto

2016-08-30 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448231#comment-15448231 ] Colin Ma commented on HBASE-16414: -- hi, [~anoop.hbase], [~ram_krish], do you have any comments on this

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

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448226#comment-15448226 ] Stephen Yuan Jiang edited comment on HBASE-16519 at 8/30/16 6:41 AM: -

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

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448226#comment-15448226 ] Stephen Yuan Jiang commented on HBASE-16519: Do we really need latch in 2.0 branch? Those

[jira] [Updated] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-16528: --- Component/s: proc-v2 master > Procedure-V2: ServerCrashProcedure

[jira] [Updated] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-16528: --- Attachment: HBASE-16528.v1-master.patch > Procedure-V2: ServerCrashProcedure misses

[jira] [Updated] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-16528: --- Status: Patch Available (was: Open) > Procedure-V2: ServerCrashProcedure misses

[jira] [Commented] (HBASE-16520) FullTableBackupProcedure ctor should set procedure owner

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448243#comment-15448243 ] Stephen Yuan Jiang commented on HBASE-16520: If {{this.user}} is unused in procedure, then

[jira] [Commented] (HBASE-16529) PathFilter accept implementations must be exception free

2016-08-30 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448222#comment-15448222 ] Heng Chen commented on HBASE-16529: --- Catch the IOException and throw one type of RunTimeException

[jira] [Commented] (HBASE-16516) Revisit the implementation of PayloadCarryingRpcController

2016-08-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15448220#comment-15448220 ] stack commented on HBASE-16516: --- Sure. > Revisit the implementation of PayloadCarryingRpcController >

[jira] [Updated] (HBASE-16501) seekToPrevoiusRow() can be optimized

2016-08-30 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-16501: --- Attachment: HBASE-16501.patch Patch for QA. > seekToPrevoiusRow() can be

[jira] [Updated] (HBASE-16524) Clean procedure wal periodically instead of on every sync

2016-08-30 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-16524: - Status: Patch Available (was: Open) > Clean procedure wal periodically instead of on every sync >

[jira] [Commented] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450502#comment-15450502 ] Stephen Yuan Jiang commented on HBASE-16528: In UT, non-system users also trigger the

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

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450549#comment-15450549 ] Hudson commented on HBASE-16522: FAILURE: Integrated in Jenkins build HBase-1.4 #381 (See

[jira] [Commented] (HBASE-16101) Procedure v2 - Perf Tool for WAL

2016-08-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450550#comment-15450550 ] Hudson commented on HBASE-16101: FAILURE: Integrated in Jenkins build HBase-1.4 #381 (See

[jira] [Commented] (HBASE-16526) Add more ipc tests

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450615#comment-15450615 ] Duo Zhang commented on HBASE-16526: --- I see this in findbugs-exclude.xml {noformat}

[jira] [Updated] (HBASE-16516) Revisit the implementation of PayloadCarryingRpcController

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16516: -- Attachment: HBASE-16516-v1.patch Add the missing file. [~stack] Mind taking a look at HBASE-16526 and

[jira] [Commented] (HBASE-16528) Procedure-V2: ServerCrashProcedure misses owner information

2016-08-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15450795#comment-15450795 ] Hadoop QA commented on HBASE-16528: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-16531) Move cell block related code out of IPCUtil

2016-08-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16531: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

  1   2   3   >