Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lytics/grid

Tags

v3.2.15

Toggle v3.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade etcd client to v3.5.7 (#183)

* Upgrade etcd client to v3.5.7

* Upgrade more

* Remove bazel

v3.2.14

Toggle v3.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix peer namespacing in querywatch function (#182)

v3.2.13

Toggle v3.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix deadlock by unlocking in all the places (#173)

v3.2.12

Toggle v3.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v3.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix data race-related test failures (PR #171)

v3.2.10

Toggle v3.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix grid leader errors (#170)

v3.2.9

Toggle v3.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v3.2.7

Toggle v3.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deregister on any errors for etcd registration (#167)

v3.2.6

Toggle v3.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Work around etcd/gRPC error weirdness, retract v3.2.4 (PR #166)