commit | a380d67c4f648aaf576adba0ea22d40d3782bf44 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Jun 26 13:17:42 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Jun 26 13:48:52 2023 +0000 |
tree | eead98807b56e6ab66eca83102119c5a5477209c | |
parent | 7053598586ab00378938c245b7ad748f671a991d [diff] |
m/n/core/rpc/resolver: log current processor state on watcher error We seem to be having some resolvers getting stuck in production like so: I0626 09:52:39.708844 resolver.go:275] CURUPDATE: error in loop: when receiving node: rpc error: code = Unimplemented desc = unknown service metropolis.node.core.curator.proto.api.Curator I0626 09:52:39.708850 resolver.go:276] CURUPDATE: retrying in 10.040771699s... This introduces extra logging that should help us figure out what exactly broke, or at least bring us a bit closer to figuring it out. Change-Id: I658cff6ae86e9124141b5d2c36dceafa377842e9 Reviewed-on: https://review.monogon.dev/c/monogon/+/1852 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...