Re: New Apache HBase blog post: Introduction "hbtop", a real-time monitoring tool for HBase modeled after Unix's 'top' command

2019-09-10 Thread Jean-Marc Spaggiari
Impressive good interesting work! Thanks for doing that! JMS Le mar. 10 sept. 2019 à 19:53, Toshihiro Suzuki a écrit : > Hi folks, > > Thanks to Stack, a new blog post for hbtop is published on the apache hbase > site. > > Check it out at >

Re: Region in RIT (CLOSING) , How to fix it ?

2019-09-02 Thread Jean-Marc Spaggiari
Hi Syni, Have you tried using HBCK2? JMS Le lun. 2 sept. 2019 07 h 57, Syni Guo a écrit : > > > Hbase version : 2.1.3 > > > There are 2 region in RIT (CLOSING) , How to fix it ? , I try to unassign > it ,but timeout failed . > > > hbase(main):032:0> unassign

Re: does failure of write to memstore has any impact on response code from hbase

2019-08-08 Thread Jean-Marc Spaggiari
Don't we first write to WAL and then memstore? Getting confused here, sorry. JMS Le mer. 7 août 2019 13 h 22, Udai Bhan Kashyap (BLOOMBERG/ PRINCETON) < ukashy...@bloomberg.net> a écrit : > memstore is written first and if write(s) to WAL fails, they are rolled > back. > > From:

Re: Adding a new balancer to HBase

2019-06-20 Thread Jean-Marc Spaggiari
Bonjour Pierre, Some time ago I build (for my own purposes) something similar that I called "LoadBasedLoadBalancer" that moves the regions based on my servers load and capacity. The load balancer is querying the region servers to get the number of cores, the allocated heap, the 5 minutes average

Re: [VOTE] Merge branch HBASE-21512 back to master

2019-06-13 Thread Jean-Marc Spaggiari
Hi, Is this going to change the way the client should be called? Or it will be mostly transparent replacement? Thanks, JMS Le jeu. 13 juin 2019 à 02:13, 张铎(Duo Zhang) a écrit : > Josh Elser 于2019年6月12日周三 下午10:00写道: > > > Nice perf results! > > > >

Re: DISCUSS: Is there any idea about ARM CI for Hbase?

2019-06-10 Thread Jean-Marc Spaggiari
Hi, As long as you have a Java VM, it should work, no? Did you give it a try? If you did, what kind of issues did you face? Were looking to get the client running? Or the entire HBase cluster? I saw on the web someone running an HDFS cluster on Raspberry Pi. So I guess HBase should work fine too?

Re: Flame Graphs

2019-06-03 Thread Jean-Marc Spaggiari
> > 1 directory, 8 files > > > > 3. finally, you can need restart the RS and click the [profier] tab in RS > > web UI, then you will see the flame graph. > > > > You can also see the java doc for more details: > > > > > https://github.co

Flame Graphs

2019-06-03 Thread Jean-Marc Spaggiari
Hi all, Not sure it's the right plateform, but can someone explain me how flame graphs (Like the one here) https://issues.apache.org/jira/browse/HBASE-22532 are generated? Thanks, JMS

Re: [DISCUSS] Direction of HBCK2

2019-05-29 Thread Jean-Marc Spaggiari
Personnaly, when I tried to upgrade from 1.4.x to 2.2.x I end up in a situation where my meta was empty and had to get it repaired, but lacked OfflineMetaRepair for 2.2.x so I just had to delete all my tables, get a brand new installation, recreate the tables and bulkload back the data into them.

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-13 Thread Jean-Marc Spaggiari
there is regions re-assigned to a different server, some writes are still going in the previous server? Don'T know yet :( JM Le ven. 12 avr. 2019 à 10:23, Jean-Marc Spaggiari a écrit : > Performed those steps and got a branch new 2.2.1-SNAPSHOT running > instance. one master, 7 workers. Di

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-12 Thread Jean-Marc Spaggiari
ns, HBCK still ok. Restarting client application. Le ven. 12 avr. 2019 à 09:43, Jean-Marc Spaggiari a écrit : > Overlaps: > ERROR: (regions stones5,,1555031586547.96b7f40ded8459db044cdb447d9a12c8. > and > stones5,\x00\x00\x00\x00\x01\x04\x00\x01\x02\x03\x00\x00\x00\x03

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-12 Thread Jean-Marc Spaggiari
d regions? Or holes between regions? > Have checked the SPLIT/MERGE related logs on master? > > Jean-Marc Spaggiari 于2019年4月12日周五 下午9:23写道: > > > Same error. > > > > I will re-pull, re-build, re-deployed. I clean clean the table again, > > sanitize everything, d

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-12 Thread Jean-Marc Spaggiari
Same error. I will re-pull, re-build, re-deployed. I clean clean the table again, sanitize everything, document all the steps and report here...What is interesting is that I have 2 tables but only one get corrupted. JMS Le jeu. 11 avr. 2019 à 15:55, Jean-Marc Spaggiari a écrit : > Ok. Let

[jira] [Resolved] (HBASE-7297) Allow load balancer to accommodate different region server configurations

2019-04-11 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari resolved HBASE-7297. Resolution: Duplicate Duplicate of HBASE-11780. > Allow load balan

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-11 Thread Jean-Marc Spaggiari
t ones we can fix them before RC > generation happens. > > On Thu, Apr 11, 2019, 13:08 Jean-Marc Spaggiari > wrote: > > > Thanks Guanghao. > > > > I'm having consistant issues with RC0. I had some issues with a table > this > > morning. Dropped it, rec

[jira] [Resolved] (HBASE-22213) Create a Java based BulkLoadPartitioner

2019-04-11 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari resolved HBASE-22213. - Resolution: Later > Create a Java based BulkLoadPartitio

[jira] [Created] (HBASE-22213) Create a Java based BulkLoadPartitioner

2019-04-11 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-22213: --- Summary: Create a Java based BulkLoadPartitioner Key: HBASE-22213 URL: https://issues.apache.org/jira/browse/HBASE-22213 Project: HBase Issue

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-11 Thread Jean-Marc Spaggiari
he.org/jira/browse/HBASE-21886. I will > generate RC1 later. Thanks. > > Jean-Marc Spaggiari 于2019年4月11日周四 下午10:52写道: > > > Hi all, > > > > Any chance to get an updated RC soon? > > > > JM > > > > Le mar. 12 mars 2019 à 12:23, Sean Busbey a é

Any bulkload issue with 2.2.0?

2019-04-11 Thread Jean-Marc Spaggiari
Trying to bulkload a single HFile in a single region empty table on a sleeping 2.2.0 cluster, I get this: 2019-04-11 11:22:40,594 INFO [LoadIncrementalHFiles-0] compress.CodecPool: Got brand-new decompressor [.snappy] 2019-04-11 11:22:40,632 INFO [LoadIncrementalHFiles-0]

Re: HBase 2.2.0 overlapping regions

2019-04-11 Thread Jean-Marc Spaggiari
://pastebin.com/axbG5C87 I will remove all HFiles and bulkload them back then I will try to reproduce the issue... Le jeu. 11 avr. 2019 à 10:44, Jean-Marc Spaggiari a écrit : > Hi all, > > I don't know how i ended up in this stage, but I cleared /hbase in both ZK > and HDFS 3 days ag

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-04-11 Thread Jean-Marc Spaggiari
ale is used. > > > > [1]: http://hbase.apache.org/2.1/apidocs/index.html > > > > > > On Tue, Mar 12, 2019 at 8:54 AM Jean-Marc Spaggiari > > wrote: > > > > > > Also, in the shell,it displays Asian texte: > > > > > > "

HBase 2.2.0 overlapping regions

2019-04-11 Thread Jean-Marc Spaggiari
Hi all, I don't know how i ended up in this stage, but I cleared /hbase in both ZK and HDFS 3 days ago. created 3 brand new tables, started to put some data on them. Twice a day I run a split command, to get a better spread. After 3 days I have a lot of regions overlaps. HBCK output is there:

[jira] [Resolved] (HBASE-22209) sdf

2019-04-11 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari resolved HBASE-22209. - Resolution: Invalid > sdf > --- > > Key:

Re: 2.0.4 to 2.2.0 testing

2019-04-04 Thread Jean-Marc Spaggiari
to HBASE-21665) > * HBASE-21966 "Fix region holes, overlaps, and other region related errors" > > On Fri, Mar 29, 2019 at 1:08 PM Jean-Marc Spaggiari > wrote: > > > > Hi Sean, > > > > Here is the hdfs content: https://pastebin.com/EqK1zhEe > > >

Re: 2.0.4 to 2.2.0 testing

2019-03-29 Thread Jean-Marc Spaggiari
you happen to have HDFS auditing turned on and logs that go back a > few weeks? I'd be curious about how we got into this state. The only > way I've seen it happen thus far is when folks disabled the safety > that keeps hbck1 from running. > > On Fri, Mar 29, 2019 at 9:40 AM Jean-M

Re: 2.0.4 to 2.2.0 testing

2019-03-29 Thread Jean-Marc Spaggiari
n, so I'm not sure if any of those are too > sensitive? > > On Thu, Mar 14, 2019 at 11:36 AM Jean-Marc Spaggiari > wrote: > > > > Updated logs are there: https://pastebin.com/1UrTA8JS > > > > They really look like exactly the same as the previous version :-/ >

Re: GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Rodionov a écrit : > Interesting. If CheckAndPut succeeds, then you know the value and no need > for Get, right? > Only if it fail, you want to know current value if CheckAndPut fails? > Can you elaborate on your use case, Jean-Marc? > > -Vlad > > On Mon, Mar 25, 20

GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Hi all, We have all CheckAndxxx operations, where we verify something and if the condition is true we perform the operatoin (Put, Delete, Mutation, etc.). I'm looking for a GetAndPut operation. Where in a single atomic call, I can get the actual value of a cell (if any), and perform the put.

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Jean-Marc Spaggiari
of a region. > > On Thu, Mar 14, 2019 at 11:57 AM Jean-Marc Spaggiari > wrote: > > > > I stopped all the region servers, started the master. It was complaining > > about not being able to assign regions. Then started region servers, but > > after 5 minutes got

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Jean-Marc Spaggiari
hat we > don;'t see any logs suggesting offlined regions are getting assigned. Maybe > all regions are already online on RSes? But then master should had figured > that out. Have you already tried restart all RSes? That could kick some > reassignments. > > Em qui, 14 d

Re: 2.0.4 to 2.2.0 testing

2019-03-13 Thread Jean-Marc Spaggiari
... > > You may be able to force namespace region coming online with hbck2 assigns > command. You would need to find out the namespace region name first, you > can either scan meta table or check the region dir name in hdfs with "hdfs > dfs -ls -R /hbase | grep namespace", i

Re: 2.0.4 to 2.2.0 testing

2019-03-13 Thread Jean-Marc Spaggiari
d the region name for the hbase:namespace region and issue > an hbck2 assigns command for it? > > On Tue, Mar 12, 2019 at 8:26 PM Jean-Marc Spaggiari > wrote: > > > > It doesn't say that much :( > > > > hbase@node2:~/hbase-2.2.0$ cat logs/hbase-hbase-master

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
t? > > On Tue, Mar 12, 2019 at 6:39 PM Jean-Marc Spaggiari > wrote: > > > > Le mar. 12 mars 2019 à 19:25, Sean Busbey a écrit : > > > > > your command above points at the wrong jar from the hbck2 repo. it's > > > > > pointing at the o

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
Le mar. 12 mars 2019 à 19:25, Sean Busbey a écrit : > your command above points at the wrong jar from the hbck2 repo. it's > pointing at the one where you need to manually assemble all the > dependencies it has. > > You want the one that does not say "original" in the name. > > Ha!!! That's

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
skip hbase version check -v,--version this hbck2 version -z,--zookeeper.znode.parentparent znode of target hbase I will wait for your instruction on which command I should run now. Thanks, JMS Le mar. 12 mars 2019 à 18:38, Jean-Marc Spaggiari

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
Thanks for looking at it. Results are below. JMS Le mar. 12 mars 2019 à 18:16, Sean Busbey a écrit : > > > The hbase hbck -j ~/hbase-hbck2-for-2.2.0.jar unassigns 1588230740 > command > > doesn.t seems to be correct. "-j" is not a valid parameter, should be > -jar. > > And fixing it displayes

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
online, as there will be no SCP for this RS instance. The > hbck2 unassigns command Busbey suggested will probably clean assignment for > meta, than you could try the "assigns" command to bring it online again. > > Em ter, 12 de mar de 2019 às 15:30, Sean Busbey > escreveu:

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-03-12 Thread Jean-Marc Spaggiari
x.html > > > On Tue, Mar 12, 2019 at 8:54 AM Jean-Marc Spaggiari > wrote: > > > > Also, in the shell,it displays Asian texte: > > > > "Version 2.2.0, r, 2019年 03月 07日 星期四 14:05:34 CST" > > > > Not sure if that's we want. > > > >

Re: 2.0.4 to 2.2.0 testing

2019-03-12 Thread Jean-Marc Spaggiari
0:becomeActiveMaster] > > > > master.HMaster: hbase:meta,,1.1588230740 is NOT online; > > state={1588230740 > > > > state=OPEN, ts=1551988229980, server=node5.distparser.com > > > ,16020,1551986838747}; > > > > ServerCrashProcedures=false. Master start

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-03-12 Thread Jean-Marc Spaggiari
Also, in the shell,it displays Asian texte: "Version 2.2.0, r, 2019年 03月 07日 星期四 14:05:34 CST" Not sure if that's we want. JMS Le lun. 11 mars 2019 à 21:53, Guanghao Zhang a écrit : > Let me start a new RC1. HBASE-21970 should be included and need a release > note. > > Sean Busbey

2.0.4 to 2.2.0 testing

2019-03-07 Thread Jean-Marc Spaggiari
ade issue so we can go > through some things without pinging the VOTE thread? > > > On Thu, Mar 7, 2019 at 1:48 PM Jean-Marc Spaggiari > wrote: > > > > Downloaded the version and checked the MD5SUM. > > Checked documentation and README > > Checked license

Re: Comments on the blog

2019-03-07 Thread Jean-Marc Spaggiari
7, 2019 at 2:00 PM Sean Busbey wrote: > > > I think blogs.a.o accounts are limited to committers. IIRC this has > > been a contributing factor to other communities moving away from it to > > a blog they host on their website. > > > > On Thu, Mar 7, 2019 at 10:54 AM Jean-

Re: [VOTE] First release candidate for HBASE 2.2.0 is available

2019-03-07 Thread Jean-Marc Spaggiari
Downloaded the version and checked the MD5SUM. Checked documentation and README Checked license => FAILED. *Too many files with unapproved license* Ran in standalone, checked logs and UI, ran some load, went well. I tried to deploy on top of 2.0.4 and it doesn't start. 2019-03-07 14:38:14,848

Re: Comments on the blog

2019-03-07 Thread Jean-Marc Spaggiari
trying to add you > email as-is failed for me sir. > S > > On Sat, Mar 2, 2019 at 1:49 PM Jean-Marc Spaggiari < > jean-m...@spaggiari.org> > wrote: > > > Hum. I didn't find any option to create an account. I found the login > form, > > but as you sais, I don'

Re: Release 2.2.0

2019-03-07 Thread Jean-Marc Spaggiari
try for > it. Thanks. > > Jean-Marc Spaggiari 于2019年3月7日周四 上午3:24写道: > > > thanks for the update. I just built 2.2.0-SNAPSHOT locally. Built well. I > > will see if I can deploy it and test it. Else I will wait for Guanghao's > > communication. > > > > Le mar. 5

Re: Release 2.2.0

2019-03-06 Thread Jean-Marc Spaggiari
s.apache.org/jira/browse/HBASE-21747 > > > > Looks like an RC is imminent. > > > > On Tue, Mar 5, 2019, 14:39 Jean-Marc Spaggiari > > wrote: > > > > > Bump ;) > > > > > > Le mar. 5 févr. 2019 à 18:43, Jean-Marc Spaggiari < > > jean-m..

Re: Release 2.2.0

2019-03-05 Thread Jean-Marc Spaggiari
Bump ;) Le mar. 5 févr. 2019 à 18:43, Jean-Marc Spaggiari a écrit : > Hi all, > > When we will have a 2.2.0 RC I will give a try of the upgrade path from > 2.0.x... do we have any idea when this will be out? > > JMS > > Le mar. 29 janv. 2019 02 h 09, Guanghao Zhang a

Re: Branch-2.0: EOL and a 2.0.5RC

2019-03-05 Thread Jean-Marc Spaggiari
; time would be better spent elsewhere. > > Thanks for the help JMS, > S > > > On Wed, Feb 13, 2019 at 5:03 AM Jean-Marc Spaggiari < > jean-m...@spaggiari.org> > wrote: > > > Hi Stack, > > > > Thanks for looking at it. So what's next? Do you want t

Re: Comments on the blog

2019-03-02 Thread Jean-Marc Spaggiari
keen eye. If you create an account on blogs.a.o, we can > give you the appropriate karma to delete the spam and prevent new comments. > > I don't see an account for you on the system, else I'd have added you > already :) > > On 3/2/19 10:18 AM, Jean-Marc Spaggiari wrote: > > A

Comments on the blog

2019-03-02 Thread Jean-Marc Spaggiari
All, Comments here https://blogs.apache.org/hbase/entry/coprocessor_introduction look more like spam than anything else. What does it take to clean that? I'm can help with it. Thanks, JMS

Re: Branch-2.0: EOL and a 2.0.5RC

2019-02-13 Thread Jean-Marc Spaggiari
why the fail... Would be interesting if we saw similar in > a later hbase... but probably a result of the mess above. > > Thanks for letting me take a look JMS. > > S > > > > On Mon, Feb 11, 2019 at 4:24 PM Jean-Marc Spaggiari < > jean-m...@spaggiari.org> > wr

Re: Branch-2.0: EOL and a 2.0.5RC

2019-02-11 Thread Jean-Marc Spaggiari
Doesn't seems to work very well. Can you try this one? https://drive.google.com/file/d/1PMqJz4LjkEx0U2jYVVSLXaSEqcdHq7w4/view?usp=sharing JMS Le lun. 11 févr. 2019 à 16:27, Stack a écrit : > On Fri, Feb 8, 2019 at 11:47 AM Jean-Marc Spaggiari < > jean-m...@spaggiari.org

Re: Branch-2.0: EOL and a 2.0.5RC

2019-02-08 Thread Jean-Marc Spaggiari
b 6, 2019 at 1:42 PM Jean-Marc Spaggiari < > jean-m...@spaggiari.org> > wrote: > > > Quick question here. Just upgraded from 2.0.0 BETA 2 to 2.0.4 and I'm > > having some issues to start HBase. I will probably be able to fix that, > but > > I'm wondering

Re: Branch-2.0: EOL and a 2.0.5RC

2019-02-06 Thread Jean-Marc Spaggiari
Quick question here. Just upgraded from 2.0.0 BETA 2 to 2.0.4 and I'm having some issues to start HBase. I will probably be able to fix that, but I'm wondering if you want me to document those issues or if 2.0.x is too old so it's not needed? Le lun. 4 févr. 2019 à 21:11, 张铎(Duo Zhang) a écrit :

Re: Release 2.2.0

2019-02-05 Thread Jean-Marc Spaggiari
Hi all, When we will have a 2.2.0 RC I will give a try of the upgrade path from 2.0.x... do we have any idea when this will be out? JMS Le mar. 29 janv. 2019 02 h 09, Guanghao Zhang a écrit : > Cut a new branch-2.2 at this commit. > > commit e736d78362253936492fb3bd16e614d14859281d > Author:

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

2018-04-13 Thread Jean-Marc Spaggiari
h2.0/lastSuccessfulBuild/artifact/ > > you can look at the "dashboard.html" artifact for a human usable idea > of what we think is broken. > > you can fetch the excludes file to get a pattern you can pass to Maven. > > > On Fri, Apr 13, 2018 at 7:40 AM, Jean-Marc Spaggiar

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

2018-04-13 Thread Jean-Marc Spaggiari
Do we have a list of tests that we know will not pass this release? I got those failures so far, but since I want to run multiple runs, I want to make sure to exclude the un-stable tests. TestAssignmentManagerMetrics.testRITAssignmentManagerMetrics:152 Metrics Should be equal expected:<1> but

Re: Building Trunk

2018-03-08 Thread Jean-Marc Spaggiari
Hum. mvn clean and rebuild passed. Strange. forget about that. Thanks. 2018-03-08 9:51 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Hi all, > > Trying to build Trunk I'm getting the following error: > [INFO]

Building Trunk

2018-03-08 Thread Jean-Marc Spaggiari
Hi all, Trying to build Trunk I'm getting the following error: [INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

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

2018-03-06 Thread Jean-Marc Spaggiari
I deployed it on 8 nodes, running many different things including MR, RowCounts, compactions, etc. Nothing new. So far so good... 2018-03-06 17:29 GMT-05:00 Stack : > On Tue, Mar 6, 2018 at 12:52 PM, Peter Somogyi > wrote: > > > +1 (non-binding) > > > > -

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

2018-03-05 Thread Jean-Marc Spaggiari
Wierd. I recompiled with the new JARs and all, it now it works. Sorry for the spam. Running some tests. JMS 2018-03-05 20:48 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Just curious, has something changed in the LoadBalancer? > > My own personal balancer w

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

2018-03-05 Thread Jean-Marc Spaggiari
Just curious, has something changed in the LoadBalancer? My own personal balancer was working fine with 2.0.0-b1 but doesn't seems to work anymore with 2.0.0-b2: 2018-03-05 20:33:55,073 ERROR [master/node2:6] master.HMaster: Failed to become active master java.lang.NoSuchFieldError:

[jira] [Created] (HBASE-20105) Allow flushes to target SSD storage

2018-02-28 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-20105: --- Summary: Allow flushes to target SSD storage Key: HBASE-20105 URL: https://issues.apache.org/jira/browse/HBASE-20105 Project: HBase Issue Type

[jira] [Created] (HBASE-20101) HBase should provide a way to re-validate locality

2018-02-27 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-20101: --- Summary: HBase should provide a way to re-validate locality Key: HBASE-20101 URL: https://issues.apache.org/jira/browse/HBASE-20101 Project: HBase

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-02-26 Thread Jean-Marc Spaggiari
GMT-05:00 Stack <st...@duboce.net>: > Thanks JMS. > S > > On Thu, Jan 11, 2018 at 9:36 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Opened HBASE-19767 <https://issues.apache.org/jira/browse/HBASE-19767> > > and HBASE-19768. >

Re: client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
consistent. Just HBaseAdmin that is triggering this new message. I like it ;) JMS 2018-02-23 15:11 GMT-05:00 Stack <st...@duboce.net>: > On Fri, Feb 23, 2018 at 11:04 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Hi guys, > > > > In HBase 2.0.0-b

Re: client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
d4 is healthy > (via hbck) ? > > hbck does not work against hbase2 [1]. S 1. https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_ ktczrlKHK8N4SZzs/edit#heading=h.3jy69yxm0gxm > You may find some clue in master log. > > Cheers > > > > On Fri, F

Re: client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
Tried -fixMeta and -repair and nothing seems to make any difference... Not even sure it's taken into consideration... Strange... 2018-02-23 14:37 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > BTW, the "Empty REGIONINFO_QUALIFIER found in hbase:meta" should tell &

Re: client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
BTW, the "Empty REGIONINFO_QUALIFIER found in hbase:meta" should tell more details about the "issue"... 2018-02-23 14:29 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > 1 inconsistencies detected. > Status: INCONSISTENT > > But this table

Re: client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
67d59ebd4 is healthy > (via hbck) ? > > You may find some clue in master log. > > Cheers > > > > On Fri, Feb 23, 2018 at 11:04 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Hi guys, > > > > In HBase 2.0.0-beta-1, getting th

client.HBaseAdmin No serialized HRegionInfo

2018-02-23 Thread Jean-Marc Spaggiari
Hi guys, In HBase 2.0.0-beta-1, getting this: 2018-02-23 14:01:55,499 WARN [main] client.HBaseAdmin (HBaseAdmin.java:visit(1948)) - No serialized HRegionInfo in keyvalues={page_proposed,,1384198043055.c15b13946fa4318a0a956e067d59ebd4./info:server/1384198854149/Put/vlen=11/seqid=0,

[jira] [Created] (HBASE-20045) When running compaction, cache recent blocks.

2018-02-21 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-20045: --- Summary: When running compaction, cache recent blocks. Key: HBASE-20045 URL: https://issues.apache.org/jira/browse/HBASE-20045 Project: HBase

Re: HBaseCon Plans?

2018-02-08 Thread Jean-Marc Spaggiari
So who's jumping in for NY or SF? ;) 2018-02-08 4:46 GMT-05:00 Bijieshan : > Huawei can continue to hold HBaseCon Asia 2018 :-) > > Best Regards, > Jieshan. > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent:

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-11 Thread Jean-Marc Spaggiari
et/wp-content/uploads/2016/08/chocolatechip.jpg > :) > > > > > > Thanks, > > Zach > > > > On Wed, Jan 10, 2018 at 9:37 AM, Stack <st...@duboce.net> wrote: > > > > > Put up a JIRA and dump this stuff in JMS. Sounds like we need a bit &g

[jira] [Created] (HBASE-19768) RegionServer startup failing when DN is dead

2018-01-11 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-19768: --- Summary: RegionServer startup failing when DN is dead Key: HBASE-19768 URL: https://issues.apache.org/jira/browse/HBASE-19768 Project: HBase

[jira] [Created] (HBASE-19767) Master web UI shows negative values for Remaining KVs

2018-01-11 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-19767: --- Summary: Master web UI shows negative values for Remaining KVs Key: HBASE-19767 URL: https://issues.apache.org/jira/browse/HBASE-19767 Project: HBase

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

2018-01-10 Thread Jean-Marc Spaggiari
"Remaining KVs" field in master WebUI shows negative values... Is that tracked anywhere? 2018-01-10 5:12 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Oh, you're right! I missed it! Ok. Thanks. Will wait for the next one. > > JM > > 2018-01-10 5:00 GM

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
N is dead, but NN does not know and keep > telling RS that you should try to connect to it. And for the new > AsyncFSWAL, we need to connect to all the 3 DNs successfully before > writing actual data to it, so the RS sucks... > > This maybe a problem. > > 2018-01-10 18:40 GMT+08:

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
on node8? > > 2018-01-10 18:31 GMT+08:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > > > I know, this one sunk, but still running it on my cluster, so here is a > new > > issue I just got > > > > Any idea what this can be? I see this only a one

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > I know, this one sunk, but still running it on my cluster, so here is a > new issue I just got > > Any idea what this can be? I see this only a one of my nodes... > > 2018-01-10 05:22:55,786 WARN [regionserve

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
hat we could release beta-1 > though > > it > > > has flakies. We'll keep working on cutting these down as we approach > GA. > > > St.Ack > > > > > > On Sun, Jan 7, 2018 at 10:02 PM, Stack <st...@duboce.net> wrote: > > > > > >

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

2018-01-10 Thread Jean-Marc Spaggiari
r I address the above failure. > > Best Regards, > Yu > > On 10 January 2018 at 17:54, Jean-Marc Spaggiari <jean-m...@spaggiari.org> > wrote: > > > Are we going to sink this one because of Andrew's -1? > > > > If so I will wait for the next one to

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

2018-01-10 Thread Jean-Marc Spaggiari
Are we going to sink this one because of Andrew's -1? If so I will wait for the next one to test it... Le 10 janv. 2018 03 h 24, "Balazs Meszaros" a écrit : > +1 > > - signatures, checksums OK, > - unit tests passes (8u112), > - shell works, > - load test tool

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-07 Thread Jean-Marc Spaggiari
Excellent! Thanks again! Starting again with the tests... JMS 2018-01-07 8:04 GMT-05:00 张铎(Duo Zhang) <palomino...@gmail.com>: > The last '-fn' option in the mvn command does that magic for you. > > 2018-01-07 19:03 GMT+08:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-07 Thread Jean-Marc Spaggiari
tests detector but > same with you, I found that it fails all the time, so also exclude it. > > Hope this would help. > > 2018-01-07 17:14 GMT+08:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > > > Ok, thanks Stack. I will keep it running all day long until I get a > &

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-07 Thread Jean-Marc Spaggiari
an 6, 2018 at 4:11 PM, stack <saint@gmail.com> wrote: > > > It is not you. There are a bunch of flies we need to fix. This latter is > > for sure flakey. Let me take a look. Thanks, JMS. > > > > S > > > > On Jan 6, 2018 5:57 PM, "Jean-Marc Spaggiari"

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
-2 » TestTimedOut [ERROR] Run 2: TestRegionsOnMasterOptions.testRegionsOnAllServers » Appears to be stuck in t... [INFO] [INFO] [ERROR] Tests run: 3604, Failures: 7, Errors: 2, Skipped: 44 [INFO] 2018-01-06 15:52 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Deleted the class to get all the te

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
604, Failures: 2, Errors: 1, Skipped: 44 I have not been able to get all the tests passed locally for a while :( JM 2018-01-06 15:05 GMT-05:00 Ted Yu <yuzhih...@gmail.com>: > Looks like you didn't include HBASE-19666 which would be in the next RC. > > On Sat, Jan 6, 2018 at 10:52 AM, J

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
How you guys are able to get the tests running? For me it keeps failing on TestReversedScannerCallable. I tried many times, always fails in the same place. I'm running on a 4GB tmpfs. Details are below. Am I doing something wrong? JM ./dev-support/hbasetests.sh runAllTests [INFO] Running

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-04 Thread Jean-Marc Spaggiari
If I re-run from the original cluster, now that I have snappy enabled, it works. But if it helps I can easily remove snappy libs, transfer from source, re-run and capture all the logs. It's an easy step. Just confirm and I will do it. Apart from that, everything else seems to run correctly. I ran

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
cluster for weeks/months. So all tables are all major compacted the same way. I will major compact them all under HFiles v3 format and retry. 2017-12-31 13:33 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Ok. With a brand new DestCP from source cluster, regions are getting &

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
from it. Thanks, JMS 2017-12-31 10:23 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Nothing bad that I can see. Here is a region server log: > https://pastebin.com/0r76Y6ap > > Disabling the table makes the regions leave the transition mode. I'm > trying to d

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
you disable snappy does it work? If you start over > > fresh does it work? It should be picking up native libs. Make an issue > > please jms. Thanks for giving it a go. > > > > S > > > > On Dec 30, 2017 11:49 PM, "Jean-Marc Spaggiari" <jean-m...@spaggia

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-31 Thread Jean-Marc Spaggiari
ork? If you start over > fresh does it work? It should be picking up native libs. Make an issue > please jms. Thanks for giving it a go. > > S > > On Dec 30, 2017 11:49 PM, "Jean-Marc Spaggiari" <jean-m...@spaggiari.org> > wrote: > > > Hi Stack, &g

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-30 Thread Jean-Marc Spaggiari
I forgot to say that I distCP the entire /hbase folder from another 1.3 HBase cluster ;) That's why there is data here. 2017-12-31 0:48 GMT-05:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Hi Stack, > > I just tried to give it a try... Wipe out all HDFS content and co

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2017-12-30 Thread Jean-Marc Spaggiari
Hi Stack, I just tried to give it a try... Wipe out all HDFS content and code, all HBase content and code, and all ZK. Re-build a brand new cluster with 7 physical worker nodes. I'm able to get HBase start, how-ever I'm not able to get my regions online. 2017-12-31 00:42:03,187 WARN

Documentation update: 1.4 and hadoop compatibility?

2017-12-30 Thread Jean-Marc Spaggiari
Hi, I have not seen a JIRA regarding adding 1.4 into this chart: https://hbase.apache.org/book.html#hadoop Did I missed it? If not, I will open one... Thanks, JMS

[jira] [Created] (HBASE-19582) Tags on append doesn't behave like expected

2017-12-21 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-19582: --- Summary: Tags on append doesn't behave like expected Key: HBASE-19582 URL: https://issues.apache.org/jira/browse/HBASE-19582 Project: HBase

Re: Request to Join Slack Channel

2017-12-21 Thread Jean-Marc Spaggiari
Me too please ;) Thanks, JMS 2017-12-20 20:54 GMT-05:00 Philippe Laflamme : > Hi, > > I'd like to join the slack discussion and the guide mentions writing to > this address to obtain an invite. May I obtain an invite please? > > Thanks, > Philippe >

Re: [DISCUSSION] Default configurations in hbase-2.0.0 hbase-default.xml

2017-12-19 Thread Jean-Marc Spaggiari
Can we get all tables by default Snappy compressed? I think because of the license we can not, right? Just asking, in case there is an option for that... Also +1 on balancing by table... 2017-12-18 17:34 GMT-05:00 Stack : > (I thought I'd already posted a DISCUSSION on defaults

  1   2   3   4   5   6   7   8   >