[jira] [Created] (HBASE-21208) Bytes#toShort doesn't work without unsafe

2018-09-18 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-21208: -- Summary: Bytes#toShort doesn't work without unsafe Key: HBASE-21208 URL: https://issues.apache.org/jira/browse/HBASE-21208 Project: HBase Issue Type

[jira] [Created] (HBASE-21013) Backport "read part" of HBASE-18754 to all active 1.x branches

2018-08-06 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-21013: -- Summary: Backport "read part" of HBASE-18754 to all active 1.x branches Key: HBASE-21013 URL: https://issues.apache.org/jira/browse/HBASE-21013 Proj

[jira] [Created] (HBASE-21012) Revert the use of proto.TimeRangeTracker when writing hfile

2018-08-05 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-21012: -- Summary: Revert the use of proto.TimeRangeTracker when writing hfile Key: HBASE-21012 URL: https://issues.apache.org/jira/browse/HBASE-21012 Project: HBase

[jira] [Created] (HBASE-20807) Complete the test and document for all public tools

2018-06-28 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20807: -- Summary: Complete the test and document for all public tools Key: HBASE-20807 URL: https://issues.apache.org/jira/browse/HBASE-20807 Project: HBase

Re: Looking for JIRA's to contribute to HBase

2018-06-27 Thread Chia-Ping Tsai
the flaky test is the good starting point for me since we can reproduce the bug easily. Also, the test case is usually a good and true scenario in hbase. there is a flaky list for your reference. https://builds.apache.org/job/HBASE-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html

[ANNOUNCE] New HBase committer Reid Chan

2018-06-25 Thread Chia-Ping Tsai
On behalf of the Apache HBase PMC, I am pleased to announce that Reid Chan has accepted the PMC's invitation to become a committer on the project. We appreciate all of Reid’s generous contributions thus far and look forward to his continued involvement. Congratulations and welcome, Reid! --

Re: [VOTE] Apache HBase 1.4.5 RC1

2018-06-13 Thread Chia-Ping Tsai
+1 (binding) jdk_1.8.0_171 unit tests - all pass web UI - LGTM CRUD by shell - LGTM On 2018/06/13 19:53:33, Josh Elser wrote: > Hi, > > Please vote to approve the following as Apache HBase 1.4.5. The only > change in RC1 over RC0 is the updated CHANGES.txt. > >

Re: [VOTE] Apache HBase 1.4.5 rc0

2018-06-12 Thread Chia-Ping Tsai
+1 (binding) jdk_1.8.0_171 unit tests - all pass web UI - LGTM CRUD by shell - LGTM On 2018/06/07 23:35:46, Josh Elser wrote: > Hi, > > Please vote to approve the following as Apache HBase 1.4.5 > > https://dist.apache.org/repos/dist/dev/hbase/1.4.5rc0/ > > Per usual, there is a source

Re: [VOTE] First release candidate for HBase 1.2.6.1 (RC0) is available

2018-06-06 Thread Chia-Ping Tsai
l rather than from the local working copy of the > repository. > > Happy to roll RC1 if folks prefer having that info. Either way I can > update the release manager docs to make sure we call out building from > the repo in the future. > > On Tue, Jun 5, 2018 at 8:56 PM, Chia

Re: [VOTE] Apache HBase 1.3.2.1RC0

2018-06-05 Thread Chia-Ping Tsai
+1 (binding) (jdk 1.8.0_171) unit tests - ok web UI - LGTM CRUD by shell - ok run the binary in distribution mode - ok build the src and run it in distribution mode - ok On 2018/06/02 21:26:47, Josh Elser wrote: > Hi, > > Please vote to approve the following as Apache HBase 1.3.2.1 > >

Re: [VOTE] First release candidate for HBase 1.2.6.1 (RC0) is available

2018-06-05 Thread Chia-Ping Tsai
Does the unknown revision impact the release? (see https://imgur.com/a/cLOFvGR) On 2018/06/04 06:45:37, Sean Busbey wrote: > Hi! > > The first release candidate for Apache HBase 1.2.6.1 is available for > download and testing. > > Artifacts are available here: > >

Re: [DISCUSS] Make WALEdit an Interface; expose Read-Only version to CPs

2018-05-30 Thread Chia-Ping Tsai
; > > On Sun, May 27, 2018 at 8:53 AM, Chia-Ping Tsai wrote: > > > hi folks, > > > > I noticed that we make only the WALKey an interface and we leave the TODO > > in WALEdit. > > > > {code} > > // TODO: Do not expose this class t

Re: [DISCUSS] Make WALEdit an Interface; expose Read-Only version to CPs

2018-05-30 Thread Chia-Ping Tsai
ur experience writing and > replicating. > > Or you have a shorter horizon sir? > > S > > > On Sun, May 27, 2018 at 8:53 AM, Chia-Ping Tsai wrote: > > > hi folks, > > > > I noticed that we make only the WALKey an interface and we leave the TODO &g

[DISCUSS] Make WALEdit an Interface; expose Read-Only version to CPs

2018-05-27 Thread Chia-Ping Tsai
hi folks, I noticed that we make only the WALKey an interface and we leave the TODO in WALEdit. {code} // TODO: Do not expose this class to Coprocessors. It has set methods. A CP might meddle. @InterfaceAudience.LimitedPrivate({ HBaseInterfaceAudience.REPLICATION,

[jira] [Created] (HBASE-20623) Introduce the getCellBuilder to Mutation

2018-05-23 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20623: -- Summary: Introduce the getCellBuilder to Mutation Key: HBASE-20623 URL: https://issues.apache.org/jira/browse/HBASE-20623 Project: HBase Issue Type

Re: help using the Cell API

2018-05-23 Thread Chia-Ping Tsai
> Oh I see. yeah we should clarify that nested classes take on the IA of > their enclosing class. https://issues.apache.org/jira/browse/HBASE-20622 On 2018/05/22 14:21:11, Sean Busbey <bus...@apache.org> wrote: > On Tue, May 22, 2018 at 9:13 AM, Chia-Ping Tsai <chia7...

[jira] [Created] (HBASE-20622) Revise the default IA rule of nested class - the default IA is same with their enclosing class

2018-05-23 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20622: -- Summary: Revise the default IA rule of nested class - the default IA is same with their enclosing class Key: HBASE-20622 URL: https://issues.apache.org/jira/browse/HBASE

Re: help using the Cell API

2018-05-22 Thread Chia-Ping Tsai
n Busbey <bus...@apache.org> wrote: > On Tue, May 22, 2018 at 8:34 AM, Chia-Ping Tsai <chia7...@apache.org> wrote: > >> Ah, so maybe this is just YETUS-628 "Class level InterfaceAudience is > >> not applied to internal classes/enums" ? > > > > I di

Re: help using the Cell API

2018-05-22 Thread Chia-Ping Tsai
cs for the methods that > take a Cell to give a pointer to something about how to make Cells. LGTM. +1 Thanks for making Cell APIs more graceful and useful!!! -- chia-ping On 2018/05/22 13:16:45, Sean Busbey <bus...@apache.org> wrote: > On Tue, May 22, 2018 at 7:44 AM, Chia-Ping Tsai &l

Re: help using the Cell API

2018-05-22 Thread Chia-Ping Tsai
>the Cell.Type enum is IA.Private Cell.Type should be IA.Public. I planed to add the IA.Public to Cell.Type in HBASE-20121 but I assume the nested class should have the same IA with the root class...Perhaps we can file a jira to fix it. > Before I go to update the docs, There was a related

[jira] [Created] (HBASE-20575) Fail to config COMPACTION_ENABLED by hbase shell

2018-05-12 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20575: -- Summary: Fail to config COMPACTION_ENABLED by hbase shell Key: HBASE-20575 URL: https://issues.apache.org/jira/browse/HBASE-20575 Project: HBase Issue

Re: [DISCUSS] tracking reviewers via jira

2018-05-11 Thread Chia-Ping Tsai
+1 On 2018/05/09 15:42:25, Sean Busbey wrote: > Hi folks! > > I was chatting with Umesh yesterday about reviews here in HBase and we > ended up talking about a couple of related problems: > > 1) As a person who does reviews, there's no obvious way in our current > project

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Chia-Ping Tsai
>We disabled it by default in the end due to some performance issues... Thanks for the info. I missed the party. :( On 2018/05/07 06:41:51, 张铎(Duo Zhang) <palomino...@gmail.com> wrote: > 2018-05-07 14:38 GMT+08:00 Chia-Ping Tsai <chia7...@apache.org>: > > > > As I

Re: On the 2.1.0 and 3.0.0 release

2018-05-07 Thread Chia-Ping Tsai
> As I volunteered to be the release manager for the 2.1 release line so let > me bring this up. +1 to Duo be RM of 2.1 release. > disabled from 2.0.0 release, for example, serial replication, and in memory > compaction IIRC, in memory compaction is enabled in 2.0 and the default policy is

Re: Please go easy on commits to branch-2.0

2018-05-05 Thread Chia-Ping Tsai
gt; Author: Mingdao Yang <mingd...@gmail.com> > Date: Sat May 5 22:26:12 2018 +0800 > > HBASE-20527 Remove unused code in MetaTableAccessor > > Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com> > > commit 81f69e585159840b622b9030e4eb6ebf35a7e6ae > A

Re: [DISCUSS] Effective HBase in the Cloud

2018-05-04 Thread Chia-Ping Tsai
Thanks for the great sharing Josh. I have benefited greatly from the docs. Just curious. There is another related issue about walless. https://issues.apache.org/jira/browse/HBASE-20003. I have absolutely no imagination..but how we integrate both features to hbase? to be exact, does they have

Re: [DISCUSS] ruby-lint in precommit

2018-04-26 Thread Chia-Ping Tsai
+1 to change its vote from -1 to -0. It is a little noisy now. On 2018/04/25 14:28:24, Sean Busbey wrote: > Hi folks! > > Given how often I see us ignoring ruby-lint feedback in precommit, > would anyone be opposed to me changing its vote from -1 to -0? > > If someone

[jira] [Created] (HBASE-20485) Copy constructor of Scan doesn't copy the readType

2018-04-24 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20485: -- Summary: Copy constructor of Scan doesn't copy the readType Key: HBASE-20485 URL: https://issues.apache.org/jira/browse/HBASE-20485 Project: HBase Issue

[jira] [Created] (HBASE-20484) Remove the unnecessary autoboxing in FilterListBase

2018-04-24 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20484: -- Summary: Remove the unnecessary autoboxing in FilterListBase Key: HBASE-20484 URL: https://issues.apache.org/jira/browse/HBASE-20484 Project: HBase

Re: Introduce a new annotation to say there is no BC guarantee in the inheritance

2018-04-22 Thread Chia-Ping Tsai
ife easy . > > > > -Anoop- > > > > On Fri, Dec 15, 2017 at 10:22 AM, Ted Yu <yuzhih...@gmail.com> wrote: > > > We use @InterfaceStability.Stable in our codebase. > > > > > > If backward compatibility is kept, isn't the class / interface Stable ? &g

Re: [DISCUSS] RowCounter duplication

2018-04-10 Thread Chia-Ping Tsai
There are other tools having two versions - o.a.h.h.mapreduce and o.a.h.h.mapred It seems to me the question is "should hbase support old MR APIs ?' Given that hadoop 3.0 doesn't mark old MR APIs deprecated, we should keep them in hbase? Or we can deprecate them in hbase-2+ in order to remove

[jira] [Created] (HBASE-20301) Remove the meaningless plus sign from table.jsp

2018-03-28 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20301: -- Summary: Remove the meaningless plus sign from table.jsp Key: HBASE-20301 URL: https://issues.apache.org/jira/browse/HBASE-20301 Project: HBase Issue

[jira] [Created] (HBASE-20300) Minor refactor for RpcExecutor

2018-03-27 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20300: -- Summary: Minor refactor for RpcExecutor Key: HBASE-20300 URL: https://issues.apache.org/jira/browse/HBASE-20300 Project: HBase Issue Type: Task

Re: [VOTE] First release candidate for HBase 1.3.2 (RC1) is available

2018-03-27 Thread Chia-Ping Tsai
+1 (binding) unit tests (oracle 8u161) - pass deploy src and binary - LGTM shell command - LGTM put|delete|get|scan 100W rows - LGTM web UI - LGTM On 2018/03/20 04:48:22, Francis Liu wrote: > Hi, > > The second release candidate for Apache HBase 1.3.2 is available to >

Re: [VOTE] First release candidate for HBase 1.3.2 (RC1) is available

2018-03-23 Thread Chia-Ping Tsai
this out. I was following the release > documentation in the book. I guess that needs updating. I'll make sure to > follow the new format in future releases. > > Artem, will backport the fix for that warning for the next release. > > > > > > > > On Fri, Ma

Re: [VOTE] First release candidate for HBase 1.3.2 (RC1) is available

2018-03-23 Thread Chia-Ping Tsai
The value of "HBase Compiled" is weird. see the following screenshot. https://imgur.com/a/2Ye3Q On 2018/03/20 04:48:22, Francis Liu wrote: > Hi, > > The second release candidate for Apache HBase 1.3.2 is available to > download and testing. > > Artifacts are available

[jira] [Resolved] (HBASE-19552) update hbase to use new thirdparty libs

2018-03-21 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-19552. Resolution: Fixed > update hbase to use new thirdparty l

[jira] [Created] (HBASE-20246) Remove the spark module

2018-03-21 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20246: -- Summary: Remove the spark module Key: HBASE-20246 URL: https://issues.apache.org/jira/browse/HBASE-20246 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-20155) update branch-2 version to 2.1.0-SNAPSHOT

2018-03-21 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-20155. Resolution: Fixed > update branch-2 version to 2.1.0-SNAPS

[jira] [Reopened] (HBASE-19552) update hbase to use new thirdparty libs

2018-03-21 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-19552: reopen since the spark module was added back to branch-2 > update hbase to use new thirdpa

[jira] [Reopened] (HBASE-20155) update branch-2 version to 2.1.0-SNAPSHOT

2018-03-21 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-20155: reopen since the spark module isn't updated > update branch-2 version to 2.1.0-SNAPS

[jira] [Reopened] (HBASE-20119) Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once

2018-03-16 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-20119: reopen to revert the changes in Public classes > Introduce a pojo class to carry coproces

[jira] [Resolved] (HBASE-19713) Enable TestInterfaceAudienceAnnotations

2018-03-15 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-19713. Resolution: Won't Fix The PR enabling filter only Public class have been merged

[jira] [Created] (HBASE-20212) Make all Public classes have InterfaceAudience category

2018-03-15 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20212: -- Summary: Make all Public classes have InterfaceAudience category Key: HBASE-20212 URL: https://issues.apache.org/jira/browse/HBASE-20212 Project: HBase

Re: Questions about synchronization in compaction pipeline

2018-03-11 Thread Chia-Ping Tsai
> LL copy is fairly slow and likely loses us any gains. Also, I'm a little > dubious on the use of LL given that we support a replaceAtIndex which will > be much faster in an array. > > Can we improve by using an ArrayDeque? Does ArrayDeque support to change element by arbitrary index? If not, it

Re: [VOTE] First release candidate for HBase 1.3.2 (RC0) is available

2018-03-11 Thread Chia-Ping Tsai
ncis' tag, I think the > following should have fixed the test failure: > > HBASE-20139 NPE in RSRpcServices.get() when getRegion throws an exception > > FYI > > On Wed, Mar 7, 2018 at 8:20 PM, Chia-Ping Tsai <chia7...@apache.org> wrote: > > > -1 as TestEndToEndSplitTra

[jira] [Created] (HBASE-20171) Remove o.a.h.h.ProcedureState

2018-03-10 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20171: -- Summary: Remove o.a.h.h.ProcedureState Key: HBASE-20171 URL: https://issues.apache.org/jira/browse/HBASE-20171 Project: HBase Issue Type: Task

Re: DISCUSSION: "branch RM" roles for non-released branches branch-1, branch-2, and master

2018-03-08 Thread Chia-Ping Tsai
> frequent. For example, I'm going to be done with branch-1.4 in six months > and on to branch-1.5. (Hypothetically.) Anyone is welcome to RM those > branch-x.y. As long as someone is actively RMing branch-x.y it stays alive. > That's how we'd come to a consensus on what is long term stable. I

Re: [VOTE] First release candidate for HBase 1.3.2 (RC0) is available

2018-03-07 Thread Chia-Ping Tsai
-1 as TestEndToEndSplitTransaction always fails. branch-1.4+ don't encounter this error. On 2018/03/07 21:58:10, Francis Liu wrote: > Hi, > > I'm happy to announce the first release candidate for Apache HBase 1.3.2 is > available to download and testing. > > Artifacts are

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Chia-Ping Tsai
il module to the assembly so the test jars are packaged to binary.tar. I'm fine with them. On 2018/03/05 19:40:30, Stack <st...@duboce.net> wrote: > On Mon, Mar 5, 2018 at 6:56 AM, Chia-Ping Tsai <chia7...@apache.org> wrote: > > > +1 (binding) with some questions > > unit test (

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Chia-Ping Tsai
+1 (binding) with some questions unit test (oracle jdk-8u161) - all pass deploy binary (3 nodes) - ok browse master/regionserver web - LGTM put/delete/get/scan 500W rows - ok create/disable/drop/put/scan/count by shell - ok Q1: the 2.0 binary get fatter than 1.4. (384 MB -> 887MB). Seems we

[jira] [Created] (HBASE-20132) Change the "KV" to "Cell" for web UI

2018-03-04 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20132: -- Summary: Change the "KV" to "Cell" for web UI Key: HBASE-20132 URL: https://issues.apache.org/jira/browse/HBASE-20132 Project: HBase

[jira] [Created] (HBASE-20130) Document the ports used by RS are changed to 16201/16301 when the RS is bound to localhost

2018-03-04 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20130: -- Summary: Document the ports used by RS are changed to 16201/16301 when the RS is bound to localhost Key: HBASE-20130 URL: https://issues.apache.org/jira/browse/HBASE-20130

[jira] [Created] (HBASE-20119) Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once

2018-03-02 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20119: -- Summary: Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once Key: HBASE-20119 URL: https

[jira] [Reopened] (HBASE-20093) Replace ServerLoad by ServerMetrics for ServerManager

2018-03-01 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-20093: reopen to submit addendum > Replace ServerLoad by ServerMetrics for ServerMana

[jira] [Created] (HBASE-20098) Fix TestSplitTransactionOnCluster#testMasterRestartWhenSplittingIsPartial for branch-1.2

2018-02-27 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20098: -- Summary: Fix TestSplitTransactionOnCluster#testMasterRestartWhenSplittingIsPartial for branch-1.2 Key: HBASE-20098 URL: https://issues.apache.org/jira/browse/HBASE-20098

[jira] [Created] (HBASE-20097) Remove TableDescriptors#getAll since it just clone the returned object from TableDescriptors#getAllDescriptors

2018-02-26 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20097: -- Summary: Remove TableDescriptors#getAll since it just clone the returned object from TableDescriptors#getAllDescriptors Key: HBASE-20097 URL: https://issues.apache.org/jira

[jira] [Created] (HBASE-20093) Replace ServerLoad by ServerMetrics for ServerManager

2018-02-26 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20093: -- Summary: Replace ServerLoad by ServerMetrics for ServerManager Key: HBASE-20093 URL: https://issues.apache.org/jira/browse/HBASE-20093 Project: HBase

[jira] [Created] (HBASE-20092) Fix TestRegionMetrics

2018-02-26 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20092: -- Summary: Fix TestRegionMetrics Key: HBASE-20092 URL: https://issues.apache.org/jira/browse/HBASE-20092 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-20084) Refactor the RSRpcServices#doBatchOp

2018-02-26 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20084: -- Summary: Refactor the RSRpcServices#doBatchOp Key: HBASE-20084 URL: https://issues.apache.org/jira/browse/HBASE-20084 Project: HBase Issue Type: Task

Re: [VOTE] The second HBase 1.4.2 release candidate (RC1) is available

2018-02-23 Thread Chia-Ping Tsai
+1 (binding) -unit tests (oracle jdk 8u161): OK -run 1000M rows: 1.4.2(server) + 1.4.2(client): OK 1.4.2(server) + 1.4.1(client): OK 1.4.2(server) + 1.3.1(client): OK 1.4.2(server) + 1.2.6(client): OK -shell (create, disable, drop, truncate, put, scan, count): OK On 2018/02/22 23:55:51, Andrew

Re: [ANNOUNCE] New HBase committer Peter Somogyi

2018-02-22 Thread Chia-Ping Tsai
Congratulations, Peter On 2018/02/22 19:08:37, Sean Busbey wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Peter > Somogyi has accepted the PMC's invitation to become a committer on the > project. > > We appreciate all of Peter's great work thus far

Re: [VOTE] The first HBase 1.4.2 release candidate (RC0) is available

2018-02-18 Thread Chia-Ping Tsai
no problem, in which > case I will pick up the latest changes to branch-1.4 and try again with RC1 > later this week. > > > > On Feb 18, 2018, at 1:54 AM, Chia-Ping Tsai <chia7...@apache.org> wrote: > > > > hi Andrew, > > > > Could we add HBASE

Re: [VOTE] The first HBase 1.4.2 release candidate (RC0) is available

2018-02-18 Thread Chia-Ping Tsai
hi Andrew, Could we add HBASE-20017 to 1.4.2? The issue is related to data lose. On 2018/02/16 21:46:17, Andrew Purtell wrote: > The first HBase 1.4.2 release candidate (RC0) is available for download at > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.2RC0/ and

[jira] [Created] (HBASE-20017) BufferedMutatorImpl submit the same mutation repeatedly

2018-02-18 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20017: -- Summary: BufferedMutatorImpl submit the same mutation repeatedly Key: HBASE-20017 URL: https://issues.apache.org/jira/browse/HBASE-20017 Project: HBase

[jira] [Created] (HBASE-20016) TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky

2018-02-17 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20016: -- Summary: TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky Key: HBASE-20016 URL: https://issues.apache.org/jira/browse/HBASE-20016

[jira] [Resolved] (HBASE-11622) completebulkload/loadIncrementalHFiles cannot specify table with namespace

2018-02-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-11622. Resolution: Duplicate > completebulkload/loadIncrementalHFiles cannot specify ta

[jira] [Reopened] (HBASE-11622) completebulkload/loadIncrementalHFiles cannot specify table with namespace

2018-02-13 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-11622: > completebulkload/loadIncrementalHFiles cannot specify table with namesp

[jira] [Created] (HBASE-19912) The flag "writeToWAL" of Region#checkAndRowMutate is useless

2018-01-31 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19912: -- Summary: The flag "writeToWAL" of Region#checkAndRowMutate is useless Key: HBASE-19912 URL: https://issues.apache.org/jira/browse/HBASE-19912 Proj

[jira] [Reopened] (HBASE-19897) RowMutations should follow the fluent pattern

2018-01-31 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-19897: We can apply the mutation to the adder as BufferedMutator does > RowMutations should fol

[jira] [Created] (HBASE-19900) The failed op is added to RetriesExhaustedWithDetailsException repeatedly

2018-01-30 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19900: -- Summary: The failed op is added to RetriesExhaustedWithDetailsException repeatedly Key: HBASE-19900 URL: https://issues.apache.org/jira/browse/HBASE-19900

[jira] [Created] (HBASE-19897) RowMutations should follow the fluent pattern

2018-01-30 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19897: -- Summary: RowMutations should follow the fluent pattern Key: HBASE-19897 URL: https://issues.apache.org/jira/browse/HBASE-19897 Project: HBase Issue Type

[jira] [Created] (HBASE-19877) hbase-common and hbase-zookeeper don't add the log4j.properties to the resource path for testing

2018-01-28 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19877: -- Summary: hbase-common and hbase-zookeeper don't add the log4j.properties to the resource path for testing Key: HBASE-19877 URL: https://issues.apache.org/jira/browse/HBASE

[jira] [Created] (HBASE-19876) The exception happening in converting pb mutation to hbase.mutation messes up the CellScanner

2018-01-28 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19876: -- Summary: The exception happening in converting pb mutation to hbase.mutation messes up the CellScanner Key: HBASE-19876 URL: https://issues.apache.org/jira/browse/HBASE-19876

[jira] [Created] (HBASE-19870) Fix the NEP in ReadOnlyZKClient#run

2018-01-26 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19870: -- Summary: Fix the NEP in ReadOnlyZKClient#run Key: HBASE-19870 URL: https://issues.apache.org/jira/browse/HBASE-19870 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19844) Shell should support to flush by regionserver

2018-01-22 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19844: -- Summary: Shell should support to flush by regionserver Key: HBASE-19844 URL: https://issues.apache.org/jira/browse/HBASE-19844 Project: HBase Issue Type

[jira] [Created] (HBASE-19779) The chunk encountering the OOM will store in ChunkCreator forever

2018-01-11 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19779: -- Summary: The chunk encountering the OOM will store in ChunkCreator forever Key: HBASE-19779 URL: https://issues.apache.org/jira/browse/HBASE-19779 Project: HBase

[jira] [Created] (HBASE-19778) Add the jira link to the Flaky Test

2018-01-11 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19778: -- Summary: Add the jira link to the Flaky Test Key: HBASE-19778 URL: https://issues.apache.org/jira/browse/HBASE-19778 Project: HBase Issue Type

[jira] [Created] (HBASE-19746) Add default impl to Cell#getType

2018-01-09 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19746: -- Summary: Add default impl to Cell#getType Key: HBASE-19746 URL: https://issues.apache.org/jira/browse/HBASE-19746 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19720) Rename WALKey#getTabnename to WALKey#getTableName

2018-01-06 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19720: -- Summary: Rename WALKey#getTabnename to WALKey#getTableName Key: HBASE-19720 URL: https://issues.apache.org/jira/browse/HBASE-19720 Project: HBase Issue

[jira] [Created] (HBASE-19713) Enable TestInterfaceAudienceAnnotations

2018-01-05 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19713: -- Summary: Enable TestInterfaceAudienceAnnotations Key: HBASE-19713 URL: https://issues.apache.org/jira/browse/HBASE-19713 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-19383) [1.2] java.lang.AssertionError: expected:<2> but was:<1> at org.apache.hadoop.hbase.TestChoreService.testTriggerNowFailsWhenNotScheduled(TestChoreService.java:707)

2018-01-05 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-19383. Resolution: Fixed Hadoop Flags: Reviewed 1.4 had been released. Pushed

[jira] [Resolved] (HBASE-18289) TestReplicaWithCluster#testReplicaGetWithPrimaryAndMetaDown is a flaky test

2018-01-05 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-18289. Resolution: Duplicate HBASE-19392 > TestReplicaWithClus

[jira] [Resolved] (HBASE-16936) TestRateLimiter#testOverconsumptionFixedIntervalRefillStrategy is flaky

2018-01-05 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-16936. Resolution: Duplicate HBASE-19490 > TestRateLimi

[jira] [Resolved] (HBASE-7722) Fix TestRegionServerCoprocessorExceptionWithAbort flakiness in trunk

2018-01-05 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-7722. --- Resolution: Duplicate HBASE-10292 > Fix TestRegionServerCoprocessorExceptionWithAb

[jira] [Created] (HBASE-19712) Fix TestSnapshotQuotaObserverChore#testSnapshotSize

2018-01-05 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19712: -- Summary: Fix TestSnapshotQuotaObserverChore#testSnapshotSize Key: HBASE-19712 URL: https://issues.apache.org/jira/browse/HBASE-19712 Project: HBase

[jira] [Resolved] (HBASE-15580) Tag coprocessor limitedprivate scope to StoreFile.Reader

2018-01-03 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-15580. Resolution: Fixed Hadoop Flags: Reviewed > Tag coprocessor limitedprivate sc

[jira] [Created] (HBASE-19685) Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors

2018-01-01 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19685: -- Summary: Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors Key: HBASE-19685 URL: https://issues.apache.org/jira/browse/HBASE-19685 Project: HBase

[jira] [Created] (HBASE-19680) BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations

2017-12-31 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19680: -- Summary: BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations Key: HBASE-19680 URL: https://issues.apache.org/jira/browse/HBASE

[jira] [Reopened] (HBASE-19486) Periodically ensure records are not buffered too long by BufferedMutator

2017-12-30 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-19486: > Periodically ensure records are not buffered too long by BufferedMuta

[jira] [Created] (HBASE-19671) Fix TestMultiParallel#testActiveThreadsCount

2017-12-29 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19671: -- Summary: Fix TestMultiParallel#testActiveThreadsCount Key: HBASE-19671 URL: https://issues.apache.org/jira/browse/HBASE-19671 Project: HBase Issue Type

[jira] [Resolved] (HBASE-19425) Align the methods in Put/Delete/Increment/Append

2017-12-29 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-19425. Resolution: Fixed All tasks are done. > Align the methods in Put/Delete/Increment/App

[jira] [Created] (HBASE-19667) gir rid of MasterEnvironment#supportGroupCPs

2017-12-29 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19667: -- Summary: gir rid of MasterEnvironment#supportGroupCPs Key: HBASE-19667 URL: https://issues.apache.org/jira/browse/HBASE-19667 Project: HBase Issue Type

[jira] [Resolved] (HBASE-14562) Fix and reenable zombie TestReplicationShell

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-14562. Resolution: Duplicate hbase-15965 > Fix and reenable zombie TestReplicationSh

[jira] [Resolved] (HBASE-8053) Reenable TestHBaseFsck#testQuarantineMissingFamdir

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-8053. --- Resolution: Won't Fix The test is gone. HBASE-19272 > Reenable TestHBaseF

[jira] [Resolved] (HBASE-9010) Reenable TestMultiTableInputFormat

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-9010. --- Resolution: Duplicate HBASE-10774 > Reenable TestMultiTableInputFor

[jira] [Resolved] (HBASE-6127) TestAtomicOperation#testMultiRowMutationMultiThreads occasionally fails

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-6127. --- Resolution: Duplicate Looped the test 20 times for branch-1 and master. no failure. Seems

[jira] [Resolved] (HBASE-7141) Cleanup Increment and Append issues

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-7141. --- Resolution: Duplicate bq. Append and Increment should take a TS for their update phase HBASE

[jira] [Resolved] (HBASE-5851) TestProcessBasedCluster sometimes fails; currently disabled -- needs to be fixed and reenabled

2017-12-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-5851. --- Resolution: Won't Fix see HBASE-14571 > TestProcessBasedCluster sometimes fails; curren

[jira] [Created] (HBASE-19644) add the checkstyle rule to rejects the illegal imports

2017-12-27 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19644: -- Summary: add the checkstyle rule to rejects the illegal imports Key: HBASE-19644 URL: https://issues.apache.org/jira/browse/HBASE-19644 Project: HBase

  1   2   3   4   >