opendj3-server-dev/src/server/org/opends/server/backends/pluggable/DatabaseContainer.java
@@ -211,7 +211,7 @@ * @return The count of key/data pairs in the database. * @throws StorageRuntimeException If an error occurs in the JE operation. */ public long getRecordCount() throws StorageRuntimeException public long getRecordCount(ReadableStorage txn) throws StorageRuntimeException { long count = treeName.count(); if (logger.isTraceEnabled())