Skip to content

Commit

Permalink
node: Fix false negative connection to FS chain in multi-endpoint set…
Browse files Browse the repository at this point in the history
…up (#2987)
  • Loading branch information
roman-khimov authored Oct 29, 2024
2 parents 7e0f04f + 8597a10 commit 3d50ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ attribute, which is used for container domain name in NNS contracts (#2954)
- Do not search for tombstones when handling their expiration, use local indexes instead (#2929)
- Unathorized container ops accepted by the IR (#2947)
- Structure table in the SN-configuration document (#2974)
- False negative connection to NeoFS chain in multi-endpoint setup with at least one live node (#2986)

### Changed
- `ObjectService`'s `Put` RPC handler caches up to 10K lists of per-object sorted container nodes (#2901)
Expand Down
1 change: 1 addition & 0 deletions pkg/morph/client/constructor.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func New(key *keys.PrivateKey, opts ...Option) (*Client, error) {
cli.logger.Warn("Neo RPC connection failure", zap.String("endpoint", e), zap.Error(err))
continue
}
break
}

if err != nil {
Expand Down

0 comments on commit 3d50ef8

Please sign in to comment.