Re: Converting byte[] to ByteBuffer

2011-07-12 Thread Jason Rutherglen
- MemStore CSLM ops: Especially if upserting I quick thought on that one, perhaps it'd be helped by limiting the aggregate size of the CSLM, eg, skip lists at too large a size start to degrade in performance. Something like multiple CSLMs could work? Grow a CSLM to a given size, then start a

Build failed in Jenkins: HBase-TRUNK #2019

2011-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2019/changes Changes: [tedyu] HBASE-3871 Speedup LoadIncrementalHFiles by parallelizing HFile splitting -- [...truncated 1113 lines...] max locked memory (kbytes, -l) 64 max memory size

Re: Problem in Caching the connection object in HBaseAdmin.getConnection()

2011-07-12 Thread Ted Yu
I think we can perform connection validation in HCM.getConnection() Periodically HCM.getConnection() verifies that the connection is valid before handing it out. On Tue, Jul 12, 2011 at 5:06 AM, Ramkrishna S Vasudevan ramakrish...@huawei.com wrote: Hi , I think there is a bug in

Build failed in Jenkins: HBase-TRUNK #2020

2011-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2020/changes Changes: [stack] HBASE-4054 Usability improvement to HTablePool -- [...truncated 1250 lines...] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase --- [INFO]

Build failed in Jenkins: HBase-TRUNK #2021

2011-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2021/changes Changes: [tedyu] HBASE-4003 Cleanup Calls Conservatively On Timeout - revert -- [...truncated 1441 lines...] Running org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture Tests run: 1,

Fwd: Build failed in Jenkins: HBase-TRUNK #2021

2011-07-12 Thread Ted Yu
Only 3 tests failed this time: https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2021/ -- Forwarded message -- From: Apache Jenkins Server jenk...@builds.apache.org Date: Tue, Jul 12, 2011 at 3:52 PM Subject: Build failed in Jenkins: HBase-TRUNK #2021 To:

Re: HBASE-4087

2011-07-12 Thread Ted Yu
There're other classes which should be modified, including but not limited to: HTable ServerManager CatalogTracker ReplicationAdmin FYI On Tue, Jul 12, 2011 at 8:42 PM, Ted Yu yuzhih...@gmail.com wrote: Hi, Please take a look at my patch on HBASE-4087 There're several HBA methods where

A question about zookeeper.session.timeout

2011-07-12 Thread Gaojinchao
In hbase book, It recommends the zookeeper.session.timeout is default 60s. but, the default value is configured for 18000 in Hbase-default.xml. Should we modify the Hbase-default.xml or book ? Hbase Book: 13.6.2.6. ZooKeeper SessionExpired events If you wish to increase the session timeout,