Feature/6 monitoring pool node #7

Merged
KirillovDenis merged 2 commits from feature/6-monitoring_pool_node into master 2023-01-13 10:16:23 +00:00
KirillovDenis commented 2023-01-11 13:20:08 +00:00 (Migrated from github.com)

close #6

log example:

2023-01-11T16:18:26.215+0300    warn    pool/pool.go:1664       failed to build client  {"address": "s03.frostfs.devenv:8080", "error": "open gRPC connection: gRPC dial: context deadline exceeded"}
2023-01-11T16:18:31.216+0300    warn    pool/pool.go:1664       failed to build client  {"address": "s04.frostfs.devenv:8080", "error": "open gRPC connection: gRPC dial: context deadline exceeded"}
...
2023-01-11T16:19:06.220+0300    debug   pool/pool.go:1662       health has changed      {"address": "s03.frostfs.devenv:8080", "healthy": true}
2023-01-11T16:19:06.221+0300    debug   pool/pool.go:1662       health has changed      {"address": "s04.frostfs.devenv:8080", "healthy": true}
2023-01-11T16:19:26.223+0300    debug   pool/pool.go:1662       health has changed      {"address": "s04.frostfs.devenv:8080", "healthy": false}
2023-01-11T16:19:26.223+0300    debug   pool/pool.go:1662       health has changed      {"address": "s03.frostfs.devenv:8080", "healthy": false}
close #6 log example: ``` 2023-01-11T16:18:26.215+0300 warn pool/pool.go:1664 failed to build client {"address": "s03.frostfs.devenv:8080", "error": "open gRPC connection: gRPC dial: context deadline exceeded"} 2023-01-11T16:18:31.216+0300 warn pool/pool.go:1664 failed to build client {"address": "s04.frostfs.devenv:8080", "error": "open gRPC connection: gRPC dial: context deadline exceeded"} ... 2023-01-11T16:19:06.220+0300 debug pool/pool.go:1662 health has changed {"address": "s03.frostfs.devenv:8080", "healthy": true} 2023-01-11T16:19:06.221+0300 debug pool/pool.go:1662 health has changed {"address": "s04.frostfs.devenv:8080", "healthy": true} 2023-01-11T16:19:26.223+0300 debug pool/pool.go:1662 health has changed {"address": "s04.frostfs.devenv:8080", "healthy": false} 2023-01-11T16:19:26.223+0300 debug pool/pool.go:1662 health has changed {"address": "s03.frostfs.devenv:8080", "healthy": false} ```
fyrchik (Migrated from github.com) reviewed 2023-01-11 13:20:08 +00:00
alexvanin (Migrated from github.com) approved these changes 2023-01-13 10:16:05 +00:00
Sign in to join this conversation.
There is no content yet.