[jira] [Updated] (HBASE-19024) provide a configurable option to hsync WAL edits to the disk for better durability

2017-10-31 Thread Harshal Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harshal Jain updated HBASE-19024: - Attachment: master.v5.patch > provide a configurable option to hsync WAL edits to the disk for

[jira] [Commented] (HBASE-19138) Rare failure in TestLruBlockCache

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

[jira] [Commented] (HBASE-16890) Analyze the performance of AsyncWAL and fix the same

2017-10-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233661#comment-16233661 ] Anoop Sam John commented on HBASE-16890: Lets work on this after Alpha-4. This is a very imp

[jira] [Commented] (HBASE-17204) Make L2 off heap cache default ON

2017-10-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233658#comment-16233658 ] Anoop Sam John commented on HBASE-17204: Working on this.. Doing some more perf tests based on

[jira] [Commented] (HBASE-17065) Perform more effective sorting for RPC Handler Tasks

2017-10-31 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233633#comment-16233633 ] Reid Chan commented on HBASE-17065: --- Hi [~tedyu] i'm working on this, but not have a moment to test,

[jira] [Commented] (HBASE-17065) Perform more effective sorting for RPC Handler Tasks

2017-10-31 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233634#comment-16233634 ] Reid Chan commented on HBASE-17065: --- If you don't mind. > Perform more effective sorting for RPC

[jira] [Updated] (HBASE-17065) Perform more effective sorting for RPC Handler Tasks

2017-10-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17065: --- Description: Under the 'Show All RPC Handler Tasks' tab, the tasks are not sorted according to the duration

[jira] [Resolved] (HBASE-17499) Bound the total heap memory used for the rolling average of RegionLoads

2017-10-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-17499. Resolution: Later > Bound the total heap memory used for the rolling average of RegionLoads >

[jira] [Commented] (HBASE-19127) Set State.SPLITTING, MERGING, MERGING_NEW, SPLITTING_NEW properly in RegionStatesNode

2017-10-31 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233629#comment-16233629 ] Jerry He commented on HBASE-19127: -- Will the change/shuffle of the state codes affect backward

[jira] [Commented] (HBASE-18827) Site build takes 1.5 hours; it looks like it is stuck...

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233625#comment-16233625 ] stack commented on HBASE-18827: --- Still taking for ever I need to figure why... > Site build takes 1.5

[jira] [Updated] (HBASE-19102) TestZooKeeperMainServer fails with KeeperException$ConnectionLossException

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-19102: -- Attachment: HBASE-19102.master.002.patch Retry. Stochastic balancer failed. > TestZooKeeperMainServer fails

[jira] [Updated] (HBASE-18624) Added support for clearing BlockCache based on table name

2017-10-31 Thread Zach York (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach York updated HBASE-18624: -- Status: In Progress (was: Patch Available) > Added support for clearing BlockCache based on table

[jira] [Updated] (HBASE-18624) Added support for clearing BlockCache based on table name

2017-10-31 Thread Zach York (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach York updated HBASE-18624: -- Status: Patch Available (was: In Progress) > Added support for clearing BlockCache based on table

[jira] [Commented] (HBASE-18912) Update Admin methods to return Lists instead of arrays

2017-10-31 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233588#comment-16233588 ] Guanghao Zhang commented on HBASE-18912: As I said in above comment, if there are no other good

[jira] [Commented] (HBASE-18950) Remove Optional parameters in AsyncAdmin interface

2017-10-31 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233582#comment-16233582 ] Guanghao Zhang commented on HBASE-18950: UT passed. The reason of checkstyle is error message too

[jira] [Commented] (HBASE-19054) Switch precommit docker image to one based on maven images

2017-10-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233568#comment-16233568 ] Duo Zhang commented on HBASE-19054: --- I think the magic is either the installation order, or something

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233562#comment-16233562 ] Duo Zhang commented on HBASE-19114: --- {quote} It has all zk stuff, from both client and server. So even

[jira] [Commented] (HBASE-19054) Switch precommit docker image to one based on maven images

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233561#comment-16233561 ] Mike Drob commented on HBASE-19054: --- [~Apache9] - Oh, I thought there was also some magic to make sure

[jira] [Created] (HBASE-19145) Look into hbase-2 client going to hbase-1 server

2017-10-31 Thread Jerry He (JIRA)
Jerry He created HBASE-19145: Summary: Look into hbase-2 client going to hbase-1 server Key: HBASE-19145 URL: https://issues.apache.org/jira/browse/HBASE-19145 Project: HBase Issue Type: Task

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233546#comment-16233546 ] Appy commented on HBASE-19114: -- But i'd still like to understand what was I missing! bq. ...future

[jira] [Commented] (HBASE-19103) Add BigDecimalComparator for filter

2017-10-31 Thread Qilin Cao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233542#comment-16233542 ] Qilin Cao commented on HBASE-19103: --- [~tedyu][~Jan Hentschel] Thanks for your suggestion! I should

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233530#comment-16233530 ] Appy commented on HBASE-19114: -- I don't completely understand it, but your last comment suggests that this

[jira] [Commented] (HBASE-19118) Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-10-31 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16232725#comment-16232725 ] Reid Chan commented on HBASE-19118: --- any suggestions? [~elserj] > Use SaslUtil to set Sasl.QOP in

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16232593#comment-16232593 ] Duo Zhang commented on HBASE-19114: --- Then if someone depends netty-all while others depend the

[jira] [Updated] (HBASE-18624) Added support for clearing BlockCache based on table name

2017-10-31 Thread Zach York (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach York updated HBASE-18624: -- Attachment: HBASE-18624.master.008.patch > Added support for clearing BlockCache based on table name >

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227804#comment-16227804 ] Appy commented on HBASE-19114: -- bq. I do not think people will like multi modules, for example, we always

[jira] [Updated] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-12091: -- Attachment: 12091-v2-branch-1.txt Added a test. Note that the currently fails. Also note that

[jira] [Updated] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19141: --- Status: Patch Available (was: Open) > [compat 1-2] getClusterStatus always return empty

[jira] [Updated] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19141: --- Attachment: HBASE-19141.v1.patch > [compat 1-2] getClusterStatus always return empty

[jira] [Updated] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19141: --- Status: Open (was: Patch Available) > [compat 1-2] getClusterStatus always return empty

[jira] [Updated] (HBASE-17706) TableSkewCostFunction improperly computes max skew

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-17706: --- Resolution: Duplicate Hadoop Flags: (was: Reviewed) Status: Resolved (was:

[jira] [Commented] (HBASE-17706) TableSkewCostFunction improperly computes max skew

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227787#comment-16227787 ] Chia-Ping Tsai commented on HBASE-17706: I had already fixed it in HBASE-18480. Will close this

[jira] [Commented] (HBASE-17706) TableSkewCostFunction improperly computes max skew

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227783#comment-16227783 ] stack commented on HBASE-17706: --- Should we up the priority on this [~chia7712]? Pull it into beta-1? >

[jira] [Commented] (HBASE-19138) Rare failure in TestLruBlockCache

2017-10-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227778#comment-16227778 ] Hudson commented on HBASE-19138: SUCCESS: Integrated in Jenkins build HBase-1.5 #125 (See

[jira] [Updated] (HBASE-18693) adding an option to restore_snapshot to move mob files from archive dir to working dir

2017-10-31 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun updated HBASE-18693: - Attachment: HBASE-18693.master.003.patch Upload patch v3 to address TestShell failure. The other

[jira] [Updated] (HBASE-19131) Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19131: --- Status: Patch Available (was: Open) > Add the ClusterStatus hook and cleanup other hooks

[jira] [Updated] (HBASE-19131) Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19131: --- Attachment: HBASE-19131.v0.patch > Add the ClusterStatus hook and cleanup other hooks which

[jira] [Resolved] (HBASE-19135) TestWeakObjectPool time out

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-19135. --- Resolution: Fixed Assignee: stack Hadoop Flags: Reviewed Fix Version/s: 2.0.0-beta-1

[jira] [Commented] (HBASE-19135) TestWeakObjectPool time out

2017-10-31 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227771#comment-16227771 ] Umesh Agashe commented on HBASE-19135: -- [~stack], sounds good. +1 > TestWeakObjectPool time out >

[jira] [Commented] (HBASE-19135) TestWeakObjectPool time out

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227769#comment-16227769 ] stack commented on HBASE-19135: --- [~uagashe] Ok I commit this as is and we can look at doing something more

[jira] [Updated] (HBASE-19131) Add the ClusterStatus hook and cleanup other hooks which can be replaced by ClusterStatus hook

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19131: --- Release Note: 1) Add preGetClusterStatus() and postGetClusterStatus() hooks 2) add

[jira] [Updated] (HBASE-13428) Migration to hbase-2.0.0

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-13428: -- Release Note: * Make sure Distributed Log Replay is not enabled on your hbase1 cluster; it was problematic in

[jira] [Commented] (HBASE-19128) Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227764#comment-16227764 ] stack commented on HBASE-19128: --- There is nothing to disable when it comes to DLR (it never worked). I do

[jira] [Commented] (HBASE-19121) HBCK for AMv2

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227762#comment-16227762 ] stack commented on HBASE-19121: --- HBASE-14620 is a bit wrong-headed in my opinion but it had some good stuff

[jira] [Commented] (HBASE-18925) Need updated mockito for using java optional

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227759#comment-16227759 ] stack commented on HBASE-18925: --- I +1'd this already. > Need updated mockito for using java optional >

[jira] [Commented] (HBASE-18961) doMiniBatchMutate() is big, split it into smaller methods

2017-10-31 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227749#comment-16227749 ] Umesh Agashe commented on HBASE-18961: -- Feedback from review session with [~stack]: # # Comment that

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

2017-10-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227748#comment-16227748 ] Duo Zhang commented on HBASE-19114: --- I do not think people will like multi modules, for example, we

[jira] [Comment Edited] (HBASE-18961) doMiniBatchMutate() is big, split it into smaller methods

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227738#comment-16227738 ] stack edited comment on HBASE-18961 at 10/31/17 10:52 PM: -- [~uagashe] and I just

[jira] [Commented] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227740#comment-16227740 ] Andrew Purtell commented on HBASE-12091: bq. It seems the entire replication logic needs a review

[jira] [Commented] (HBASE-18961) doMiniBatchMutate() is big, split it into smaller methods

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227738#comment-16227738 ] stack commented on HBASE-18961: --- Anoop and I just did a review session on the patch up in RB. Helped me

[jira] [Comment Edited] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227729#comment-16227729 ] Andrew Purtell edited comment on HBASE-19144 at 10/31/17 10:46 PM: ---

[jira] [Commented] (HBASE-17580) Tooling to move table out of FAILED_OPEN state

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227730#comment-16227730 ] Andrew Purtell commented on HBASE-17580: Hey [~stack] I'm looking at handling this automatically

[jira] [Commented] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227729#comment-16227729 ] Andrew Purtell commented on HBASE-19144: [~stack] reported the same thing with branch-2 on

[jira] [Comment Edited] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227713#comment-16227713 ] Andrew Purtell edited comment on HBASE-19144 at 10/31/17 10:40 PM: --- bq.

[jira] [Commented] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227722#comment-16227722 ] Andrew Purtell commented on HBASE-19144: Thanks [~abhishek.chouhan] for identifying the problem.

[jira] [Comment Edited] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227713#comment-16227713 ] Andrew Purtell edited comment on HBASE-19144 at 10/31/17 10:36 PM: --- bq.

[jira] [Commented] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227713#comment-16227713 ] Andrew Purtell commented on HBASE-19144: bq. It would be better if the RSGroupInfoManager could

[jira] [Commented] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227711#comment-16227711 ] Lars Hofhansl commented on HBASE-12091: --- The problem seems to be that

[jira] [Updated] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19144: --- Description: After all servers in the RSgroup are down the regions cannot be opened anywhere

[jira] [Created] (HBASE-19144) [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable

2017-10-31 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-19144: -- Summary: [RSgroups] Regions assigned to a RSGroup all go to FAILED_OPEN state when all servers in the group are unavailable Key: HBASE-19144 URL:

[jira] [Commented] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227706#comment-16227706 ] Chia-Ping Tsai commented on HBASE-19141: bq. Please check TestClientClusterStatus My bad :( >

[jira] [Comment Edited] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

2017-10-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227495#comment-16227495 ] Ted Yu edited comment on HBASE-19141 at 10/31/17 10:21 PM: --- Please check

[jira] [Updated] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-12091: -- Fix Version/s: 1.4.0 > Optionally ignore edits for dropped tables for replication. >

[jira] [Commented] (HBASE-19141) [compat 1-2] getClusterStatus always return empty ClusterStatus

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

[jira] [Commented] (HBASE-12125) Add Hbck option to check and fix WAL's from replication queue

2017-10-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227696#comment-16227696 ] Ted Yu commented on HBASE-12125: Can you put the patch on review board ? > Add Hbck option to check and

[jira] [Commented] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227694#comment-16227694 ] Andrew Purtell commented on HBASE-12091: bq. Might be something to check for 1.4. Specifically it

[jira] [Comment Edited] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227463#comment-16227463 ] Lars Hofhansl edited comment on HBASE-12091 at 10/31/17 10:13 PM: --

[jira] [Commented] (HBASE-19114) Split out o.a.h.h.zookeeper from hbase-server and hbase-client

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

[jira] [Comment Edited] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227684#comment-16227684 ] Lars Hofhansl edited comment on HBASE-12091 at 10/31/17 10:06 PM: --

[jira] [Commented] (HBASE-12091) Optionally ignore edits for dropped tables for replication.

2017-10-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227684#comment-16227684 ] Lars Hofhansl commented on HBASE-12091: --- [~apurtell], FYI. Might be something to check to 1.4.

[jira] [Commented] (HBASE-18925) Need updated mockito for using java optional

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227683#comment-16227683 ] Appy commented on HBASE-18925: -- Ready for review [~mdrob] and [~stack]. Uploaded new patch fixing

[jira] [Commented] (HBASE-19138) Rare failure in TestLruBlockCache

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

[jira] [Updated] (HBASE-18925) Need updated mockito for using java optional

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-18925: - Attachment: HBASE-18925.master.009.patch > Need updated mockito for using java optional >

[jira] [Commented] (HBASE-19121) HBCK for AMv2

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227656#comment-16227656 ] Mike Drob commented on HBASE-19121: --- or of HBASE-14620 > HBCK for AMv2 > - > >

[jira] [Commented] (HBASE-19121) HBCK for AMv2

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227654#comment-16227654 ] Mike Drob commented on HBASE-19121: --- dup of HBASE-18792? > HBCK for AMv2 > - > >

[jira] [Updated] (HBASE-12125) Add Hbck option to check and fix WAL's from replication queue

2017-10-31 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated HBASE-12125: - Affects Version/s: 3.0.0 Status: Patch Available (was: Open) > Add Hbck option

[jira] [Updated] (HBASE-12125) Add Hbck option to check and fix WAL's from replication queue

2017-10-31 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated HBASE-12125: - Attachment: HBASE-12125.v1.master.patch > Add Hbck option to check and fix WAL's from

[jira] [Commented] (HBASE-19128) Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227643#comment-16227643 ] Appy commented on HBASE-19128: -- If we are deleting the code, that means we'll have to call out following

[jira] [Updated] (HBASE-19143) Add has(Option) to ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-19143: --- Fix Version/s: 2.0.0-beta-1 > Add has(Option) to ClusterStatus >

[jira] [Assigned] (HBASE-12125) Add Hbck option to check and fix WAL's from replication queue

2017-10-31 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon reassigned HBASE-12125: Assignee: Vincent Poon (was: Virag Kothari) > Add Hbck option to check and fix WAL's

[jira] [Created] (HBASE-19143) Add has(Option) to ClusterStatus

2017-10-31 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19143: -- Summary: Add has(Option) to ClusterStatus Key: HBASE-19143 URL: https://issues.apache.org/jira/browse/HBASE-19143 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-19126) [AMv2] RegionStates/RegionStateNode needs cleanup

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227636#comment-16227636 ] Mike Drob commented on HBASE-19126: --- [~easyliangjob] - do you want to work on this one? > [AMv2]

[jira] [Assigned] (HBASE-19122) preCompact and preFlush can bypass by returning null scanner; shut it down

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned HBASE-19122: - Assignee: stack > preCompact and preFlush can bypass by returning null scanner; shut it down >

[jira] [Assigned] (HBASE-19116) Currently the tail of hfiles with CellComparator* classname makes it so hbase1 can't open hbase2 written hfiles; fix

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned HBASE-19116: - Assignee: stack > Currently the tail of hfiles with CellComparator* classname makes it so >

[jira] [Assigned] (HBASE-18970) The version of jruby we use now can't get interactive input from prompt

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned HBASE-18970: - Assignee: Mike Drob > The version of jruby we use now can't get interactive input from prompt >

[jira] [Updated] (HBASE-19128) Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-19128: - Release Note: Disable Distributed Log Replay before upgrading since it has been removed in 2.0 > Purge

[jira] [Commented] (HBASE-17177) Compaction can break the region/row level atomic when scan even if we pass mvcc to client

2017-10-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227634#comment-16227634 ] stack commented on HBASE-17177: --- What you reckon for this and hbase2 [~Apache9] > Compaction can break the

[jira] [Updated] (HBASE-19128) Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.

2017-10-31 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-19128: - Labels: incompatible (was: ) > Purge Distributed Log Replay from codebase, configurations, text; mark the >

[jira] [Commented] (HBASE-19112) Suspect methods on Cell to be deprecated

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227631#comment-16227631 ] Mike Drob commented on HBASE-19112: --- [~elserj] - do you want to work on this? > Suspect methods on

[jira] [Assigned] (HBASE-18110) [AMv2] Reenable tests temporarily disabled

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned HBASE-18110: - Assignee: stack > [AMv2] Reenable tests temporarily disabled >

[jira] [Updated] (HBASE-19050) Improve javadoc of Scan#setMvccReadPoint

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-19050: -- Fix Version/s: (was: 2.0.0-beta-1) 2.0.0 > Improve javadoc of

[jira] [Updated] (HBASE-17591) Update documentation to say distributed log replay defaults to 'false'

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-17591: -- Fix Version/s: (was: 2.0.0-beta-1) 2.0.0 > Update documentation to say

[jira] [Commented] (HBASE-17591) Update documentation to say distributed log replay defaults to 'false'

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227601#comment-16227601 ] Mike Drob commented on HBASE-17591: --- retargeting doc updates for 2.0GA > Update documentation to say

[jira] [Commented] (HBASE-19050) Improve javadoc of Scan#setMvccReadPoint

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227599#comment-16227599 ] Mike Drob commented on HBASE-19050: --- retargeting doc updates for 2.0GA > Improve javadoc of

[jira] [Updated] (HBASE-19128) Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken.

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-19128: -- Fix Version/s: (was: 2.0.0-beta-1) 2.0.0 > Purge Distributed Log Replay from

[jira] [Updated] (HBASE-18970) The version of jruby we use now can't get interactive input from prompt

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18970: -- Summary: The version of jruby we use now can't get interactive input from prompt (was: The version of

[jira] [Updated] (HBASE-18970) The version of jruby we use now can't get interactive input from prompt

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18970: -- Priority: Critical (was: Major) > The version of jruby we use now can't get interactive input from

[jira] [Commented] (HBASE-18912) Update Admin methods to return Lists instead of arrays

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227576#comment-16227576 ] Mike Drob commented on HBASE-18912: --- [~zghaobac], [~psomogyi] - what's going on here? Is this doable

[jira] [Commented] (HBASE-18800) [Propaganda] Push shaded hbase-client as gateway to an hbase cluster going forward

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227567#comment-16227567 ] Mike Drob commented on HBASE-18800: --- [~stack] did that dev list discussion ever materialize? I can't

[jira] [Updated] (HBASE-18800) [Propaganda] Push shaded hbase-client as gateway to an hbase cluster going forward

2017-10-31 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated HBASE-18800: -- Priority: Minor (was: Major) > [Propaganda] Push shaded hbase-client as gateway to an hbase cluster

  1   2   3   >