Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 232 (0.255s).
Loading phrases to help you
refine your search...
[HBASE-8383] Support lib/*jar inside coprocessor jar - HBase - [issue]
...Currently, jar files inside a coprocessor jar should be under folder /lib/.  It would be great to support jar files under lib/ too, i.e, no "/" at the front....
http://issues.apache.org/jira/browse/HBASE-8383    Author: Jimmy Xiang, 2013-04-25, 19:10
Re: All ok w/ thrift2 going away in trunk/0.95? - HBase - [mail # dev]
...At first, I am +1 for removing it.  We had a similar discussion before, and didn't pull the plug because of Tim's comment:  http://mail-archives.apache.org/mod_mbox/hbase-dev/20121...
   Author: Jimmy Xiang, 2013-04-25, 18:18
[HBASE-8327] Consolidate class loaders - HBase - [issue]
...HBASE-1936 introduced a class loader to load filter classes dynamically.  We have a coprocessor class loader.  These two usecases are a little different. However, some logic is sim...
http://issues.apache.org/jira/browse/HBASE-8327    Author: Jimmy Xiang, 2013-04-25, 01:32
Re: How practical is it to add a timestamp oracle on Zookeeper - HBase - [mail # user]
...I think Yun wants some global timestamp, not uniq ids.  This is doable, technically. However, not sure what's the performance requirement.  Thanks, Jimmy   On Sun, Apr 21, 201...
   Author: Jimmy Xiang, 2013-04-21, 16:33
[HBASE-6739] Single put should avoid  batch overhead when autoflush is on - HBase - [issue]
...Currently, even when autoflush is on, a single put is handled the same way as if autoflush is off: convert the put to multi-action, create a callable, hand it to an executor to process, wait...
http://issues.apache.org/jira/browse/HBASE-6739    Author: Jimmy Xiang, 2013-04-18, 18:59
[HBASE-8321] Log split worker should heartbeat to avoid timeout when the hlog is under recovery - HBase - [issue]
...Currently, hlog splitter could spend quite sometime to split a log in case any HDFS issue and recoverLease/retry opening is needed.  If distributed log split manager times out the log w...
http://issues.apache.org/jira/browse/HBASE-8321    Author: Jimmy Xiang, 2013-04-18, 05:24
[HBASE-6715] TestFromClientSide.testCacheOnWriteEvictOnClose is flaky - HBase - [issue]
...Occasionally, this test fails:expected:<2049> but was:<2069>Stacktracejava.lang.AssertionError: expected:<2049> but was:<2069>at org.junit.Assert.fail(Assert.java:93)...
http://issues.apache.org/jira/browse/HBASE-6715    Author: Jimmy Xiang, 2013-04-17, 23:35
[HBASE-8256] Add category Flaky for tests which are flaky - HBase - [issue]
...To make the Jenkin build more useful, it is good to keep it blue/green. We can mark those flaky tests flaky, and don't run them by default.  However, people can still run them.  We...
http://issues.apache.org/jira/browse/HBASE-8256    Author: Jimmy Xiang, 2013-04-15, 18:24
Re: trunk build - HBase - [mail # dev]
...Great job!  On Wed, Apr 10, 2013 at 12:17 PM, Nicolas Liochon  wrote:  ...
   Author: Jimmy Xiang, 2013-04-10, 19:36
[HBASE-6443] HLogSplitter should ignore 0 length files - HBase - [issue]
...Somehow, some WAL files have size 0. Distributed log splitting can't handle it.HLogSplitter should ignore them....
http://issues.apache.org/jira/browse/HBASE-6443    Author: Jimmy Xiang, 2013-04-10, 01:10
Sort:
project
HBase (232)
Zookeeper (5)
Hadoop (1)
type
issue (134)
mail # dev (67)
mail # user (31)
date
last 7 days (3)
last 30 days (13)
last 90 days (53)
last 6 months (104)
last 9 months (232)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2272)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Jimmy Xiang