Nikita Koksharov
Nikita Koksharov
> redisson should throw a InvocatinException or ExecutionException from invoke thread and init async thread exception as a cause so that we can trace our biz code error that throw...
Even a single cluster node is enough to specify in configuration. Can you share logs with `trace` logging level for `org.redisson` package to get more info about the issue?
> There were a few instances I found where the code only handled YAML so I only updated with TOML support. You're right. Please correct all failed checks.
I thought empty signals used only for `void` types.
There is no such functionality. May I know the use case?
> Is it fair to assume that this entire operation is a transaction Unfortunately, they aren't transactional. I'll consider this improvement request.
during next 3 months I think. Some research is needed
> I followed the suggestion of the message and increased my subscriptionsPerConnection from the default to 500. I still see the error message. I looked at the CPU/Memory usage of...
> What is the difference between the freeSubscribeConnectionsAmount and freeSubscribeConnectionsCounter ? freeSubscribeConnectionsAmount - amount of pubsub connections in pool, freeSubscribeConnectionsCounter - current amount of available connections for getting from pool...
I'll add type of connection in logs. So you can count amount of acquired in released connections by log records.