[23/35] geode git commit: GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel.

2017-03-28 Thread khowe
GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel. The Oplog and OverflowOplog flush(OplogFile olf, ByteBuffer b1, ByteBuffer b2) method doesn't check the results of the channel.write() call. It could so happen partial byte array is written to the channel.

geode git commit: GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel.

2017-03-24 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 9646a3894 -> 517bb6227 GEODE-2472 changes are made to ensure byte array is completely flushed to oplog channel. The Oplog and OverflowOplog flush(OplogFile olf, ByteBuffer b1, ByteBuffer b2) method doesn't check the results of the channe