| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
21 (3.048s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[HBASE-7061] region balance algorithm should do "contiue" instead of "break" when calculating the underloaded server - HBase - [issue]
|
|
...I found this issue when investigating HBASE-7060. Basically, I think the intention of this code below is to find all the underloaded server. By using break, it will exit earlier, depen...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7061
Author: Tianying Chang,
2012-11-07, 18:40
|
|
|
|