ByteBuffer pendingValue = record.getPendingDataBuffer();
if (pendingValue.limit() == 0) {
throw new JodbIOException(
"indexing value unavailable for " + offsetId);
}
indexingAgent.insertIndex(offsetId, pendingValue, context);
if(!_agentsTransactionObjects.containsKey(indexingAgent)){
try {
set(indexingAgent, Integer.MAX_VALUE);
} catch (Exception e) {
throw new JodbIOException(e);