Tags
Create PostgreSQL migrations for version 3.6.0 (#7490) (#7492) * Create PostgreSQL migrations for version 3.6.0 The changes in #7402 are fine for new deployments, but existing deployments need a way to migrate tables and routines in order to apply the same changes. Users can run the SQL in the 3 migration files when upgrading to 3.6.0 Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Co-authored-by: Ede Meijer <ede@elastict.nl>
Close connections asynchronously and improve gracefulness (#7006) * Close connections asynchronously and improve gracefulness (#6762) * Lock around connection cleanup so we don't call .Complete() and .CancelPendingFlush()/.CancelPendingRead() on the same pipe which results in an ObjectDisposedException * Close connections asynchronously and improve gracefulness Co-authored-by: ReubenBond <rebond@microsoft.com> * Adding await for GatewayListNotification * Updating GatewayManager interfaces Co-authored-by: John Morman <jmorman@microsoft.com> Co-authored-by: ReubenBond <rebond@microsoft.com>
Probe silos indirectly before submitting a vote (#6800) (#6839) * Probe silos indirectly before submitting a vote (#6800) * Probe silos indirectly before submitting a vote * Improve tests * Remove no-longer necessary cases in SiloHealthMonitor, since concurrency has been removed. * Changes for 3.4.0
PreviousNext