proxima-platform icon indicating copy to clipboard operation
proxima-platform copied to clipboard

The Proxima platform.

Results 55 proxima-platform issues
Sort by recently updated
recently updated
newest added

Include the following options: a) `bulk` maximal number of write to be bulked into single on b) `flush` fox maximal time to hold the bulk c) `deflate` (boolean) to indicate...

``` Caused by: java.lang.OutOfMemoryError: Direct buffer memory. The direct out-of-memory error has occurred. This can mean two things: either job(s) require(s) a larger size of JVM direct memory or there...

The combination seems to fail to read the data back after being written.

As part of https://github.com/datadrivencz/proxima-platform/pull/411 `ProximaIO` was introduced. For a proper functionality it needs to know idempotency characteristics of underlying writers. We should add that information to the writers so that...

gRPC has been modularized, we can expand the set of artifacts published as standard modules.

``` java.lang.UnsatisfiedLinkError: could not load FFI provider cz.o2.proxima.cassandra.shaded.jnr.ffi.provider.jffi.Provider at cz.o2.proxima.cassandra.shaded.jnr.ffi.provider.InvalidProvider$1.loadLibrary(InvalidProvider.java:48) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at cz.o2.proxima.cassandra.shaded.jnr.ffi.LibraryLoader.load(LibraryLoader.java:325) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at cz.o2.proxima.cassandra.shaded.jnr.ffi.LibraryLoader.load(LibraryLoader.java:304) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at com.datastax.driver.core.Native$LibCLoader.(Native.java:104) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at com.datastax.driver.core.Native.isGettimeofdayAvailable(Native.java:189) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at com.datastax.driver.core.ClockFactory.newInstance(Clock.java:56) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at com.datastax.driver.core.AbstractMonotonicTimestampGenerator.(AbstractMonotonicTimestampGenerator.java:42) ~[proxima-direct-io-cassandra-0.13-SNAPSHOT.jar:?] at...

Bumps [grpcio](https://github.com/grpc/grpc) from 1.43.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...

dependencies
python

Current version `0.9.0` of the library produces JAR file which contains `com.typesafe.config`, `com.google.*` which causes runtime issues for the consumers of this library due to classpath conflicts. Please relocate/shade/rename these...