Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 22 (2.827s).
Loading phrases to help you
refine your search...
[HBASE-8085] Backport the fix for Bytes.toStringBinary() into 94 (HBASE-6991) - HBase - [issue]
...there is a bug in Bytes.toStringBinary(), which will return the same string for 1) byte[] a = {'\\', 'x', 'D', 'A'} 2) "\xDA". It seems this bug has already been fixed in trunk with HBA...
http://issues.apache.org/jira/browse/HBASE-8085    Author: Tianying Chang, 2013-03-15, 03:52
[HBASE-7816] numericPersistentMetrics should not be cleared for regions that are not being closed - HBase - [issue]
...when a region is closed, the region level dynamic metrics "numericPersistentMetrics" are cleared for all regions on the same region servers. It is OK for numericMetrics and timeVaryingMetric...
http://issues.apache.org/jira/browse/HBASE-7816    Author: Tianying Chang, 2013-02-28, 23:35
RE: status of bin/rename_table.rb - HBase - [mail # user]
...I already fixed this script to make it working mid last year, we used it in our production since. Also we don't need to run hbck -fix afterwards.  The script works for both 92 and 94. &...
   Author: Tianying Chang, 2013-02-21, 18:30
RE: status of bin/rename_table.rb - HBase - [mail # user]
...Our customers need to use rename_table to solve an issue in our production cluster. Since 92 does not have it, we copied it from CDH3. However it does not work. I then found several issues w...
   Author: Tianying Chang, 2013-02-21, 18:06
RE: Empty a table - HBase - [mail # user]
...You can achieve this goal by deleting all the HFiles of this table. Remember just Hfile, but not the region folders. We did it before with a simple script  that loop through the Hfiles,...
   Author: Tianying Chang, 2013-02-05, 17:37
RE: AsynchBase client holds stale dead region server for long time even after the META has already been update. - HBase - [mail # user]
...Thanks Shrijeet  Thanks for the information! We have seen this couple times recently. Last week, it was very long(like 40+ minutes before we restart). I will follow up on that discuss t...
   Author: Tianying Chang, 2013-01-26, 01:28
RE: AsynchBase client holds stale dead region server for long time even after the META has already been update. - HBase - [mail # user]
...Thanks Marcos. Can I file a bug there? Or at the googleGroup?   From: Marcos Ortiz [mailto:[EMAIL PROTECTED]]  Sent: Friday, January 25, 2013 1:30 PM To: [EMAIL PROTECTED] Cc: Tian...
   Author: Tianying Chang, 2013-01-25, 23:31
RE: AsynchBase client holds stale dead region server for long time even after the META has already been update. - HBase - [mail # user]
...Ted  it is 1.3.1    Thanks Tian-Ying  ________________________________________ From: Ted Yu [[EMAIL PROTECTED]] Sent: Friday, January 25, 2013 10:58 AM To: Async HBase Cc...
   Author: Tianying Chang, 2013-01-25, 19:12
AsynchBase client holds stale dead region server for long time even after the META has already been update. - HBase - [mail # user]
...Hi  One machine crashed in our cluster. After 3 minutes, the master detect it and re-assign the regions to other region servers. The regions are back online on other RS within one minut...
   Author: Tianying Chang, 2013-01-25, 18:54
[HBASE-7060] Region load balancing by table does not handle the case where a table's region count is lower than the number of the RS in the cluster - HBase - [issue]
...When the table's region count is less than the count of region servers, the region balance algorithm will not move the region. For example, the cluster has 100 RS, the table has 50 regions s...
http://issues.apache.org/jira/browse/HBASE-7060    Author: Tianying Chang, 2012-12-03, 21:47
Sort:
project
HBase (22)
Zookeeper (2)
type
mail # user (13)
issue (9)
date
last 7 days (5)
last 30 days (5)
last 90 days (14)
last 6 months (20)
last 9 months (22)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
Tianying Chang