Jonathan Knight

Results 19 comments of Jonathan Knight

The biggest issue I can see is that while you are creating or restoring your own "snapshot" what happens if other requests come in to read or mutate data. They...

After plugging the client into Coherence I am seeing a lot of severe level log messages due to timeouts. We use a bidirectional channel for Coherence events. The client makes...

> That timeout was too aggressive and has now been set to 2 seconds. We shall make this configurable eventually. Will there be an option to configure it to never...

After running the latest build through our gRPC client tests we have the following issues. - Still seeing constant timeout messages (which you mentioned above). - Large Protobuf messages do...

I have been running our gRPC client tests using a build from this PR. The last time I ran them a few weeks ago they were ok. Now I have...

Further to the above, I copied one of the bidirectional tests in `GrpcTest` and modified it to stop the `WebServer` between two calls to send a message. At no time...

That question does not make much sense. What do you mean by "obtain hotkeys implemented". Normally in Coherence a "hot key" refers to a key for an entry in a...

There are APIs in Coherence that you could use to implement this yourself though. It depends what exactly you are looking for,

After the latest changes I have run our 5,500 gRPC client tests using the Helidon client from this PR and they all pass (including the fail-over tests).