[jira] [Commented] (HBASE-17442) Move most of the replication related classes to hbase-server package

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086942#comment-16086942 ] Hadoop QA commented on HBASE-17442: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Comment Edited] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086906#comment-16086906 ] Jingcheng Du edited comment on HBASE-18379 at 7/14/17 6:24 AM:

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086906#comment-16086906 ] Jingcheng Du commented on HBASE-18379: -- I am okay with it. So which branch we want t

[jira] [Commented] (HBASE-18334) Remove sync client implementation and wrap async client under sync client interface

2017-07-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086899#comment-16086899 ] Chia-Ping Tsai commented on HBASE-18334: +1000 for simplifying the code base with

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-07-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18142: --- Labels: beginner (was: ) > Deletion of a cell deletes the previous versions too > --

[jira] [Updated] (HBASE-18380) Implement async RSGroup admin client based on the async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-18380: --- Summary: Implement async RSGroup admin client based on the async admin (was: Implement async

[jira] [Created] (HBASE-18380) Implement async RSGroup admin based on the async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-18380: -- Summary: Implement async RSGroup admin based on the async admin Key: HBASE-18380 URL: https://issues.apache.org/jira/browse/HBASE-18380 Project: HBase Is

[jira] [Commented] (HBASE-17359) Implement async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086883#comment-16086883 ] Guanghao Zhang commented on HBASE-17359: Now all methods in Admin are implemented

[jira] [Commented] (HBASE-17678) FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-07-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086852#comment-16086852 ] Chia-Ping Tsai commented on HBASE-17678: Got it. Thanks for the explanations. [~b

[jira] [Updated] (HBASE-18061) [C++] Fix retry logic in multi-get calls

2017-07-13 Thread Sudeep Sunthankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudeep Sunthankar updated HBASE-18061: -- Status: Open (was: Patch Available) > [C++] Fix retry logic in multi-get calls > -

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086837#comment-16086837 ] Ted Yu commented on HBASE-18379: We can catch Exception for try block surrounding getComp

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086833#comment-16086833 ] Jingcheng Du commented on HBASE-18379: -- It is the place. But the thrown exception is

[jira] [Commented] (HBASE-18061) [C++] Fix retry logic in multi-get calls

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086830#comment-16086830 ] Hadoop QA commented on HBASE-18061: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Updated] (HBASE-18061) [C++] Fix retry logic in multi-get calls

2017-07-13 Thread Sudeep Sunthankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudeep Sunthankar updated HBASE-18061: -- Attachment: hbase-18061-v8.patch Updated patch with resolution of rebaisng and compilat

[jira] [Updated] (HBASE-18342) Add coprocessor service support for async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-18342: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Availab

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086805#comment-16086805 ] Ted Yu commented on HBASE-18379: When there is no exception, the following code would be

[jira] [Updated] (HBASE-17442) Move most of the replication related classes to hbase-server package

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-17442: --- Attachment: HBASE-17442.v3.patch Attach a v3 patch. I keep the ReplicationAdmin in hbase-clie

[jira] [Commented] (HBASE-18342) Add coprocessor service support for async admin

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086796#comment-16086796 ] Hadoop QA commented on HBASE-18342: --- | (/) *{color:green}+1 overall{color}* | \\ \\ ||

[jira] [Comment Edited] (HBASE-17738) BucketCache startup is slow

2017-07-13 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083877#comment-16083877 ] ramkrishna.s.vasudevan edited comment on HBASE-17738 at 7/14/17 3:38 AM: --

[jira] [Commented] (HBASE-18342) Add coprocessor service support for async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086765#comment-16086765 ] Guanghao Zhang commented on HBASE-18342: Rebase the latest master code. Thanks [~

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086763#comment-16086763 ] Ted Yu commented on HBASE-18379: This happened with hbase running on Isilon where a stray

[jira] [Updated] (HBASE-18342) Add coprocessor service support for async admin

2017-07-13 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-18342: --- Attachment: HBASE-18342.master.005.patch > Add coprocessor service support for async admin >

[jira] [Comment Edited] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086759#comment-16086759 ] Jingcheng Du edited comment on HBASE-18379 at 7/14/17 2:52 AM:

[jira] [Commented] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086759#comment-16086759 ] Jingcheng Du commented on HBASE-18379: -- Thanks [~te...@apache.org]. I checked the co

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086752#comment-16086752 ] Ted Yu commented on HBASE-18378: I haven't found an existing JIRA after a quick search.

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086738#comment-16086738 ] Hadoop QA commented on HBASE-18377: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Commented] (HBASE-18175) Add hbase-spark integration test into hbase-spark-it

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086693#comment-16086693 ] Mike Drob commented on HBASE-18175: --- To clarify, I think you've iterated a lot on this

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086689#comment-16086689 ] James Taylor commented on HBASE-18378: -- Would you consider this an HDFS bug and if s

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086652#comment-16086652 ] Hudson commented on HBASE-17922: FAILURE: Integrated in Jenkins build HBase-2.0 #168 (See

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086646#comment-16086646 ] Hudson commented on HBASE-17922: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix

[jira] [Commented] (HBASE-18338) [C++] Implement RpcTestServer

2017-07-13 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086635#comment-16086635 ] Xiaobing Zhou commented on HBASE-18338: --- Posted v3: # implemented Echo, however, th

[jira] [Updated] (HBASE-18338) [C++] Implement RpcTestServer

2017-07-13 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HBASE-18338: -- Attachment: HBASE-18338.003.patch > [C++] Implement RpcTestServer > ---

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086619#comment-16086619 ] Ted Yu commented on HBASE-18378: Maybe add a variant of create() which skips changing cla

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086615#comment-16086615 ] Samarth Jain commented on HBASE-18378: -- Using the HBaseConfiguration method could ha

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086610#comment-16086610 ] Ted Yu commented on HBASE-18378: Deep copy (merge(Configuration destConf, Configuration s

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086606#comment-16086606 ] Samarth Jain commented on HBASE-18378: -- Thanks for the comment, [~tedyu]. While it m

[jira] [Commented] (HBASE-18175) Add hbase-spark integration test into hbase-spark-it

2017-07-13 Thread Yi Liang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086579#comment-16086579 ] Yi Liang commented on HBASE-18175: -- {quote}Please file a follow on JIRA to combine the c

[jira] [Comment Edited] (HBASE-18376) Flaky exclusion doesn't appear to work in precommit

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086553#comment-16086553 ] Appy edited comment on HBASE-18376 at 7/13/17 11:11 PM: Started a

[jira] [Commented] (HBASE-18376) Flaky exclusion doesn't appear to work in precommit

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086553#comment-16086553 ] Appy commented on HBASE-18376: -- Started a run with DEBUG on. https://builds.apache.org/job/

[jira] [Commented] (HBASE-18147) nightly job to check health of active branches

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086547#comment-16086547 ] Sean Busbey commented on HBASE-18147: - poop. lost my branch-1.2 output when I moved t

[jira] [Commented] (HBASE-18147) nightly job to check health of active branches

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086472#comment-16086472 ] Mike Drob commented on HBASE-18147: --- Can you point us at a specific build number that h

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

2017-07-13 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086471#comment-16086471 ] Umesh Agashe commented on HBASE-18366: -- Hi [~stack], [~yangzhe1991]: FWICS here is

[jira] [Issue Comment Deleted] (HBASE-18261) [AMv2] Create new RecoverMetaProcedure and use it from ServerCrashProcedure and HMaster.finishActiveMasterInitialization()

2017-07-13 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umesh Agashe updated HBASE-18261: - Comment: was deleted (was: Hi [~stack], [~yangzhe1991]: FWICS here is the root cause: The UT te

[jira] [Commented] (HBASE-18261) [AMv2] Create new RecoverMetaProcedure and use it from ServerCrashProcedure and HMaster.finishActiveMasterInitialization()

2017-07-13 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086469#comment-16086469 ] Umesh Agashe commented on HBASE-18261: -- Hi [~stack], [~yangzhe1991]: FWICS here is

[jira] [Commented] (HBASE-18147) nightly job to check health of active branches

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086457#comment-16086457 ] Sean Busbey commented on HBASE-18147: - Here's the job I have configured to currently

[jira] [Updated] (HBASE-18147) nightly job to check health of active branches

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18147: Attachment: HBASE-18147.v1.patch HBASE-18147-branch-1.v1.patch I've reworked things

[jira] [Commented] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086393#comment-16086393 ] Ted Yu commented on HBASE-18378: Have you tried this method from HBaseConfiguration ? {co

[jira] [Created] (HBASE-18379) SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot

2017-07-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18379: -- Summary: SnapshotManager#checkSnapshotSupport() should better handle malfunctioning hdfs snapshot Key: HBASE-18379 URL: https://issues.apache.org/jira/browse/HBASE-18379 Project:

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086374#comment-16086374 ] Hudson commented on HBASE-18339: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086357#comment-16086357 ] Hudson commented on HBASE-18339: FAILURE: Integrated in Jenkins build HBase-2.0 #167 (See

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086350#comment-16086350 ] Ted Yu commented on HBASE-18377: openReader(Path) is private and not static. There is no

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086317#comment-16086317 ] Hadoop QA commented on HBASE-18377: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Commented] (HBASE-18303) Clean up some parameterized test declarations

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086316#comment-16086316 ] Hadoop QA commented on HBASE-18303: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Created] (HBASE-18378) Cloning configuration contained in CoprocessorEnvironment doesn't work

2017-07-13 Thread Samarth Jain (JIRA)
Samarth Jain created HBASE-18378: Summary: Cloning configuration contained in CoprocessorEnvironment doesn't work Key: HBASE-18378 URL: https://issues.apache.org/jira/browse/HBASE-18378 Project: HBase

[jira] [Commented] (HBASE-18175) Add hbase-spark integration test into hbase-spark-it

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086228#comment-16086228 ] Sean Busbey commented on HBASE-18175: - yeah, branch-1 is waiting for the scope doc fr

[jira] [Commented] (HBASE-17678) FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086225#comment-16086225 ] Sean Busbey commented on HBASE-17678: - This issue is not listed as a blocker, so no.

[jira] [Updated] (HBASE-18371) [C++] Update folly and wangle dependencies

2017-07-13 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-18371: -- Attachment: hbase-18371_v2.patch v2 patch works and passes the unit tests for me. > [C++] Upd

[jira] [Updated] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-17922: - Fix Version/s: 3.0.0 > TestRegionServerHostname always fails against hadoop 3.0.0-alpha2 > --

[jira] [Updated] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-17922: - Resolution: Fixed Status: Resolved (was: Patch Available) > TestRegionServerHostname always fails agains

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086199#comment-16086199 ] Appy commented on HBASE-17922: -- Pushed to master and branch-2. Thanks [~mdrob]. > TestRegio

[jira] [Commented] (HBASE-18370) Master should attempt reassignment of regions in FAILED_OPEN state

2017-07-13 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086182#comment-16086182 ] Gary Helmling commented on HBASE-18370: --- One of the problems we have with the regio

[jira] [Updated] (HBASE-18375) The pool chunks from ChunkCreator are deallocated while in pool because there is no reference to them

2017-07-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-18375: --- Affects Version/s: 2.0.0-alpha-1 > The pool chunks from ChunkCreator are deallocated while in

[jira] [Updated] (HBASE-18375) The pool chunks from ChunkCreator are deallocated while in pool because there is no reference to them

2017-07-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-18375: --- Fix Version/s: 2.0.0-alpha-2 3.0.0 2.0.0 > The pool chu

[jira] [Commented] (HBASE-18375) The pool chunks from ChunkCreator are deallocated while in pool because there is no reference to them

2017-07-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086163#comment-16086163 ] Anoop Sam John commented on HBASE-18375: +1 to fix there as well. > The pool chu

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086159#comment-16086159 ] Mike Drob commented on HBASE-18377: --- [~tedyu] - is this something that makes sense to a

[jira] [Comment Edited] (HBASE-17919) HBase 2.x over hadoop 3.x umbrella

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086143#comment-16086143 ] Mike Drob edited comment on HBASE-17919 at 7/13/17 6:18 PM: P

[jira] [Commented] (HBASE-17919) HBase 2.x over hadoop 3.x umbrella

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086143#comment-16086143 ] Mike Drob commented on HBASE-17919: --- DFSMiniClluster changed some behavior going into h

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086138#comment-16086138 ] Mike Drob commented on HBASE-17922: --- Yep, I've verified it manually. Check my first com

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086123#comment-16086123 ] Hadoop QA commented on HBASE-18377: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vo

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086113#comment-16086113 ] Appy commented on HBASE-17922: -- I was just about to commit when i remembered to check defaul

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086103#comment-16086103 ] Appy commented on HBASE-17922: -- Very thorough and interesting find [~mdrob]. Thanks for digg

[jira] [Commented] (HBASE-18368) Filters with OR do not work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086067#comment-16086067 ] Ted Yu commented on HBASE-18368: I tried TestFilterWithScanLimits#testFiltersWithOr in ma

[jira] [Commented] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2

2017-07-13 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086047#comment-16086047 ] Appy commented on HBASE-17922: -- Looking at it > TestRegionServerHostname always fails again

[jira] [Comment Edited] (HBASE-18368) Filters with OR do not work

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085812#comment-16085812 ] Ted Yu edited comment on HBASE-18368 at 7/13/17 5:20 PM: - {code}

[jira] [Commented] (HBASE-18368) Filters with OR do not work

2017-07-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086025#comment-16086025 ] Anoop Sam John commented on HBASE-18368: {code} public static boolean matchingRow

[jira] [Commented] (HBASE-17678) FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-07-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085999#comment-16085999 ] Chia-Ping Tsai commented on HBASE-17678: bq. Right now the next branch-1.2 releas

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

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085989#comment-16085989 ] Hudson commented on HBASE-18365: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix

[jira] [Commented] (HBASE-18344) Introduce Append.addColumn as a replacement for Append.add

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085990#comment-16085990 ] Hudson commented on HBASE-18344: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix

[jira] [Updated] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-18377: --- Attachment: 18377.v1.txt > Error handling for FileNotFoundException should consider RemoteException in > Rep

[jira] [Commented] (HBASE-18175) Add hbase-spark integration test into hbase-spark-it

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085966#comment-16085966 ] Mike Drob commented on HBASE-18175: --- +1. QA Test failure is unrelated and known to be

[jira] [Commented] (HBASE-17678) FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085942#comment-16085942 ] Sean Busbey commented on HBASE-17678: - If we need HBASE-18368 for correctness, then I

[jira] [Updated] (HBASE-18202) Trim down supplemental models file for unnecessary entries

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18202: Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available) >

[jira] [Commented] (HBASE-18344) Introduce Append.addColumn as a replacement for Append.add

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085935#comment-16085935 ] Hudson commented on HBASE-18344: FAILURE: Integrated in Jenkins build HBase-2.0 #166 (See

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

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085934#comment-16085934 ] Hudson commented on HBASE-18365: FAILURE: Integrated in Jenkins build HBase-2.0 #166 (See

[jira] [Updated] (HBASE-18303) Clean up some parameterized test declarations

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18303: -- Status: Patch Available (was: Open) > Clean up some parameterized test declarations >

[jira] [Updated] (HBASE-18303) Clean up some parameterized test declarations

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18303: -- Status: Open (was: Patch Available) > Clean up some parameterized test declarations >

[jira] [Updated] (HBASE-18303) Clean up some parameterized test declarations

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18303: -- Attachment: HBASE-18303.patch Attaching same patch to try for QA again. > Clean up some parameterized

[jira] [Commented] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085908#comment-16085908 ] Ted Yu commented on HBASE-18377: Patch for branch-1.3 refactors handling for FNFE. For FN

[jira] [Updated] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-18377: --- Status: Patch Available (was: Open) > Error handling for FileNotFoundException should consider RemoteExcepti

[jira] [Updated] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-18377: --- Attachment: 18377.branch-1.3.txt > Error handling for FileNotFoundException should consider RemoteException i

[jira] [Created] (HBASE-18377) Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader()

2017-07-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18377: -- Summary: Error handling for FileNotFoundException should consider RemoteException in ReplicationSource#openReader() Key: HBASE-18377 URL: https://issues.apache.org/jira/browse/HBASE-18377

[jira] [Resolved] (HBASE-11249) Missing null check in finally block of HRegion#processRowsWithLocks() may lead to partially rolled back state in memstore.

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-11249. --- Resolution: Not A Problem This code was rewritten in HBASE-15158, doesn't look like a problem anymore

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

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085866#comment-16085866 ] Hudson commented on HBASE-18365: SUCCESS: Integrated in Jenkins build HBase-1.3-JDK7 #198

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085854#comment-16085854 ] Sean Busbey commented on HBASE-18339: - Currently the closest we have to release notes

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085851#comment-16085851 ] Mike Drob commented on HBASE-18339: --- Thanks for adding a release note. Are the release

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085844#comment-16085844 ] Sean Busbey commented on HBASE-18339: - those failures would have been with the hadoop

[jira] [Updated] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18339: Resolution: Fixed Release Note: HBase now defaults to Apache Hadoop 3.0.0-alpha4 when the Had

[jira] [Commented] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085827#comment-16085827 ] Mike Drob commented on HBASE-18339: --- {noformat} [ERROR] Failed to execute goal org.apa

[jira] [Updated] (HBASE-18339) Update test-patch to use hadoop 3.0.0-alpha4

2017-07-13 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18339: -- Fix Version/s: 2.0.0-alpha-2 3.0.0 > Update test-patch to use hadoop 3.0.0-alpha4 >

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

2017-07-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085814#comment-16085814 ] Hudson commented on HBASE-18365: SUCCESS: Integrated in Jenkins build HBase-1.2-JDK7 #164

  1   2   >