pmemkv-java icon indicating copy to clipboard operation
pmemkv-java copied to clipboard

Java bindings for pmemkv

Results 18 pmemkv-java issues
Sort by recently updated
recently updated
newest added

# FEAT: Extend scripts for running YCSB workloads ## Rationale Related PR: https://github.com/pmem/pmemkv-java/pull/131 The idea behind this issue is to extend tools to run multiple suites with YCSB using pmemkv-java....

Type: Feature

## RobsDB Ultra Benchmark Runner ### Commit message This tools allows to put multiple suites and run them one-by-one and parse the output to easy to use form as CSV...

In CI script, function [run_example](https://github.com/pmem/pmemkv-java/blob/master/utils/docker/prepare-for-build.sh#L41) is trying to locate the produced jar file... and is greping files using regex - this is not working properly with RC or SNAPHOST versions...

Type: Bug
Priority: 4 low
validation

Extra tests for concurrent data structures using [kotlinx-lincheck](https://github.com/Kotlin/kotlinx-lincheck) should be fairly easy. And BTW it will show compatibility of our code with Kotlin.

Type: Feature
validation

## Please provide a reproduction of the bug: If we add additional dependencies to pmemkv-java (it doesn't matter if for pmemkv-root pom file or for pmemkv-binding module), it's not downloaded...

Type: Bug

Ref: #140 I've tried to add a basic, first test, based on their internal test: https://github.com/Kotlin/kotlinx-lincheck/blob/master/src/jvm/test/org/jetbrains/kotlinx/lincheck/test/RunOnceTest.java The dependency is added like suggested here: https://mvnrepository.com/artifact/org.jetbrains.kotlinx/lincheck/2.12 But I can't make this work...

Hello, I have simple modified MixedExample.java that tries to put four 4MB Java ByteBuffer into a 32MB vcmap engine. The code compiles but to my surprise it throws out of...

Type: Feature
Type: Question
performance

We're missing some tests, especially for all engines. - no test for stopped_by_cb - error handling - ...

Type: Bug
Type: Feature
validation

Java equivalent of https://github.com/pmem/pmemkv-ruby/issues/2

Type: Feature

# ISSUE: Finalize is depricated since Java9 ## Details Because of problems described in finalize() documentation, this method should be removed from Builder class. https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html#finalize-- According to java [documentation](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html) classes...

Type: Bug