[jira] [Updated] (HBASE-16855) Avoid NPE in MetricsConnection’s construction

2016-10-16 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-16855: -- Fix Version/s: 2.0.0 Affects Version/s: 2.0.0 Status: Patch Available

[jira] [Updated] (HBASE-16855) Avoid NPE in MetricsConnection’s construction

2016-10-16 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-16855: -- Attachment: HBASE-16855.v0.patch > Avoid NPE in MetricsConnection’s construction >

[jira] [Commented] (HBASE-16653) Backport HBASE-11393 to all branches which support namespace

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

[jira] [Created] (HBASE-16855) Avoid NPE in MetricsConnection’s construction

2016-10-16 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-16855: - Summary: Avoid NPE in MetricsConnection’s construction Key: HBASE-16855 URL: https://issues.apache.org/jira/browse/HBASE-16855 Project: HBase Issue Type:

[jira] [Updated] (HBASE-16744) Procedure V2 - Lock procedures to allow clients to acquire locks on tables/namespaces/regions

2016-10-16 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-16744: - Attachment: HBASE-16744.master.009.patch > Procedure V2 - Lock procedures to allow clients to acquire locks on

[jira] [Commented] (HBASE-16834) Add AsyncConnection support for ConnectionFactory

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

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15581074#comment-15581074 ] Heng Chen commented on HBASE-16698: --- patch for branch-1 LGTM. +1 We will open it by default on

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15581067#comment-15581067 ] Heng Chen commented on HBASE-16698: --- {quote} so in my analysis, waiting for sync and waiting for latch

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

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

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

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

[jira] [Comment Edited] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580983#comment-15580983 ] Allan Yang edited comment on HBASE-16698 at 10/17/16 2:31 AM: -- Yes, I know

[jira] [Commented] (HBASE-16833) Implement asynchronous hbase client based on HBASE-15921

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580953#comment-15580953 ] Yu Li commented on HBASE-16833: --- Agreed. And another thing I'd like to bring up is that we may need to

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580983#comment-15580983 ] Allan Yang commented on HBASE-16698: Yes, I know sync operation will batch as many as possible. When

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580977#comment-15580977 ] Yu Li commented on HBASE-16698: --- {quote} Update patch for branch-1 after code rebase. Also make it able to

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580967#comment-15580967 ] Yu Li commented on HBASE-16698: --- Actually we won't sync one by one, but sync a bunch at a time, or say we

[jira] [Comment Edited] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580945#comment-15580945 ] Allan Yang edited comment on HBASE-16698 at 10/17/16 2:02 AM: -- After,

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580945#comment-15580945 ] Allan Yang commented on HBASE-16698: After, carefully reviewed the code of branch-1.2, I understand

[jira] [Commented] (HBASE-16834) Add AsyncConnection support for ConnectionFactory

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580941#comment-15580941 ] Yu Li commented on HBASE-16834: --- The v1 patch lgtm, +1 > Add AsyncConnection support for ConnectionFactory

[jira] [Updated] (HBASE-16653) Backport HBASE-11393 to all branches which support namespace

2016-10-16 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-16653: --- Attachment: HBASE-16653-branch-1-v5.patch Update replication admin unit test. > Backport

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580931#comment-15580931 ] Heng Chen commented on HBASE-16853: --- +1 > Regions are assigned to Region Servers in /hbase/draining

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580933#comment-15580933 ] Ted Yu commented on HBASE-16853: Integrated to branch-1.3 and branch-1 Waiting for QA on master patch.

[jira] [Commented] (HBASE-16834) Add AsyncConnection support for ConnectionFactory

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580920#comment-15580920 ] Duo Zhang commented on HBASE-16834: --- Yeah I think it is better to place these methods in

[jira] [Updated] (HBASE-16834) Add AsyncConnection support for ConnectionFactory

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16834: -- Attachment: HBASE-16834-v1.patch Move the methods to ConnectionFactory. > Add AsyncConnection support

[jira] [Updated] (HBASE-16834) Add AsyncConnection support for ConnectionFactory

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16834: -- Summary: Add AsyncConnection support for ConnectionFactory (was: Implement AsyncConnectionFactory) >

[jira] [Updated] (HBASE-16834) Implement AsyncConnectionFactory

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16834: -- Release Note: Add createAsyncConnection method to ConnectionFactory for creating AsyncConnection. The

[jira] [Updated] (HBASE-16815) Low scan ratio in RPC queue tuning triggers divide by zero exception

2016-10-16 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-16815: --- Attachment: HBASE-16815-branch-1.2.patch HBASE-16815-branch-1.2.patch can be applied to

[jira] [Commented] (HBASE-16847) comment out broken test-compile references

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

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580883#comment-15580883 ] David Pope commented on HBASE-16853: Thanks, Ted. That's a patch for master, correct? Do you want

[jira] [Commented] (HBASE-16568) Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials

2016-10-16 Thread Daniel Vimont (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580881#comment-15580881 ] Daniel Vimont commented on HBASE-16568: --- Please let me know whether any further action is required

[jira] [Work started] (HBASE-16789) Remove directory layout/ filesystem references from CompactionTool

2016-10-16 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-16789 started by Umesh Agashe. > Remove directory layout/ filesystem references from CompactionTool >

[jira] [Updated] (HBASE-16847) comment out broken test-compile references

2016-10-16 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umesh Agashe updated HBASE-16847: - Release Note: Commented out broken test-compile references. These will be fixed and put back in

[jira] [Updated] (HBASE-16847) comment out broken test-compile references

2016-10-16 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umesh Agashe updated HBASE-16847: - Attachment: HBASE-16487-hbase-14439.v1.patch Commented out broken tests because of filesystem

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16853: --- Attachment: 16853.v2.txt Patch v2 is based on David's v2 for branch-1.3 > Regions are assigned to Region

[jira] [Commented] (HBASE-16786) Procedure V2 - Move ZK-lock's uses to Procedure framework locks (LockProcedure)

2016-10-16 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580798#comment-15580798 ] Appy commented on HBASE-16786: -- Hi [~jingcheng...@intel.com], i don't know mob much to answer that question.

[jira] [Commented] (HBASE-16786) Procedure V2 - Move ZK-lock's uses to Procedure framework locks (LockProcedure)

2016-10-16 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580792#comment-15580792 ] Appy commented on HBASE-16786: -- Tested on a 2 node cluster. Turned on debugging log for

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

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

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pope updated HBASE-16853: --- Attachment: HBASE-16853.branch-1.3-v2.patch Added the new test to TestAssignmentListener for

[jira] [Commented] (HBASE-16854) refactor the org.apache.hadoop.hbase.client.Action

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

[jira] [Commented] (HBASE-16630) Fragmentation in long running Bucket Cache

2016-10-16 Thread deepankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580415#comment-15580415 ] deepankar commented on HBASE-16630: --- Sorry for the delayed reply, the bucket cache is not stuck as

[jira] [Commented] (HBASE-16835) Revisit the zookeeper usage at client side

2016-10-16 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580409#comment-15580409 ] stack commented on HBASE-16835: --- bq. Yeah but I think we still need to fetch the root region location from

[jira] [Commented] (HBASE-16834) Implement AsyncConnectionFactory

2016-10-16 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580402#comment-15580402 ] stack commented on HBASE-16834: --- Only thought was that you'd ask the ConnectionFactory to give you an async

[jira] [Updated] (HBASE-16854) refactor the org.apache.hadoop.hbase.client.Action

2016-10-16 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-16854: -- Attachment: HBASE-16854.v0.patch > refactor the org.apache.hadoop.hbase.client.Action >

[jira] [Updated] (HBASE-16854) refactor the org.apache.hadoop.hbase.client.Action

2016-10-16 Thread ChiaPing Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-16854: -- Assignee: ChiaPing Tsai Fix Version/s: 2.0.0 Affects Version/s: 2.0.0

[jira] [Created] (HBASE-16854) refactor the org.apache.hadoop.hbase.client.Action

2016-10-16 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-16854: - Summary: refactor the org.apache.hadoop.hbase.client.Action Key: HBASE-16854 URL: https://issues.apache.org/jira/browse/HBASE-16854 Project: HBase Issue

[jira] [Assigned] (HBASE-16745) HttpDoAsClient should handle failure in retrieving Subject

2016-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-16745: -- Assignee: Ted Yu > HttpDoAsClient should handle failure in retrieving Subject >

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-16853: --- Fix Version/s: 1.4.0 1.3.0 2.0.0 > Regions are assigned to Region

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580034#comment-15580034 ] Ted Yu commented on HBASE-16853: lgtm Can you add the new test to TestAssignmentListener (which uses

[jira] [Commented] (HBASE-16835) Revisit the zookeeper usage at client side

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579893#comment-15579893 ] Duo Zhang commented on HBASE-16835: --- Will come back when I finish the async scan since we can not

[jira] [Commented] (HBASE-16835) Revisit the zookeeper usage at client side

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579875#comment-15579875 ] Duo Zhang commented on HBASE-16835: --- {quote} Could we add the web ui port and other vitals to the

[jira] [Commented] (HBASE-16833) Implement asynchronous hbase client based on HBASE-15921

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579862#comment-15579862 ] Duo Zhang commented on HBASE-16833: --- Yes they can all be done with the SingleRequestRpcRetryingCaller.

[jira] [Commented] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

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

[jira] [Commented] (HBASE-16834) Implement AsyncConnectionFactory

2016-10-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579857#comment-15579857 ] Duo Zhang commented on HBASE-16834: --- Any concerns? [~stack] [~carp84]. This is the entrance of async

[jira] [Commented] (HBASE-16851) User-facing documentation for the In-Memory Compaction feature

2016-10-16 Thread Edward Bortnikov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579757#comment-15579757 ] Edward Bortnikov commented on HBASE-16851: -- Evolving documentation draft in

[jira] [Commented] (HBASE-16849) Document for HBASE-14918 (in-memory flushes/compactions)

2016-10-16 Thread Edward Bortnikov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579750#comment-15579750 ] Edward Bortnikov commented on HBASE-16849: -- Please forgo for the sake of HBASE-16851. Apologies

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pope updated HBASE-16853: --- Status: Patch Available (was: Open) This is a patch for branch-1.3 that includes a unit test and

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pope updated HBASE-16853: --- Attachment: HBASE-16853.branch-1.3-v1.patch A unit test and patch for managing the

[jira] [Commented] (HBASE-16608) Introducing the ability to merge ImmutableSegments without copy-compaction or SQM usage

2016-10-16 Thread Edward Bortnikov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579719#comment-15579719 ] Edward Bortnikov commented on HBASE-16608: -- [~devaraj], you have raised multiple issues. Let me

[jira] [Created] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
David Pope created HBASE-16853: -- Summary: Regions are assigned to Region Servers in /hbase/draining after HBase Master failover Key: HBASE-16853 URL: https://issues.apache.org/jira/browse/HBASE-16853

[jira] [Updated] (HBASE-16853) Regions are assigned to Region Servers in /hbase/draining after HBase Master failover

2016-10-16 Thread David Pope (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pope updated HBASE-16853: --- Component/s: Balancer > Regions are assigned to Region Servers in /hbase/draining after HBase Master

[jira] [Updated] (HBASE-16851) User-facing documentation for the In-Memory Compaction feature

2016-10-16 Thread Edward Bortnikov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Bortnikov updated HBASE-16851: - Attachment: HBaseAcceleratedHbaseConf-final.pptx Presentation (motivation, design, and

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

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

[jira] [Commented] (HBASE-16833) Implement asynchronous hbase client based on HBASE-15921

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579568#comment-15579568 ] Yu Li commented on HBASE-16833: --- Nice umbrella, a good place to follow the asynchronous API roadmap,

[jira] [Commented] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579535#comment-15579535 ] Yu Li commented on HBASE-16698: --- [~allan163] and [~enis], please let me know whether my explanation address

[jira] [Commented] (HBASE-15789) PB related changes to work with offheap

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

[jira] [Updated] (HBASE-16698) Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload

2016-10-16 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li updated HBASE-16698: -- Status: Patch Available (was: Reopened) Submit patch so HadoopQA could check the new branch-1 patch >

[jira] [Updated] (HBASE-16852) TestDefaultCompactSelection failed on branch-1.3

2016-10-16 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Antonov updated HBASE-16852: Description: Regression

[jira] [Created] (HBASE-16852) TestDefaultCompactSelection failed on branch-1.3

2016-10-16 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-16852: --- Summary: TestDefaultCompactSelection failed on branch-1.3 Key: HBASE-16852 URL: https://issues.apache.org/jira/browse/HBASE-16852 Project: HBase Issue