Skip to content

Releases: lytics/grid

etcd client upgrade

29 Mar 17:07
8f0930d
Compare
Choose a tag to compare
Upgrade etcd client to v3.5.7 (#183)

* Upgrade etcd client to v3.5.7

* Upgrade more

* Remove bazel

Consistently return QueryEvents in the same format for Peers

07 Sep 05:14
d8e139f
Compare
Choose a tag to compare
v3.2.14

Fix peer namespacing in querywatch function (#182)

Missed a mutex unlock

20 Jan 22:11
5e749c2
Compare
Choose a tag to compare
v3.2.13

Fix deadlock by unlocking in all the places (#173)

Fix already registered for mailboxes

18 Jan 19:54
aff5c5c
Compare
Choose a tag to compare
Cleanup/deregister a mailbox if we fail to register (#172)

* Cleanup/deregister a mailbox if we fail to register

* Fix the defers and mutex locking in mailboxes

v3.2.11: Fix race conditions

11 Nov 21:33
2768bfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.10...v3.2.11

Leader registration fix

06 Jul 20:21
885fd25
Compare
Choose a tag to compare
v3.2.10

Fix grid leader errors (#170)

Panic slightly less

29 Jun 23:17
c343163
Compare
Choose a tag to compare
Avoid panics on not owner errors because they should go away (#169)

* Avoid panics on not owner errors because they should go away

* Apply suggestions from code review

Co-authored-by: Eric Sniff <[email protected]>

Co-authored-by: Eric Sniff <[email protected]>

Panic even more

28 Jun 18:59
a9b90db
Compare
Choose a tag to compare
Add retries to deregister and panic for mailbox (#168)

* Add retries to deregister and panic for mailbox

* Make sure we panic when the actor fails to close its mailbox.

Co-authored-by: Matt Braymer-Hayes <[email protected]>

Deregister on any errors

28 Jun 18:12
7909a4c
Compare
Choose a tag to compare
v3.2.7

Deregister on any errors for etcd registration (#167)

Work around etcd/gRPC error handling oddities

26 Jun 17:16
3d3de9e
Compare
Choose a tag to compare
v3.2.6

Work around etcd/gRPC error weirdness, retract v3.2.4 (PR #166)