[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553755#comment-14553755 ] Anoop Sam John commented on HBASE-13736: Patch looks good except a minor comment

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553757#comment-14553757 ] Ashish Singhi commented on HBASE-13686: --- Thanks [~mbertozzi] for reviewing the patc

[jira] [Commented] (HBASE-12451) IncreasingToUpperBoundRegionSplitPolicy may cause unnecessary region splits in rolling update of cluster

2015-05-21 Thread Liu Shaohui (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553760#comment-14553760 ] Liu Shaohui commented on HBASE-12451: - [~stack] {quote} Have you tried this patch? Do

[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553764#comment-14553764 ] ramkrishna.s.vasudevan commented on HBASE-13736: So you will want the com

[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553766#comment-14553766 ] ramkrishna.s.vasudevan commented on HBASE-13736: Just seeing, some commen

[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553775#comment-14553775 ] Jingcheng Du commented on HBASE-13736: -- Thanks [~anoopsamjohn], [~ram_krish] for the

[jira] [Created] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Y. SREENIVASULU REDDY (JIRA)
Y. SREENIVASULU REDDY created HBASE-13737: - Summary: [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted. Key: HBASE-13737 URL: https://issue

[jira] [Updated] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-13736: - Attachment: hbase-13736-V2.diff Upload a new patch to include the changes in hbase book. > Add d

[jira] [Commented] (HBASE-13734) Improper timestamp checking with VisibilityScanDeleteTracker

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553782#comment-14553782 ] Hadoop QA commented on HBASE-13734: --- {color:green}+1 overall{color}. Here are the resu

[jira] [Commented] (HBASE-13720) Mob files are not encrypting in mob compaction and Sweeper

2015-05-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553788#comment-14553788 ] ramkrishna.s.vasudevan commented on HBASE-13720: Is it possible to create

[jira] [Commented] (HBASE-13642) Deprecate RegionObserver#postScannerFilterRow CP hook with byte[],int,int args in favor of taking Cell arg

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553799#comment-14553799 ] Hadoop QA commented on HBASE-13642: --- {color:red}-1 overall{color}. Here are the result

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553804#comment-14553804 ] Guanghao Zhang commented on HBASE-13686: bq. we are going to have tons of those o

[jira] [Commented] (HBASE-13720) Mob files are not encrypting in mob compaction and Sweeper

2015-05-21 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553805#comment-14553805 ] Jingcheng Du commented on HBASE-13720: -- Thanks Ram. They are slightly different when

[jira] [Commented] (HBASE-13679) Change ColumnTracker and SQM to deal with Cell instead of byte[], int, int

2015-05-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553807#comment-14553807 ] Hudson commented on HBASE-13679: SUCCESS: Integrated in HBase-TRUNK #6502 (See [https://

[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553823#comment-14553823 ] Anoop Sam John commented on HBASE-13736: Oh ya didn't really care it is super cal

[jira] [Commented] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553827#comment-14553827 ] Jingcheng Du commented on HBASE-13736: -- Thanks! bq. So we don't have ref to 'hbase.m

[jira] [Updated] (HBASE-13642) Deprecate RegionObserver#postScannerFilterRow CP hook with byte[],int,int args in favor of taking Cell arg

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-13642: --- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to master. > Depre

[jira] [Resolved] (HBASE-13736) Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John resolved HBASE-13736. Resolution: Fixed Hadoop Flags: Reviewed Pushed to branch hbase-11339. Thanks Jingche

[jira] [Updated] (HBASE-13071) Hbase Streaming Scan Feature

2015-05-21 Thread Eshcar Hillel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eshcar Hillel updated HBASE-13071: -- Release Note: MOTIVATION A pipelined scan API is introduced for speeding up applications that

[jira] [Updated] (HBASE-12452) Add regular expression based split policy

2015-05-21 Thread He Liangliang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Liangliang updated HBASE-12452: -- Attachment: HBASE-12452-V4.patch update against the current code base > Add regular expression

[jira] [Commented] (HBASE-13671) More classes to add to the invoking repository of org.apache.hadoop.hbase.mapreduce.driver

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553952#comment-14553952 ] Hadoop QA commented on HBASE-13671: --- {color:red}-1 overall{color}. Here are the result

[jira] [Commented] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553961#comment-14553961 ] Anoop Sam John commented on HBASE-13737: What about the non mob cf data? > [HBas

[jira] [Commented] (HBASE-13641) Deperecate Filter#filterRowKey(byte[] buffer, int offset, int length) in favor of filterRowKey(Cell firstRowCell)

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553980#comment-14553980 ] Hadoop QA commented on HBASE-13641: --- {color:green}+1 overall{color}. Here are the resu

[jira] [Updated] (HBASE-12452) Add regular expression based split policy

2015-05-21 Thread He Liangliang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Liangliang updated HBASE-12452: -- Release Note: A custom RegionSplitPolicy implementing a SplitPolicy that groups rows by a pref

[jira] [Updated] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-13658: -- Attachment: HBASE-13658-v2.patch > Improve the test run time for TestAccessController class > -

[jira] [Commented] (HBASE-13158) When client supports CellBlock, return the result Cells as controller payload for get(Get) API also

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554019#comment-14554019 ] Hadoop QA commented on HBASE-13158: --- {color:red}-1 overall{color}. Here are the result

[jira] [Created] (HBASE-13738) Scan with RAW type for increment data insertions is displaying only latest two KV's

2015-05-21 Thread neha (JIRA)
neha created HBASE-13738: Summary: Scan with RAW type for increment data insertions is displaying only latest two KV's Key: HBASE-13738 URL: https://issues.apache.org/jira/browse/HBASE-13738 Project: HBase

[jira] [Updated] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-13658: -- Attachment: (was: HBASE-13658-v2.patch) > Improve the test run time for TestAccessControlle

[jira] [Commented] (HBASE-13735) race condition for web interface during master start up

2015-05-21 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554053#comment-14554053 ] Pankaj Kumar commented on HBASE-13735: -- Hi [~busbey], are you planing to work on thi

[jira] [Updated] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-13658: -- Attachment: HBASE-13658-v2.patch > Improve the test run time for TestAccessController class > -

[jira] [Commented] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554066#comment-14554066 ] Ashish Singhi commented on HBASE-13658: --- Thanks [~apurtell] for the review. bq. ◾Th

[jira] [Created] (HBASE-13739) Remove KeyValueUtil.ensureKeyValue(cell) from MOB code.

2015-05-21 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-13739: Summary: Remove KeyValueUtil.ensureKeyValue(cell) from MOB code. Key: HBASE-13739 URL: https://issues.apache.org/jira/browse/HBASE-13739 Project: HBase Issue

[jira] [Commented] (HBASE-13393) Add facility to disable tags after parent goes in

2015-05-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554123#comment-14554123 ] ramkrishna.s.vasudevan commented on HBASE-13393: The plan is to avoid tag

[jira] [Updated] (HBASE-13641) Deperecate Filter#filterRowKey(byte[] buffer, int offset, int length) in favor of filterRowKey(Cell firstRowCell)

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-13641: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Availab

[jira] [Updated] (HBASE-13641) Deperecate Filter#filterRowKey(byte[] buffer, int offset, int length) in favor of filterRowKey(Cell firstRowCell)

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-13641: --- Attachment: HBASE-13641_V5.patch What I pushed. Rebase was required for HRegion.java > Depe

[jira] [Commented] (HBASE-13393) Add facility to disable tags after parent goes in

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554131#comment-14554131 ] Anoop Sam John commented on HBASE-13393: Compaction time, we already handle. When

[jira] [Commented] (HBASE-13738) Scan with RAW type for increment data insertions is displaying only latest two KV's

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554141#comment-14554141 ] Anoop Sam John commented on HBASE-13738: bq. Create an HBase table with single co

[jira] [Commented] (HBASE-13642) Deprecate RegionObserver#postScannerFilterRow CP hook with byte[],int,int args in favor of taking Cell arg

2015-05-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554145#comment-14554145 ] Hudson commented on HBASE-13642: SUCCESS: Integrated in HBase-TRUNK #6503 (See [https://

[jira] [Commented] (HBASE-13739) Remove KeyValueUtil.ensureKeyValue(cell) from MOB code.

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554146#comment-14554146 ] Anoop Sam John commented on HBASE-13739: Very important Jira. We have cleaned up

[jira] [Commented] (HBASE-13738) Scan with RAW type for increment data insertions is displaying only latest two KV's

2015-05-21 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554190#comment-14554190 ] Pankaj Kumar commented on HBASE-13738: -- INCR old entries are getting removed from me

[jira] [Commented] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Ashutosh Jindal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554217#comment-14554217 ] Ashutosh Jindal commented on HBASE-13737: - Non mob data is intact. As per initial

[jira] [Commented] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554219#comment-14554219 ] Hadoop QA commented on HBASE-13658: --- {color:green}+1 overall{color}. Here are the resu

[jira] [Commented] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554222#comment-14554222 ] Anoop Sam John commented on HBASE-13737: Ya I was thinking some thing of this sor

[jira] [Commented] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554241#comment-14554241 ] Ted Yu commented on HBASE-13733: dev-support/findHangingTests.py reported: {code} Fetchin

[jira] [Updated] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-13686: -- Attachment: HBASE-13686-v1.patch > Fail to limit rate in RateLimiter >

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554253#comment-14554253 ] Ashish Singhi commented on HBASE-13686: --- Updated the patch as per the comments and

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554255#comment-14554255 ] Ashish Singhi commented on HBASE-13686: --- Please review. > Fail to limit rate in Ra

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554259#comment-14554259 ] Ashish Singhi commented on HBASE-13686: --- Also I am not sure whether the v1 patch wi

[jira] [Updated] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Ashutosh Jindal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Jindal updated HBASE-13737: Attachment: HBASE-13737-hbase-11339.patch Attached a patch. Please review > [HBase MOB] MO

[jira] [Commented] (HBASE-13616) Move ServerShutdownHandler to Pv2

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554288#comment-14554288 ] stack commented on HBASE-13616: --- I tried without DLR, still see unreferenced files. Edits

[jira] [Commented] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted.

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554366#comment-14554366 ] Ted Yu commented on HBASE-13737: Is it possible to add a test in TestMobCloneSnapshotFrom

[jira] [Commented] (HBASE-13735) race condition for web interface during master start up

2015-05-21 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554376#comment-14554376 ] Pankaj Kumar commented on HBASE-13735: -- I also faced this issue ealier. Master was k

[jira] [Commented] (HBASE-13641) Deperecate Filter#filterRowKey(byte[] buffer, int offset, int length) in favor of filterRowKey(Cell firstRowCell)

2015-05-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554392#comment-14554392 ] Hudson commented on HBASE-13641: SUCCESS: Integrated in HBase-TRUNK #6504 (See [https://

[jira] [Updated] (HBASE-13735) race condition for web interface during master start up

2015-05-21 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-13735: Assignee: Pankaj Kumar all yours Pankaj! > race condition for web interface during master start up

[jira] [Updated] (HBASE-13616) Move ServerShutdownHandler to Pv2

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-13616: -- Attachment: 13616v11.branch-1.txt Version that addresses Elliott rb comments. Resets interrupted status and pad

[jira] [Created] (HBASE-13740) Stop using Hadoop private interfaces

2015-05-21 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13740: --- Summary: Stop using Hadoop private interfaces Key: HBASE-13740 URL: https://issues.apache.org/jira/browse/HBASE-13740 Project: HBase Issue Type: Umbrella A

[jira] [Updated] (HBASE-13720) Mob files are not encrypting in mob compaction and Sweeper

2015-05-21 Thread Jingcheng Du (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingcheng Du updated HBASE-13720: - Attachment: HBASE-13720-V2.diff Update the patch. Add TODO comments to the code of creating encry

[jira] [Commented] (HBASE-13740) Stop using Hadoop private interfaces

2015-05-21 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554522#comment-14554522 ] Sean Busbey commented on HBASE-13740: - For detecting uses, we should use [animal sni

[jira] [Commented] (HBASE-13391) TestRegionObserverInterface frequently failing on branch-1

2015-05-21 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554531#comment-14554531 ] Sean Busbey commented on HBASE-13391: - thanks for the patch! If we're going to @Ignor

[jira] [Commented] (HBASE-13729) Old hbase.regionserver.global.memstore.upperLimit and lowerLimit properties are ignored if present

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554549#comment-14554549 ] Anoop Sam John commented on HBASE-13729: If both are present, we have to give 1st

[jira] [Commented] (HBASE-13731) TestReplicationAdmin not clean up MiniZKCluster resource

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554600#comment-14554600 ] Ted Yu commented on HBASE-13731: This is test only change and TestReplicationAdmin passed

[jira] [Updated] (HBASE-13671) More classes to add to the invoking repository of org.apache.hadoop.hbase.mapreduce.driver

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-13671: --- Issue Type: Improvement (was: Bug) lgtm > More classes to add to the invoking repository of > org.apache.h

[jira] [Commented] (HBASE-13686) Fail to limit rate in RateLimiter

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554638#comment-14554638 ] Hadoop QA commented on HBASE-13686: --- {color:green}+1 overall{color}. Here are the resu

[jira] [Commented] (HBASE-13158) When client supports CellBlock, return the result Cells as controller payload for get(Get) API also

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554651#comment-14554651 ] stack commented on HBASE-13158: --- Your version is better than what I had anyways [~anoop.hba

[jira] [Commented] (HBASE-13158) When client supports CellBlock, return the result Cells as controller payload for get(Get) API also

2015-05-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554652#comment-14554652 ] Anoop Sam John commented on HBASE-13158: Doing it right now Stack. > When client

[jira] [Commented] (HBASE-12451) IncreasingToUpperBoundRegionSplitPolicy may cause unnecessary region splits in rolling update of cluster

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554658#comment-14554658 ] stack commented on HBASE-12451: --- Yes, I meant [~Apache9]'s comment. Ok. bq. Maybe a clust

[jira] [Updated] (HBASE-13725) [documentation] Pseudo-Distributed Local Install can link to hadoop instructions

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-13725: -- Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed Status: Resolved (was: Pat

[jira] [Updated] (HBASE-13645) Rename *column methods in MasterObserver to *columnFamily

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-13645: -- Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed Status: Resolved (was: Pat

[jira] [Updated] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-13731: --- Summary: TestReplicationAdmin should clean up MiniZKCluster resource (was: TestReplicationAdmin not clean up

[jira] [Commented] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554693#comment-14554693 ] Ted Yu commented on HBASE-13731: Mind attaching patch for branch-1.1 ? Thanks > TestRep

[jira] [Commented] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554716#comment-14554716 ] Stephen Yuan Jiang commented on HBASE-13733: Run all 6 test suites in my loca

[jira] [Updated] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13733: --- Attachment: HBASE-13733.v1.patch > failed MiniZooKeeperCluster startup not shut down

[jira] [Updated] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13733: --- Attachment: (was: HBASE-13733.patch) > failed MiniZooKeeperCluster startup not sh

[jira] [Updated] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13733: --- Status: Open (was: Patch Available) > failed MiniZooKeeperCluster startup not shut d

[jira] [Updated] (HBASE-13733) failed MiniZooKeeperCluster startup not shut down ZK servers

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13733: --- Status: Patch Available (was: Open) > failed MiniZooKeeperCluster startup not shut d

[jira] [Commented] (HBASE-13732) TestHBaseFsck#testParallelWithRetriesHbck fails intermittently

2015-05-21 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554718#comment-14554718 ] Josh Elser commented on HBASE-13732: Looks good to me. It still think this is a best-

[jira] [Commented] (HBASE-13671) More classes to add to the invoking repository of org.apache.hadoop.hbase.mapreduce.driver

2015-05-21 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554723#comment-14554723 ] Jerry He commented on HBASE-13671: -- bq. Here is the output when you do not specify any p

[jira] [Commented] (HBASE-13616) Move ServerShutdownHandler to Pv2

2015-05-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554728#comment-14554728 ] Hadoop QA commented on HBASE-13616: --- {color:red}-1 overall{color}. Here are the result

[jira] [Commented] (HBASE-13658) Improve the test run time for TestAccessController class

2015-05-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554731#comment-14554731 ] Andrew Purtell commented on HBASE-13658: Ok, thanks, +1 on the v2 patch > Impro

[jira] [Created] (HBASE-13741) Disable TestRegionObserverInterface.testRecovery and testLegacyRecovery

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-13741: -- Summary: Disable TestRegionObserverInterface.testRecovery and testLegacyRecovery Key: HBASE-13741 URL: https://issues.apache.org/jira/browse/HBASE-13741 P

[jira] [Updated] (HBASE-13741) Disable TestRegionObserverInterface.testRecovery and testLegacyRecovery

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13741: --- Attachment: HBASE-13741.patch > Disable TestRegionObserverInterface.testRecovery and

[jira] [Updated] (HBASE-13741) Disable TestRegionObserverInterface.testRecovery and testLegacyRecovery

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13741: --- Fix Version/s: 1.1.1 1.2.0 2.0.0 Stat

[jira] [Commented] (HBASE-13391) TestRegionObserverInterface frequently failing on branch-1

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554741#comment-14554741 ] Stephen Yuan Jiang commented on HBASE-13391: HBASE-13741 is used to disable t

[jira] [Commented] (HBASE-13740) Stop using Hadoop private interfaces

2015-05-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554744#comment-14554744 ] Andrew Purtell commented on HBASE-13740: bq. For detecting uses, we should use an

[jira] [Commented] (HBASE-13391) TestRegionObserverInterface frequently failing on branch-1

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554739#comment-14554739 ] Stephen Yuan Jiang commented on HBASE-13391: HBASE-13741 is created and patch

[jira] [Updated] (HBASE-13728) Remove use of Hadoop's GenericOptionsParser

2015-05-21 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-13728: Issue Type: Sub-task (was: Task) Parent: HBASE-13740 > Remove use of Hadoop's GenericOptio

[jira] [Commented] (HBASE-13741) Disable TestRegionObserverInterface.testRecovery and testLegacyRecovery

2015-05-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554747#comment-14554747 ] Andrew Purtell commented on HBASE-13741: Please reference HBASE-13391 in the TODO

[jira] [Updated] (HBASE-13732) TestHBaseFsck#testParallelWithRetriesHbck fails intermittently

2015-05-21 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-13732: --- Status: Patch Available (was: Open) > TestHBaseFsck#testParallelWithRetriesHbck fail

[jira] [Commented] (HBASE-13725) [documentation] Pseudo-Distributed Local Install can link to hadoop instructions

2015-05-21 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554761#comment-14554761 ] Nick Dimiduk commented on HBASE-13725: -- You guys are on it. Thanks a lot! > [docume

[jira] [Updated] (HBASE-5980) Scanner responses from RS should include metrics on rows/KVs filtered

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5980: - Attachment: 5980v5.txt What I pushed to master branch. > Scanner responses from RS should include metrics on rows

[jira] [Created] (HBASE-13742) buildbot should run link checker over book

2015-05-21 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-13742: Summary: buildbot should run link checker over book Key: HBASE-13742 URL: https://issues.apache.org/jira/browse/HBASE-13742 Project: HBase Issue Type: Improv

[jira] [Commented] (HBASE-13742) buildbot should run link checker over book

2015-05-21 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554772#comment-14554772 ] Nick Dimiduk commented on HBASE-13742: -- Something a little more meaty for you [~lars

[jira] [Updated] (HBASE-5980) Scanner responses from RS should include metrics on rows/KVs filtered

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5980: - Attachment: (was: 5980v5.txt) > Scanner responses from RS should include metrics on rows/KVs filtered > --

[jira] [Commented] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554776#comment-14554776 ] Enis Soztutar commented on HBASE-13731: --- The patch applied cleanly when cherry-pick

[jira] [Updated] (HBASE-5980) Scanner responses from RS should include metrics on rows/KVs filtered

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5980: - Attachment: 5980v5.master.txt Reattach what I pushed to master branch with a better name so it is clearly differe

[jira] [Updated] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-13731: -- Resolution: Fixed Fix Version/s: 1.0.2 Status: Resolved (was: Patch Available

[jira] [Updated] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-13731: -- Fix Version/s: 0.98.13 > TestReplicationAdmin should clean up MiniZKCluster resource >

[jira] [Commented] (HBASE-13731) TestReplicationAdmin should clean up MiniZKCluster resource

2015-05-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554783#comment-14554783 ] Enis Soztutar commented on HBASE-13731: --- pushed to 0.98 as well. > TestReplicatio

[jira] [Updated] (HBASE-5980) Scanner responses from RS should include metrics on rows/KVs filtered

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5980: - Component/s: Operability Issue Type: New Feature (was: Improvement) > Scanner responses from RS should inclu

[jira] [Updated] (HBASE-5980) Scanner responses from RS should include metrics on rows/KVs filtered

2015-05-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5980: - Resolution: Fixed Fix Version/s: 1.2.0 2.0.0 Release Note: Adds scan metrics to the

  1   2   >