mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
review fixes
add oom warning on index cache more fixes
This commit is contained in:
@@ -57,7 +57,6 @@ public class MongoOpMapper<MC extends MongoDirectCommandOp> implements OpMapper<
|
||||
if (connectionURL == null) {
|
||||
throw new BasicError("Must provide a connection value for use by the MongoDB adapter.");
|
||||
}
|
||||
spaceCache.get(0).createMongoClient(connectionURL);
|
||||
|
||||
Optional<LongFunction<String>> oDatabaseF = op.getAsOptionalFunction("database");
|
||||
if (oDatabaseF.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user