YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

This Repository is NOT a supported MongoDB product

Results 9 YCSB issues
Sort by recently updated
recently updated
newest added
trafficstars

I believe that e56b556b54a86400927af3783d5af398e55d9141 has broken compilation: ``` YCSB/ycsb-mongodb/core/src/test/java/com/yahoo/ycsb/TestByteIterator.java:[3,29] error: cannot access Test ``` (presumably this: ``` org.testng testng 7.7.0 test ``` )

While running YCSB on both loads and runs, I was greeted with this warning output on the console: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP)...

The last line of bin/ycsb should read: ` sys.exit(subprocess.call(ycsb_command)) `

Hi Folks! We'd love to see the work done here on the mongo client folded back into the main repository. We've just gotten over the hill of our first release...

If the last document to be inserted is not on the batch boundary, then the remainder of recordcount%batchsize will not be inserted. Default batchsize is 100, so if the recordcount...

When batchsize is greater than one, only maxLatency is correct but it applies to a batch, not single insert. To calculate the real average latency for each _batch_: Returned AverageLatency...

Add support for JDBC

./bin/ycsb load mongodb -s \ -P workloads/workloada \ -p mongodb.url="mongodb://admin:xxxxxxxxxxx@host27017/admin?authMechanism=PLAIN&authSource=\$external&ssl=true&retryWrites=false" \ -p mongodb.database=admin \ -p mongodb.writeConcern=acknowledged \ -jvm-args="-Djavax.net.ssl.trustStore=$JAVA_HOME/lib/security/cacerts -Djavax.net.ssl.trustStorePassword=changeit" Error: Mongo client connection created with mongodb://admin:XXXXXXXXXX@host:27017/admin?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&w=1 DBWrapper: report latency for...

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.2 to 2.15.0. Changelog Sourced from com.fasterxml.jackson.core:jackson-core's changelog. #release configuration #Sun Apr 23 14:19:10 PDT 2023 scm.commentPrefix=[maven-release-plugin] exec.pomFileName=pom.xml pushChanges=false releaseStrategyId=default project.dev.com.fasterxml.jackson.core:jackson-core=2.15.1-SNAPSHOT project.scm.com.fasterxml.jackson.core:jackson-core.connection=scm:git:[email protected]:FasterXML/jackson-core.git scm.tag=jackson-core-2.15.0 remoteTagging=true project.scm.com.fasterxml.jackson.core:jackson-core.developerConnection=scm:git:[email protected]:FasterXML/jackson-core.git exec.additionalArguments=-Prelease scm.branchCommitComment=@{prefix}...

dependencies
java