microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.37k stars 525 forks source link

Add simple logging to already caught exceptions in TxnManager #814

Closed hamdaankhalid closed 3 days ago

hamdaankhalid commented 3 days ago

Explicit logging at TxnManager exceptions. We have this in Pacific and I believe it will fit here as well for other.

CC: Vaibhav