[jira] [Created] (HBASE-28872) HFile.Reader#readAtOffset is not thread safe when not using preads

2024-09-20 Thread Mathias Herberts (Jira)
Mathias Herberts created HBASE-28872: Summary: HFile.Reader#readAtOffset is not thread safe when not using preads Key: HBASE-28872 URL: https://issues.apache.org/jira/browse/HBASE-28872 Project

[jira] [Created] (HBASE-17704) Regions stuck in FAILED_OPEN when HDFS blocks are missing

2017-02-27 Thread Mathias Herberts (JIRA)
Mathias Herberts created HBASE-17704: Summary: Regions stuck in FAILED_OPEN when HDFS blocks are missing Key: HBASE-17704 URL: https://issues.apache.org/jira/browse/HBASE-17704 Project: HBase

[jira] [Created] (HBASE-15487) Deletions done via BulkDeleteEndpoint make past data re-appear

2016-03-18 Thread Mathias Herberts (JIRA)
Mathias Herberts created HBASE-15487: Summary: Deletions done via BulkDeleteEndpoint make past data re-appear Key: HBASE-15487 URL: https://issues.apache.org/jira/browse/HBASE-15487 Project

[jira] [Resolved] (HBASE-11365) NavigableMap returned by a 'reversed' scanner has qualifiers ordered in the natural order and not the reversed one

2014-06-17 Thread Mathias Herberts (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathias Herberts resolved HBASE-11365. -- Resolution: Not a Problem > NavigableMap returned by a 'reversed'

[jira] [Created] (HBASE-11365) NavigableMap returned by a 'reversed' scanner has qualifiers ordered in the natural order and not the reversed one

2014-06-16 Thread Mathias Herberts (JIRA)
Mathias Herberts created HBASE-11365: Summary: NavigableMap returned by a 'reversed' scanner has qualifiers ordered in the natural order and not the reversed one Key: HBASE-11365

[jira] [Resolved] (HBASE-9717) Allow filterRowKey to return a next key hint

2013-10-10 Thread Mathias Herberts (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathias Herberts resolved HBASE-9717. - Resolution: Won't Fix Lars' suggestion to use filterKeyValue is indeed the wa

[jira] [Created] (HBASE-9717) Allow filterRowKey to return a next key hint

2013-10-05 Thread Mathias Herberts (JIRA)
Mathias Herberts created HBASE-9717: --- Summary: Allow filterRowKey to return a next key hint Key: HBASE-9717 URL: https://issues.apache.org/jira/browse/HBASE-9717 Project: HBase Issue Type

Time Metrics

2013-09-10 Thread Mathias Herberts
There are many occurrences of 'avg_time' metrics alongside 'num_ops' metrics, wouldn't it be wiser to have also a 'total_time' metric, so the average time could be computed on any interval by just computing deltas in num_ops and in total_time and diving the latter by the former? Mathias.

Metrics update

2013-09-10 Thread Mathias Herberts
Hi, another thing I noticed, the 'fsBlockReadCacheHitCnt' metric does not increase monotonically, so I find the 'Cnt' name rather disturbing, it is a Cnt over a period, not an absolute one, right? Mathias.

metrics names

2013-09-10 Thread Mathias Herberts
Hi, I've recently take a deeper look at the metrics in HBase and I was wondering why some info ended up in the metric name rather than in tags for RegionServerDynamicStatistics. For example I see metrics names like: RegionServerDynamicStatistics.tbl.-ROOT-.region.70236052.writerequestcount with

Re: Invitation to use Google Talk

2013-05-17 Thread Mathias Herberts
It seems hangout won ;-) On May 17, 2013 7:58 PM, "Nicolas Liochon" wrote: > Sorry about that. I was fighting with Google Hangout. > > > On Fri, May 17, 2013 at 7:44 PM, Jean-Daniel Cryans >wrote: > > > Nicolas is such a nice guy. > > > > On Fri, May 17, 2013 at 10:42 AM, Jean-Marc Spaggiari > >

Re: [ANNOUNCE] New Apache HBase PMC members: Jimmy Xiang and Nicolas Liochon

2013-01-21 Thread Mathias Herberts
congrats. On Mon, Jan 21, 2013 at 11:07 PM, Stack wrote: > Good on you lads! > St.Ack > > > On Mon, Jan 21, 2013 at 12:56 PM, Jonathan Hsieh wrote: > >> On behalf of the Apache HBase PMC, I am excited to welcome Jimmy Xiang >> and Nicholas Liochon as members of the Apache HBase PMC. >> >> * Jimm

Re: New committer! Nicolas Liochon (N or nkeywal)

2012-06-20 Thread Mathias Herberts
Congrats Nicolas. Just make sure your salesguy does not get too hyped about this ;-) On Jun 20, 2012 6:42 PM, "Stack" wrote: > Please welcome our newest committer! Nicolas the Second has been > doing great work with a good while now especially around Mean Time To > Recovery. Keep up the great

RE: Shared HDFS for HBase and MapReduce

2012-06-06 Thread Mathias Herberts
We run M/R jobs that query HBase in a pool with a limited number of mapper slots, works like a charm to have both RT and batch queries on HBase On Jun 6, 2012 6:23 AM, "Vladimir Rodionov" wrote: > You can share HBase and MR if you run MR jobs only to process data off > HBase and do not use HBase

Re: [DISCUSSION] Accumulo, another BigTable clone, has shown up on Apache Incubator as a proposal

2011-09-03 Thread Mathias Herberts
On Sep 4, 2011 1:39 AM, "Bill de hÓra" wrote: > > On 02/09/11 19:06, Stack wrote: >> >> What do folks think? > > > Not putting the log into hdfs seems like a good idea. I was somehow thinking the opposite as it makes irrecoverable machine failures much more problematic. What makes you say it's a

Re: [DISCUSSION] Accumulo, another BigTable clone, has shown up on Apache Incubator as a proposal

2011-09-02 Thread Mathias Herberts
Maybe a BOF at Hadoop World could clarify some things, provided some of those folks attend the conference. On Fri, Sep 2, 2011 at 22:01, Bernd Fondermann wrote: > On Friday, September 2, 2011, Gary Helmling wrote: > >> >> Claims a relationship with HBase.  Is there overlapping code or is this >

Re: Please welcome our new committer Doug Meil!

2011-08-08 Thread Mathias Herberts
Congrats. On Aug 8, 2011 11:00 PM, "Stack" wrote: > Good on you Doug! > St.Ack

Re: RPC Metrics

2011-05-18 Thread Mathias Herberts
While on the topic of metrics, some of them seem misleading, in my setup, 'hbase.metrics.put_num_ops' does not seem to reflect the number of put ops received by a RS, it's simply way below and seems to only reflect puts done in .META., is that supposed to be the case? On Wed, May 18, 2011 at 16:

Re: move meta table to ZK

2011-03-18 Thread Mathias Herberts
> I used to be a fan, but I think self hosting all important meta data is the > best approach. It makes lots of things easier, like replication, snapshots, > etc. +1

Re: HTable thread safety in 0.20.6

2011-03-12 Thread Mathias Herberts
On Sat, Mar 5, 2011 at 23:10, Ryan Rawson wrote: > I dont think protobuf is winning the war out there, it's either thrift > or avro at this point.  Protobuf just isn't an bazzar open-source type > project, and it's non-Java/C++/python support isn't 1st class, plus no > RPC. +10**100

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-16 Thread Mathias Herberts
Hi, I just filed HBASE-3238 which appears to me as a blocker as HBase won't start if its zookeeper.parent.znode exists and HBase does not have the CREATE permission on this znode's parent znode. Mathias.