re: A question about client

2011-05-12 Thread Gaojinchao
Make a issue: https://issues.apache.org/jira/browse/HBASE-3878 -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年5月12日 17:52 收件人: user@hbase.apache.org 抄送: user@hbase.apache.org 主题: Re: A question about client Yes please. On May 12, 2011, at 12:49 AM, Gaojinchao wrote

Re: A question about client

2011-05-12 Thread Ted Yu
Yes please. On May 12, 2011, at 12:49 AM, Gaojinchao wrote: > Does it need open a issue ? > > -邮件原件- > 发件人: Ted Yu [mailto:yuzhih...@gmail.com] > 发送时间: 2011年5月11日 10:31 > 收件人: user@hbase.apache.org > 主题: Re: A question about client > > I think the seco

re: A question about client

2011-05-12 Thread Gaojinchao
Does it need open a issue ? -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年5月11日 10:31 收件人: user@hbase.apache.org 主题: Re: A question about client I think the second explanation is plausible. From http://download.oracle.com/javase/1.4.2/docs/api/java/lang/ref

re: A question about client

2011-05-11 Thread Gaojinchao
Sorry, give other information: Ycsb don't share the HTables. One thread has a Htable instance -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年5月11日 10:31 收件人: user@hbase.apache.org 主题: Re: A question about client I think the second explanation is plausible. From

Re: A question about client

2011-05-10 Thread Gaojinchao
Thanks. I think that gc resulted in It is difficult to reproduce. I find it firstly in performance test cluster. -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年5月11日 10:31 收件人: user@hbase.apache.org 主题: Re: A question about client I think the second explanation is

Re: A question about client

2011-05-10 Thread Ted Yu
er can't exit when open port failed > > > > -邮件原件- > > 发件人: jdcry...@gmail.com [mailto:jdcry...@gmail.com] 代表 Jean-Daniel > Cryans > > 发送时间: 2011年5月10日 1:17 > > 收件人: user@hbase.apache.org > > 主题: Re: A question about client > > > > TreeMap

Re: A question about client

2011-05-10 Thread Jean-Daniel Cryans
dException for > /hbase/hbase.version > HBASE-3749 Master can't exit when open port failed > > -邮件原件- > 发件人: jdcry...@gmail.com [mailto:jdcry...@gmail.com] 代表 Jean-Daniel Cryans > 发送时间: 2011年5月10日 1:17 > 收件人: user@hbase.apache.org > 主题: Re: A question about cli

Re: A question about client

2011-05-09 Thread Gaojinchao
l.com] 代表 Jean-Daniel Cryans 发送时间: 2011年5月10日 1:17 收件人: user@hbase.apache.org 主题: Re: A question about client TreeMap isn't concurrent and it seems it was used that way? I know you guys are testing a bunch of different things at the same time so which HBase version and which patches were you

Re: A question about client

2011-05-09 Thread Jean-Daniel Cryans
TreeMap isn't concurrent and it seems it was used that way? I know you guys are testing a bunch of different things at the same time so which HBase version and which patches were you using when you got that? Thx, J-D On Mon, May 9, 2011 at 5:22 AM, Gaojinchao wrote: >    I used ycsb to put data

A question about client

2011-05-09 Thread Gaojinchao
I used ycsb to put data and threw exception. Who can give me some suggestion? Hbase Code: // Cut the cache so that we only get the part that could contain // regions that match our key SoftValueSortedMap matchingRegions = tableLocations.headMap(row); //