Re: Do executing table.get() inside endpoint co-processor invokes a observer's (preGet, postGet etc ) callbacks

2017-07-11 Thread Ted Yu
Which region would be the recipient of the table.get() call ? If that is a different region than the one the endpoint is activated on, you should be aware of the potential deadlock issue. Please take a look at CoprocessorHConnection. FYI On Tue, Jul 11, 2017 at 10:22 PM, Nilkanth Patel wrote:

Do executing table.get() inside endpoint co-processor invokes a observer's (preGet, postGet etc ) callbacks

2017-07-11 Thread Nilkanth Patel
I have a following test scenario. Configured and added a co-processor endpoint. Endpoint implementation includes a table.get() call. (And this table has observed added as well) When i execute this end-point co-processor, where table.get() is a part of endpoint implementation,* will is invoke preG

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

2017-07-11 Thread Stack
Thanks Appy. Any one looking at the 'ERROR ExecutionException Java heap space...' errors on patch builds or failed forking? Seems common enough. Here are complaints that remote JVM went away: https://builds.apache.org/view/H-L/view/HBase/job/PreCommit-HBASE-Build/7617/artifact/patchprocess/patch-

[jira] [Created] (HBASE-18366) Fix flaky test hbase.master.procedure.TestServerCrashProcedure#testRecoveryAndDoubleExecutionOnRsWithMeta

2017-07-11 Thread Umesh Agashe (JIRA)
Umesh Agashe created HBASE-18366: Summary: Fix flaky test hbase.master.procedure.TestServerCrashProcedure#testRecoveryAndDoubleExecutionOnRsWithMeta Key: HBASE-18366 URL: https://issues.apache.org/jira/browse/HBAS

[jira] [Resolved] (HBASE-12255) NPE in OpenRegionHandler after restart hdfs without stop hbase

2017-07-11 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-12255. --- Resolution: Cannot Reproduce Not enough info here to go off of on an EOL version of HBase. Cannot Rep

[jira] [Resolved] (HBASE-4329) Use NextGen Hadoop to deploy HBase

2017-07-11 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-4329. -- Resolution: Won't Fix AFAICT, this is the raison d'être for Apache Slider. Doesn't look like there is a

[jira] [Created] (HBASE-18365) Eliminate the findbugs warnings for hbase-common

2017-07-11 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-18365: -- Summary: Eliminate the findbugs warnings for hbase-common Key: HBASE-18365 URL: https://issues.apache.org/jira/browse/HBASE-18365 Project: HBase Issue Ty

[jira] [Created] (HBASE-18364) Downgrade surefire

2017-07-11 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18364: -- Summary: Downgrade surefire Key: HBASE-18364 URL: https://issues.apache.org/jira/browse/HBASE-18364 Project: HBase Issue Type: Task Reporter: Josh El

[jira] [Created] (HBASE-18363) Hbck option to undeploy in memory replica parent region

2017-07-11 Thread huaxiang sun (JIRA)
huaxiang sun created HBASE-18363: Summary: Hbck option to undeploy in memory replica parent region Key: HBASE-18363 URL: https://issues.apache.org/jira/browse/HBASE-18363 Project: HBase Issu

[jira] [Resolved] (HBASE-18004) getRegionLocations needs to be called once in ScannerCallableWithReplicas#call()

2017-07-11 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun resolved HBASE-18004. -- Resolution: Fixed Resolve as the push to branch-1 was done. > getRegionLocations needs to be

[jira] [Reopened] (HBASE-17818) On branch-1 in module Server, TestRSKilledWhenInitializing and TestScannerHeartbeatMessages broken

2017-07-11 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reopened HBASE-17818: --- I see both of these failing again on branch-1 https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=

[jira] [Created] (HBASE-18362) Investigate why replica region shows up as key in meta table

2017-07-11 Thread huaxiang sun (JIRA)
huaxiang sun created HBASE-18362: Summary: Investigate why replica region shows up as key in meta table Key: HBASE-18362 URL: https://issues.apache.org/jira/browse/HBASE-18362 Project: HBase

[jira] [Resolved] (HBASE-18360) Support Table#flushCommits()

2017-07-11 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Nair resolved HBASE-18360. --- Resolution: Won't Fix As per the last comment closing the JIRA. Thanks [~anoop.hbase]. > Support Tab

[jira] [Created] (HBASE-18361) CellComparator compare function should compare cell's value along with other attributes

2017-07-11 Thread Amit Kabra (JIRA)
Amit Kabra created HBASE-18361: -- Summary: CellComparator compare function should compare cell's value along with other attributes Key: HBASE-18361 URL: https://issues.apache.org/jira/browse/HBASE-18361 P

Re: Consult about the issue HBASE-18323

2017-07-11 Thread Josh Elser
Shibin, Please keep all communication on public forums (JIRA or mailing lists). This is very important to make sure that all parties interested can participate -- we do not want to be exclusionary. To answer your question, your change below is half-way there: Your change below would prevent

[jira] [Created] (HBASE-18360) Support Table#flushCommit()

2017-07-11 Thread Biju Nair (JIRA)
Biju Nair created HBASE-18360: - Summary: Support Table#flushCommit() Key: HBASE-18360 URL: https://issues.apache.org/jira/browse/HBASE-18360 Project: HBase Issue Type: Improvement Compo

[jira] [Reopened] (HBASE-18343) Track the remaining unimplemented methods for async admin

2017-07-11 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reopened HBASE-18343: TestAsyncRegionAdminApi#testSplitSwitch failed on my PC. > Track the remaining unimplemented m