code review: HBASE-6414 Remove the WritableRpcEngine & associated Invocation classes

2012-08-10 Thread Ted Yu
Hi, JIRA is currently under maintenance. Please provide your review comments on review board: https://reviews.apache.org/r/6491 I have run test suite for latest patch. No repeatable test failure was found. Cheers

Build failed in Jenkins: HBase-TRUNK #3208

2012-08-10 Thread Apache Jenkins Server
See -- [...truncated 2244 lines...] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 sec Running org.apache.hadoop.hbase.regionserver.TestExplicitColumnTracker Tests run: 4, Failures: 0,

Build failed in Jenkins: HBase-TRUNK #3209

2012-08-10 Thread Apache Jenkins Server
See -- [...truncated 2606 lines...] Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.63 sec Running

Re: avro generated code and m2eclipse

2012-08-10 Thread Jesse Yates
...yes? Wanna file a ticket to get the avro hooks into m2eclipse? --- Jesse Yates @jesse_yates jyates.github.com On Thu, Aug 9, 2012 at 1:05 PM, Michael Drzal wrote: > Is that the desired behavior? > > On Thu, Aug 9, 2012 at 2:28 PM, Jesse Yates > wrote: > > > If you run 'mvn g

Build failed in Jenkins: HBase-TRUNK #3210

2012-08-10 Thread Apache Jenkins Server
See -- [...truncated 2670 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec Running org.apache.hadoop.hbase.util.TestRegionSplitter Tests run: 5, Failures: 0, Errors: 0, Skip

Fwd: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface

2012-08-10 Thread Jimmy Xiang
Hi Bing, Are you working on this issue? Based on comments, at least the following methods should be added to HTableInterface: public HConnection getConnection(); public byte[][] getStartKeys() throws IOException; public byte[][] getEndKeys() throws IOException; public Pair getStartEndKe

Re: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface

2012-08-10 Thread Jimmy Xiang
getConnection is also deprecated. On Fri, Aug 10, 2012 at 3:46 PM, Jimmy Xiang wrote: > Hi Bing, > > Are you working on this issue? > > Based on comments, at least the following methods should be added to > HTableInterface: > > public HConnection getConnection(); > > public byte[][] getStartK

Re: Extremely long flush times

2012-08-10 Thread lars hofhansl
Ran your test code (thanks Carlos). Found two things: 1. Store.internalFlushCache(...) should be calling StoreScanner.next(List, int limit) - currently it does not set a limit.(But this is not the problem). 2. With jstack I found that the code is stuck in a loop in Memstore.MemstoreScanner.get