[jira] [Created] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
stack created HBASE-18240: - Summary: Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc. Key: HBASE-18240 URL:

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055043#comment-16055043 ] Allan Yang commented on HBASE-18167: {quote} In the current patch I am reusing the same configuration

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055040#comment-16055040 ] Enis Soztutar commented on HBASE-18226: --- One more thing, we probably want to do this for master as

[jira] [Updated] (HBASE-18180) Possible connection leak while closing BufferedMutator in TableOutputFormat

2017-06-19 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-18180: - Attachment: HBASE-18180-branch-1.3.patch Thanks [~tedyu] for committing this patch. How about

[jira] [Assigned] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-18240: - Assignee: stack Component/s: dependencies > Add hbase-auxillary, a project with hbase utility

[jira] [Updated] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Yang updated HBASE-18233: --- Attachment: HBASE-18233-branch-1.2.v2.patch > We shouldn't wait for readlock in doMiniBatchMutation

[jira] [Commented] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055155#comment-16055155 ] stack commented on HBASE-18240: --- 001 moves hbase-common to use the guava 22.0 that is in

[jira] [Commented] (HBASE-18144) Forward-port the old exclusive row lock; there are scenarios where it performs better

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054981#comment-16054981 ] stack commented on HBASE-18144: --- Can we write a test that demonstrates the deadlock? The scenario described

[jira] [Updated] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Yang updated HBASE-18233: --- Attachment: (was: HBASE-18233-branch-1.2.v2.patch) > We shouldn't wait for readlock in

[jira] [Created] (HBASE-18241) Change client.Table and client.Admin to not use HTableDescriptor

2017-06-19 Thread Biju Nair (JIRA)
Biju Nair created HBASE-18241: - Summary: Change client.Table and client.Admin to not use HTableDescriptor Key: HBASE-18241 URL: https://issues.apache.org/jira/browse/HBASE-18241 Project: HBase

[jira] [Commented] (HBASE-18212) In Standalone mode with local filesystem HBase logs Warning message:Failed to invoke 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream

2017-06-19 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055154#comment-16055154 ] Ashish Singhi commented on HBASE-18212: --- Thanks Sean. I was waiting for a binding +1 to commit.

[jira] [Commented] (HBASE-17125) Inconsistent result when use filter to read data

2017-06-19 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055179#comment-16055179 ] Guanghao Zhang commented on HBASE-17125: The findbugs and whitespace were introduced by generated

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055080#comment-16055080 ] Ted Yu commented on HBASE-18233: {code} 747 HTable table = new

[jira] [Updated] (HBASE-18214) Replace the folly::AtomicHashMap usage in the RPC layer

2017-06-19 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-18214: -- Attachment: hbase-18214_v3.patch Attaching v3 which compiles. Not tested, and the insert still

[jira] [Commented] (HBASE-17125) Inconsistent result when use filter to read data

2017-06-19 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055141#comment-16055141 ] Guanghao Zhang commented on HBASE-17125: bq. which test in the patch exercises the above scenario

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

2017-06-19 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-18144) Forward-port the old exclusive row lock; there are scenarios where it performs better

2017-06-19 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054993#comment-16054993 ] Jerry He commented on HBASE-18144: -- The write-lock attempt is blocked (not able to acquire the lock),

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

2017-06-19 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: (was: HBASE-18061.HBASE-14850.v3.patch) > [C++] Fix retry logic in

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055089#comment-16055089 ] Duo Xu commented on HBASE-18226: [~enis] I do not see anywhere else we need to change. if the instance

[jira] [Updated] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Yang updated HBASE-18233: --- Attachment: HBASE-18233-branch-1.2.v2.patch > We shouldn't wait for readlock in doMiniBatchMutation

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055094#comment-16055094 ] Pankaj Kumar commented on HBASE-18167: -- bq. Suggest changing the return value to int or boolean.

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055106#comment-16055106 ] Allan Yang commented on HBASE-18233: {quote} Why (I just skimmed the test). This is with sort in

[jira] [Comment Edited] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055106#comment-16055106 ] Allan Yang edited comment on HBASE-18233 at 6/20/17 4:35 AM: - {quote} Why (I

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

2017-06-19 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.HBASE-14850.v3.patch Foll changes included in the patch:- #

[jira] [Commented] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055045#comment-16055045 ] Sean Busbey commented on HBASE-18240: - let me know if you need help navigating the git repo request

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055096#comment-16055096 ] stack commented on HBASE-18233: --- bq. We should 'flush' batches with read locks and then come back to try

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055095#comment-16055095 ] Ted Yu commented on HBASE-18167: Since hbase:meta may contain many rows, it would be faster if we don't

[jira] [Commented] (HBASE-17546) Incorrect syntax at HBase-Spark Module Examples

2017-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055101#comment-16055101 ] Hudson commented on HBASE-17546: SUCCESS: Integrated in Jenkins build HBase-2.0 #74 (See

[jira] [Updated] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-18240: -- Attachment: hbase-auxillary.tgz What I have so far. Currently working on using it in mother project just to

[jira] [Commented] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055121#comment-16055121 ] stack commented on HBASE-18240: --- [~busbey] Help would be appreciated especially if you've been this route

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055148#comment-16055148 ] Ashish Singhi commented on HBASE-18167: --- Minor comments: 1. {code} LOG.warn(

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055170#comment-16055170 ] stack commented on HBASE-18233: --- You fellows see the [~jerryhe] notes over on HBASE-18144 ? Also on

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

2017-06-19 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: Patch Available (was: In Progress) > [C++] Fix retry logic in multi-get calls

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

2017-06-19 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.HBASE-14850.v3.patch This patch consists of the foll changes:-

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

2017-06-19 Thread Sudeep Sunthankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-18061 started by Sudeep Sunthankar. - > [C++] Fix retry logic in multi-get calls >

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

2017-06-19 Thread Sudeep Sunthankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054992#comment-16054992 ] Sudeep Sunthankar edited comment on HBASE-18061 at 6/20/17 12:49 AM: -

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055073#comment-16055073 ] Allan Yang commented on HBASE-18233: {quote} Maybe return null directly in the else clause makes the

[jira] [Commented] (HBASE-17546) Incorrect syntax at HBase-Spark Module Examples

2017-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055107#comment-16055107 ] Hudson commented on HBASE-17546: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3226 (See

[jira] [Commented] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055125#comment-16055125 ] stack commented on HBASE-18240: --- s/3rdparty/thirdparty/ in above. > Add hbase-auxillary, a project with

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055129#comment-16055129 ] stack commented on HBASE-18233: --- Oh, good to know that the test can repro the 30 second timeout. > We

[jira] [Updated] (HBASE-18240) Add hbase-auxillary, a project with hbase utility including an hbase-shaded-thirdparty module with guava, netty, etc.

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-18240: -- Attachment: HBASE-18240.master.001.patch > Add hbase-auxillary, a project with hbase utility including an >

[jira] [Updated] (HBASE-18234) Revisit the async admin api

2017-06-19 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-18234: --- Attachment: HBASE-18234.master.002.patch > Revisit the async admin api >

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055119#comment-16055119 ] Yu Li commented on HBASE-18233: --- Thanks [~stack] for the questions, maybe we should mention benefits of the

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16055135#comment-16055135 ] Allan Yang commented on HBASE-18233: Added some comments in patch v3, thanks for your advice,

[jira] [Updated] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Yang updated HBASE-18233: --- Attachment: HBASE-18233-branch-1.2.v3.patch > We shouldn't wait for readlock in doMiniBatchMutation

[jira] [Updated] (HBASE-18234) Revisit the async admin api

2017-06-19 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-18234: --- Description: 1. Update the balance method name. balancer -> balance setBalancerRunning ->

[jira] [Updated] (HBASE-16351) do dependency license check via enforcer plugin

2017-06-19 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-16351: -- Assignee: Mike Drob Fix Version/s: (was: 2.0.0) 2.0.0-alpha-2

[jira] [Updated] (HBASE-16351) do dependency license check via enforcer plugin

2017-06-19 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-16351: -- Attachment: HBASE-16351.patch v1: * Label error message with {{WARNING}} in aggregate license file *

[jira] [Updated] (HBASE-18180) Possible connection leak while closing BufferedMutator in TableOutputFormat

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-18180: --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0-alpha-2 Status: Resolved

[jira] [Commented] (HBASE-16415) Replication in different namespace

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054113#comment-16054113 ] Ted Yu commented on HBASE-16415: It seems option 3 is better. It is Okay to have an empty (default in

[jira] [Commented] (HBASE-17125) Inconsistent result when use filter to read data

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054123#comment-16054123 ] Ted Yu commented on HBASE-17125: For my previous comment:

[jira] [Commented] (HBASE-16351) do dependency license check via enforcer plugin

2017-06-19 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054170#comment-16054170 ] Sean Busbey commented on HBASE-16351: - This is amazing! +1 pending QA, I'll repeat the manual test

[jira] [Comment Edited] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053988#comment-16053988 ] Pankaj Kumar edited comment on HBASE-18167 at 6/19/17 1:31 PM: --- Thanks

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053976#comment-16053976 ] Allan Yang commented on HBASE-18167: +1 for the patch > OfflineMetaRepair tool may cause HMaster

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053988#comment-16053988 ] Pankaj Kumar commented on HBASE-18167: -- Thanks [~allan163] for looking into this issue >

[jira] [Commented] (HBASE-18119) Improve HFile readability and modify ChecksumUtil log level

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

[jira] [Commented] (HBASE-18119) Improve HFile readability and modify ChecksumUtil log level

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

[jira] [Commented] (HBASE-18167) OfflineMetaRepair tool may cause HMaster abort always

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054034#comment-16054034 ] Ted Yu commented on HBASE-18167: Indentation is off: {code} 589 @Override 590

[jira] [Updated] (HBASE-18164) Much faster locality cost function and candidate generator

2017-06-19 Thread Kahlil Oppenheimer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kahlil Oppenheimer updated HBASE-18164: --- Status: Open (was: Patch Available) > Much faster locality cost function and

[jira] [Commented] (HBASE-15320) HBase connector for Kafka Connect

2017-06-19 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054320#comment-16054320 ] Sean Busbey commented on HBASE-15320: - This would be a great addition, thanks for working on it!

[jira] [Commented] (HBASE-16148) Hybrid Logical Clocks(placeholder for running tests)

2017-06-19 Thread Amit Patel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054367#comment-16054367 ] Amit Patel commented on HBASE-16148: Test with only meta table as HLC (removed server-side check for

[jira] [Comment Edited] (HBASE-16148) Hybrid Logical Clocks(placeholder for running tests)

2017-06-19 Thread Amit Patel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054367#comment-16054367 ] Amit Patel edited comment on HBASE-16148 at 6/19/17 5:10 PM: - vv Test with

[jira] [Commented] (HBASE-14614) Procedure v2: Core Assignment Manager

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054200#comment-16054200 ] stack commented on HBASE-14614: --- That is right [~yangzhe1991] Work has not yet been done sir. > Procedure

[jira] [Commented] (HBASE-16351) do dependency license check via enforcer plugin

2017-06-19 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054245#comment-16054245 ] Mike Drob commented on HBASE-16351: --- Build failed because this patch depends on the addition of maven

[jira] [Commented] (HBASE-18180) Possible connection leak while closing BufferedMutator in TableOutputFormat

2017-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054265#comment-16054265 ] Hudson commented on HBASE-18180: SUCCESS: Integrated in Jenkins build HBase-1.4 #777 (See

[jira] [Comment Edited] (HBASE-16148) Hybrid Logical Clocks(placeholder for running tests)

2017-06-19 Thread Amit Patel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054367#comment-16054367 ] Amit Patel edited comment on HBASE-16148 at 6/19/17 5:11 PM: - v Test with

[jira] [Commented] (HBASE-18233) We shouldn't wait for readlock in doMiniBatchMutation in case of deadlock

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054309#comment-16054309 ] stack commented on HBASE-18233: --- bq. Increment request in mid of a batch request would be "another thread",

[jira] [Commented] (HBASE-18164) Much faster locality cost function and candidate generator

2017-06-19 Thread Kahlil Oppenheimer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054325#comment-16054325 ] Kahlil Oppenheimer commented on HBASE-18164: Whoops, you are correct! I just uploaded an

[jira] [Updated] (HBASE-18164) Much faster locality cost function and candidate generator

2017-06-19 Thread Kahlil Oppenheimer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kahlil Oppenheimer updated HBASE-18164: --- Attachment: HBASE-18164-05.patch > Much faster locality cost function and candidate

[jira] [Updated] (HBASE-18164) Much faster locality cost function and candidate generator

2017-06-19 Thread Kahlil Oppenheimer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kahlil Oppenheimer updated HBASE-18164: --- Status: Patch Available (was: Open) > Much faster locality cost function and

[jira] [Commented] (HBASE-18234) Revisit the async admin api

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

[jira] [Commented] (HBASE-18215) some advises about refactoring of rsgroup

2017-06-19 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054334#comment-16054334 ] Francis Liu commented on HBASE-18215: - #1 You don't really need to put tables on master anymore just

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054371#comment-16054371 ] Duo Xu commented on HBASE-18226: [~ndimiduk] and [~elserj] Just confirm that we do support reverse DNS

[jira] [Commented] (HBASE-18215) some advises about refactoring of rsgroup

2017-06-19 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054374#comment-16054374 ] Francis Liu commented on HBASE-18215: - {quote} Regards #2, you mean a file in HDFS rather than local?

[jira] [Commented] (HBASE-16351) do dependency license check via enforcer plugin

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

[jira] [Updated] (HBASE-15320) HBase connector for Kafka Connect

2017-06-19 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-15320: Fix Version/s: (was: 2.0.0-alpha-1) (was: 2.0.0)

[jira] [Updated] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Xu updated HBASE-18226: --- Attachment: HBASE-18226.004.patch > Disable reverse DNS lookup at HMaster and use default hostname provided

[jira] [Updated] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Xu updated HBASE-18226: --- Status: Open (was: Patch Available) > Disable reverse DNS lookup at HMaster and use default hostname

[jira] [Commented] (HBASE-18228) HBCK improvements

2017-06-19 Thread Karan Mehta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054461#comment-16054461 ] Karan Mehta commented on HBASE-18228: - [~lhofhansl] [~apurtell] I can take it up. > HBCK

[jira] [Assigned] (HBASE-18210) Implement Table#checkAndDelete()

2017-06-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-18210: -- Assignee: Ted Yu > Implement Table#checkAndDelete() > > >

[jira] [Commented] (HBASE-18215) some advises about refactoring of rsgroup

2017-06-19 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054515#comment-16054515 ] Francis Liu commented on HBASE-18215: - {quote} Was thinking that having webserver last, it would have

[jira] [Commented] (HBASE-18215) some advises about refactoring of rsgroup

2017-06-19 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054517#comment-16054517 ] Francis Liu commented on HBASE-18215: - #5 might be because of HBASE-18235 > some advises about

[jira] [Commented] (HBASE-18235) LoadBalancer.BOGUS_SERVER_NAME should not have a bogus hostname

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054524#comment-16054524 ] stack commented on HBASE-18235: --- Came in here... tree 1edfda28d2e1c46f75a550cc8bfa09a64eae4bc6 parent

[jira] [Commented] (HBASE-18215) some advises about refactoring of rsgroup

2017-06-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054434#comment-16054434 ] stack commented on HBASE-18215: --- bq. Putting it in HDFS was something we thought about before but one

[jira] [Commented] (HBASE-15320) HBase connector for Kafka Connect

2017-06-19 Thread Mike Wingert (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054500#comment-16054500 ] Mike Wingert commented on HBASE-15320: -- Thanks for the feedback! > Please start patches against the

[jira] [Comment Edited] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054692#comment-16054692 ] Duo Xu edited comment on HBASE-18226 at 6/19/17 8:37 PM: - Regarding why we don't

[jira] [Created] (HBASE-18236) [C++] Add batching and reporting to simple-client

2017-06-19 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-18236: - Summary: [C++] Add batching and reporting to simple-client Key: HBASE-18236 URL: https://issues.apache.org/jira/browse/HBASE-18236 Project: HBase Issue

[jira] [Updated] (HBASE-18236) [C++] Add batching and reporting to simple-client

2017-06-19 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-18236: -- Attachment: hbase-simple-client-batch.patch > [C++] Add batching and reporting to

[jira] [Updated] (HBASE-16148) Hybrid Logical Clocks(placeholder for running tests)

2017-06-19 Thread Amit Patel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Patel updated HBASE-16148: --- Attachment: HBASE-16148.master.008.patch > Hybrid Logical Clocks(placeholder for running tests) >

[jira] [Created] (HBASE-18237) Address ruby static analysis reports

2017-06-19 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18237: - Summary: Address ruby static analysis reports Key: HBASE-18237 URL: https://issues.apache.org/jira/browse/HBASE-18237 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-18214) Replace the folly::AtomicHashMap usage in the RPC layer

2017-06-19 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054658#comment-16054658 ] Devaraj Das commented on HBASE-18214: - Yeah you are right [~enis]. I need to also change similarly

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054692#comment-16054692 ] Duo Xu commented on HBASE-18226: Regarding why we don't add a custom DNS server into our unsecure

[jira] [Commented] (HBASE-16148) Hybrid Logical Clocks(placeholder for running tests)

2017-06-19 Thread Amit Patel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054710#comment-16054710 ] Amit Patel commented on HBASE-16148: v Test with only meta table as HLC (removed server-side check

[jira] [Created] (HBASE-18239) Address ruby static analysis for shell module

2017-06-19 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18239: - Summary: Address ruby static analysis for shell module Key: HBASE-18239 URL: https://issues.apache.org/jira/browse/HBASE-18239 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18238) Address ruby static analysis for bin directory

2017-06-19 Thread Mike Drob (JIRA)
Mike Drob created HBASE-18238: - Summary: Address ruby static analysis for bin directory Key: HBASE-18238 URL: https://issues.apache.org/jira/browse/HBASE-18238 Project: HBase Issue Type:

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054571#comment-16054571 ] Esteban Gutierrez commented on HBASE-18226: --- That was my original point [~enis]. I'm not

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054584#comment-16054584 ] Josh Elser commented on HBASE-18226: bq. hbase.regionserver.hostname.reported.to.master does not make

[jira] [Comment Edited] (HBASE-18235) LoadBalancer.BOGUS_SERVER_NAME should not have a bogus hostname

2017-06-19 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054579#comment-16054579 ] Umesh Agashe edited comment on HBASE-18235 at 6/19/17 6:54 PM: --- {code}

[jira] [Commented] (HBASE-18226) Disable reverse DNS lookup at HMaster and use default hostname provided by RegionServer

2017-06-19 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054611#comment-16054611 ] Duo Xu commented on HBASE-18226: [~esteban] I have updated the description, hoping it helps. Basically,

[jira] [Resolved] (HBASE-18178) [C++] Retrying meta location lookup and zookeeper connection

2017-06-19 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-18178. --- Resolution: Fixed Fix Version/s: HBASE-14850 Pushed this to the branch. > [C++]

  1   2   >