Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 171 to 180 from 233 (0.121s).
Loading phrases to help you
refine your search...
Re: Scan only talks to a single region server - HBase - [mail # user]
...Hi Whitney,  The scanner will automatically jump to the next region server once the current region server is scanned.  In the client, can HTable.getStartEndKeys() see all the regio...
   Author: Jimmy Xiang, 2012-07-17, 18:06
[HBASE-5376] Add more logging to triage HBASE-5312: Closed parent region present in Hlog.lastSeqWritten - HBase - [issue]
...It is hard to find out what exactly caused HBASE-5312.  Some logging will be helpful to shine some lights....
http://issues.apache.org/jira/browse/HBASE-5376    Author: Jimmy Xiang, 2012-07-13, 16:53
[HBASE-6318] SplitLogWorker exited due to ConcurrentModificationException - HBase - [issue]
...In playing with 0.96 code on a live cluster, found this issue:2012-07-03 12:13:32,572 ERROR org.apache.hadoop.hbase.regionserver.SplitLogWorker: unexpected errorjava.util.ConcurrentModificat...
http://issues.apache.org/jira/browse/HBASE-6318    Author: Jimmy Xiang, 2012-07-06, 18:21
[HBASE-6320] assembly:single doesn't work after modularization - HBase - [issue]
...After modularization, the command to build the tarball on wiki:http://wiki.apache.org/hadoop/Hbase/HowToReleasemvn clean site install assembly:single Doesn't work any more.[ERROR] Fa...
http://issues.apache.org/jira/browse/HBASE-6320    Author: Jimmy Xiang, 2012-07-03, 22:31
Re: HMaster not failing over dead RegionServers - HBase - [mail # user]
...Bryan,  The master could not detect if the region server is dead. How do you set the zookeeper session timeout?  Thanks, Jimmy  On Sat, Jun 30, 2012 at 8:09 AM, Stack  wr...
   Author: Jimmy Xiang, 2012-06-30, 15:53
[HBASE-6274] Proto files should be in the same palce - HBase - [issue]
...Currently, proto files are under hbase-server/src/main/protobuf and hbase-server/src/protobuf.  It's better to put them together....
http://issues.apache.org/jira/browse/HBASE-6274    Author: Jimmy Xiang, 2012-06-28, 23:55
[HBASE-6271] In-memory region state is inconsistent - HBase - [issue]
...AssignmentManger stores region state related information in several places: regionsInTransition, regions (region info to server name map), and servers (server name to region info set map). &...
http://issues.apache.org/jira/browse/HBASE-6271    Author: Jimmy Xiang, 2012-06-26, 17:03
[HBASE-5759] HBaseClient throws NullPointerException when EOFException should be used. - HBase - [issue]
...When a RPC data input stream is closed, protobuf doesn't raise an EOFException, it returns a null RpcResponse object.We need to check if the response is null before trying to access it....
http://issues.apache.org/jira/browse/HBASE-5759    Author: Jimmy Xiang, 2012-06-25, 20:17
[HBASE-6202] Medium tests fail with jdk1.7 - HBase - [issue]
...Failed tests:   testOrphanTaskAcquisition(org.apache.hadoop.hbase.master.TestSplitLogManager)  testCreateAndUpdate(org.apache.hadoop.hbase.util.TestFSTableDescriptors): status...
http://issues.apache.org/jira/browse/HBASE-6202    Author: Jimmy Xiang, 2012-06-18, 19:04
[HBASE-6190] TestPriorityCompactionQueue throws NPE - HBase - [issue]
...0.90 only.java.lang.NullPointerException at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622) at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(C...
http://issues.apache.org/jira/browse/HBASE-6190    Author: Jimmy Xiang, 2012-06-08, 16:42
Sort:
project
HBase (233)
Zookeeper (5)
Hadoop (1)
type
issue (135)
mail # dev (67)
mail # user (31)
date
last 7 days (4)
last 30 days (14)
last 90 days (54)
last 6 months (105)
last 9 months (233)
author
Stack (3754)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Jimmy Xiang