CY

Results 7 issues of CY

When I was trying to insert a large size of string into oracle clob type, I will see exception : Specified argument was out of the range of valid values.

db:oracle

![image](https://github.com/alexandrehtrb/Pororoca/assets/1715357/1e3f8859-42f3-4796-a938-c7fd270f39f0) ![image](https://github.com/alexandrehtrb/Pororoca/assets/1715357/d3b7b85c-f0b7-4fb1-90a9-4d5597e4fb9a)

[Sharded Pub/Sub](https://redis.io/docs/interact/pubsub/#sharded-pubsub) From Redis 7.0, sharded Pub/Sub is introduced in which shard channels are assigned to slots by the same algorithm used to assign keys to slots. A shard message...

we trying to load test our bi-directional streaming rpc call. but we encountered unexpected disconnection. ![Snipaste_2024-02-26_17-06-18](https://github.com/grpc/grpc-dotnet/assets/1715357/edccdcc5-19b3-49e6-855c-99cbccfb9d43) from client side, it shows the error, internal_error 0x2 ![Snipaste_2024-02-26_17-09-58](https://github.com/grpc/grpc-dotnet/assets/1715357/d78eee33-b36b-4f46-9e74-50d8359e9920) from server log, it...

question

### Observed behavior try to stress test nats, by sending 1000 msg/s each thread, with 1 - 100 different number of threads, when threads go higher, this situation happens more...

It is weird that we keep hiting this error. > No connection is active/available to service this operation: XADD I have no issue with Redis cache (mostly string get, string...

The database insertion is pretty straightforward, and current pool setting is like ``` public bool Pooling { get; init; } = true; public int MinPoolSize { get; init; } =...