Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 17 (0.151s).
Loading phrases to help you
refine your search...
[HBASE-8253] A corrupted log blocked ReplicationSource - HBase - [issue]
...A writting log got corrupted when we forcely power down one node. Only partial of last WALEdit was written into that log. And that log was not the last one in replication queue. ReplicationS...
http://issues.apache.org/jira/browse/HBASE-8253    Author: Jieshan Bean, 2013-05-09, 14:29
[HBASE-7750] We should throw IOE when calling HRegionServer#replicateLogEntries if ReplicationSink is null - HBase - [issue]
...It may be an expected behavior, but I think it's better to do something. We configured "hbase.replication" as true in master cluster, and added peer. But forgot to configure "hbase.replicati...
http://issues.apache.org/jira/browse/HBASE-7750    Author: Jieshan Bean, 2013-04-30, 22:46
[HBASE-3937] Region PENDING-OPEN timeout with un-expected ZK node state leads to an endless loop - HBase - [issue]
...I describe the scenario of how this problem happened:1.HMaster assigned the region A to RS1. So the RegionState was set to PENDING_OPEN.2.For there's too many opening requests, the open proc...
http://issues.apache.org/jira/browse/HBASE-3937    Author: Jieshan Bean, 2013-04-24, 00:44
[HBASE-8251] enable SSH before assign META on Master startup - HBase - [issue]
...I think HBASE-5918 could not fix this issue. In HMaster#assignRootAndMeta:1. Assign ROOT.2. Block until ROOT be opened.3. Assign META.4. Block until META be opened.SSH is enabled after step ...
http://issues.apache.org/jira/browse/HBASE-8251    Author: Jieshan Bean, 2013-04-15, 03:37
[HBASE-8213] global authorization may lose efficacy - HBase - [issue]
...It depends on the order of which region be opened first.  Suppose we have one 1 regionserver and only 1 user region REGION-A on this server, acl region was on another regionserver. acl ...
http://issues.apache.org/jira/browse/HBASE-8213    Author: Jieshan Bean, 2013-04-05, 02:00
[HBASE-8230] Possible NPE on regionserver abort if replication service has not been started - HBase - [issue]
...RegionServer got Exception on calling setupWALAndReplication, so entered abort flow. Since replicationSink had not been inialized yet, we got below exception:Exception in thread "regionserve...
http://issues.apache.org/jira/browse/HBASE-8230    Author: Jieshan Bean, 2013-04-04, 22:16
[HBASE-8212] Introduce a new separator instead of hyphen('-') for renaming recovered queues' znodes - HBase - [issue]
...hyphen is frequently used in the HostName. Likes we have one regionserver named "160-172-0-1", so under this scenario, 160-172-0-1 will be splited to 4 Strings and will be considered for 4 p...
http://issues.apache.org/jira/browse/HBASE-8212    Author: Jieshan Bean, 2013-03-28, 08:30
[HBASE-6748] Endless recursive of deleteNode happened in SplitLogManager#DeleteAsyncCallback - HBase - [issue]
...You can ealily understand the problem from the below logs:[2012-09-01 11:41:02,062] [WARN ] [MASTER_SERVER_OPERATIONS-xh03,20000,1339549619270-1] [org.apache.hadoop.hbase.master.SplitLogMana...
http://issues.apache.org/jira/browse/HBASE-6748    Author: Jieshan Bean, 2013-02-26, 07:27
[HBASE-7694] Secure HBase should use replication call queue - HBase - [issue]
...Replication should use an independent msg queue, otherwise replication msg may occupy all the handlers. This feature added in HBASE-6165, but becomes invalid after enabling security....
http://issues.apache.org/jira/browse/HBASE-7694    Author: Jieshan Bean, 2013-01-30, 08:41
[HBASE-7324] Archive the logs instead of deletion after distributed splitting - HBase - [issue]
...We should always move the logs to .oldlogs instead of deleting them directly. The negative effect of this bug may cause data-loss if we enabled replication.The below code is extracted from S...
http://issues.apache.org/jira/browse/HBASE-7324    Author: Jieshan Bean, 2012-12-29, 00:58
Sort:
project
HBase (17)
type
issue (17)
date
last 7 days (0)
last 30 days (3)
last 90 days (8)
last 6 months (10)
last 9 months (17)
author
Stack (3754)
Ted Yu (2472)
Jean-Daniel Cryans (2276)
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 (416)
Gary Helmling (290)
Jieshan Bean