Kunal Dhingra
Kunal Dhingra
Fixed: #3512 duplicate PS in the EventStoreDB UI
**Describe the bug** The issue happened if the Persistent subscription configuration fails to update during the deletion process. In this case, the config for deleted PS would still be there...
Fixed: Add a check for the empty uuidOption. Fixes https://linear.app/eventstore/issue/DB-504/when-uuid-option-is-not-set-grpc-read-request-hangs Currently the EventStoreDB (master branch with Enumerator changes) sends an Unknown error exception if the uuidOption is null in the...
Added: Add more information to the current database settings API response Fixes: https://linear.app/eventstore/issue/DB-15/new-api-to-get-current-database-settings The goal of this PR is to provide more information regarding the EventStoreDB database setting so the...
**Describe the bug** Global unhandled exception occurred during the shutting down of the node. ``` [FTL] Global Unhandled Exception occurred. System.ObjectDisposedException: Cannot access a disposed object. at System.Threading.TimerQueueTimer.Change(UInt32 dueTime, UInt32...
Added: Add check to verify the certificate CN matches with the client host name instead of using the reserved certificate common name. Fixes https://linear.app/eventstore/issue/DB-113/reserved-common-name-for-gossip-seed
Added: Extend ESDB metrics for Persistent Subscriptions Fixes ESDB-116-2 For persistent subscription metrics, I am bit unsure about the usage of Trackers as we are using the Observer only to...
Work in progress Added: https://eventstore.aha.io/develop/requirements/ESDB-116-3