[jira] [Created] (HBASE-15575) Rename table DDL *Handler methods in MasterObserver to *Procedure

2016-03-31 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-15575: -- Summary: Rename table DDL *Handler methods in MasterObserver to *Procedure Key: HBASE-15575 URL: https://issues.apache.org/jira/browse/HBASE-15575

[jira] [Created] (HBASE-15574) Minor typo on HRegionServerCommandLine.java

2016-03-31 Thread Lim Chee Hau (JIRA)
Lim Chee Hau created HBASE-15574: Summary: Minor typo on HRegionServerCommandLine.java Key: HBASE-15574 URL: https://issues.apache.org/jira/browse/HBASE-15574 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-15573) Indefinite pause while trying to cleanup data

2016-03-31 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling resolved HBASE-15573. --- Resolution: Invalid This JIRA instance is used for tracking development issues and bugs.

[jira] [Resolved] (HBASE-15472) replication_admin_test creates a table it doesn't use

2016-03-31 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby resolved HBASE-15472. - Resolution: Duplicate > replication_admin_test creates a table it doesn't use >

[jira] [Resolved] (HBASE-13245) Revamp mutation metrics

2016-03-31 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HBASE-13245. --- Resolution: Not A Problem > Revamp mutation metrics > --- > >

[jira] [Created] (HBASE-15573) Indefinite pause while trying to cleanup data

2016-03-31 Thread Jorge Figueira (JIRA)
Jorge Figueira created HBASE-15573: -- Summary: Indefinite pause while trying to cleanup data Key: HBASE-15573 URL: https://issues.apache.org/jira/browse/HBASE-15573 Project: HBase Issue

[jira] [Created] (HBASE-15572) Adding optional timestamp semantics to HBase-Spark

2016-03-31 Thread Weiqing Yang (JIRA)
Weiqing Yang created HBASE-15572: Summary: Adding optional timestamp semantics to HBase-Spark Key: HBASE-15572 URL: https://issues.apache.org/jira/browse/HBASE-15572 Project: HBase Issue

[jira] [Created] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15571: -- Summary: Make MasterProcedureManagerHost accessible through MasterServices Key: HBASE-15571 URL: https://issues.apache.org/jira/browse/HBASE-15571 Project: HBase Issue

Re: Failure: HBase Generate Website

2016-03-31 Thread Adrian Muraru
Hi all, I was wondering, would it make sense to have the the "Documentation and API" section of the site maintained for all stable version of HBase and linked form hbase.apache.org? Right now the http://hbase.apache.org/apache_hbase_reference_guide.pdf is generated from branch-2.0 AFAICS but

Successful: HBase Generate Website

2016-03-31 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Resolved] (HBASE-7614) [JDK8] Unit tests pass

2016-03-31 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-7614. Resolution: Duplicate Assignee: (was: Andrew Purtell) > [JDK8] Unit tests pass >

[jira] [Created] (HBASE-15570) renewable delegation tokens for long-lived spark applications

2016-03-31 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-15570: --- Summary: renewable delegation tokens for long-lived spark applications Key: HBASE-15570 URL: https://issues.apache.org/jira/browse/HBASE-15570 Project: HBase

Re: Coprocessors causes data access delay?

2016-03-31 Thread Jozef Vilcek
Test was done via hbase shell prompt. I am not sure on it's behavior. Can it hide some timeouts and return nothing? I hope not. I will try to reproduce it with java API. Coprocessor does not do anything asynchronous in it's hooks. It is hooked only on preStoreScannerOpen, preFlushScannerOpen,

Re: Coprocessors causes data access delay?

2016-03-31 Thread Jozef Vilcek
Hi Ted, I am not very familiar with "unit test using simplified coprocessor". If you can point me to an example, I can give it a shot. Altough, as I said, observed behavior is not deterministic and happens not on all regions. >Is it possible to come up with unit test showing this behavior using