logger.log(Level.FINEST, "No allocation placeholders");
return;
}
DbCursor cursor = oidsDb.openCursor(dbTxn);
try {
while (cursor.findNext(DataEncoding.encodeLong(placeholderOid))) {
byte[] key = cursor.getKey();
if (DataEncoding.decodeLong(key) != placeholderOid) {
if (logger.isLoggable(Level.FINEST)) {
logger.log(Level.FINEST,
"Placeholder oid:{0,number,#} not found",