Lukáš Herman
Lukáš Herman
This seems sufficient to support 3.9-SNAPSHOT as-is now. Does not solve lots of `@Deprecated` stuff.
Hello @noctarius, We are working on idea to run two separate Hazelcast clusters with the same configuration in two datacenters. Each cluster would process the data separately, but datastore is...
Fixes #24712 OperationExecutor allows async invocation of OperationHostileThread.
We have observed a problem on `WriteBehindMapStore` after split brain recovery. When disconnected node merged back to the cluster, an error `ORA-00001: unique constraint violated` started appearing during `storeAll` operation....
Hello Jet Team, our moderately complex workflow almost exclusively uses `localParallelism(1)` set on `Vertex` level, due to inability to set a general default for the local parallelism level, so we...