2015-01-08 14:09 GMT+01:00 <ma...@apache.org>: > Author: markt > Date: Thu Jan 8 13:09:47 2015 > New Revision: 1650268 > > URL: http://svn.apache.org/r1650268 > Log: > Deque<ByteBufferHolder> is a little more complex than List<ByteBuffer> > but using the same structure for all connectors will improve code re-use > and thereby improve maintainability. > > When I tried that originally in this connector, I ran into corruption problems. Maybe it is fine now, but it is worth running the relevant testsuite sections repeatedly just in case. Also it adds an additional layer of objects without providing additional reuse I could see, so this structure should be removed IMO rather than generalized.
Rémy