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

Skip to content

bug: duplication in DERP health check page #10864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #8971
matifali opened this issue Nov 24, 2023 · 1 comment
Closed
Tracked by #8971

bug: duplication in DERP health check page #10864

matifali opened this issue Nov 24, 2023 · 1 comment
Labels
good first issue Easily solved issues suitable for starters and community contributors s3 Bugs that confuse, annoy, or are purely cosmetic

Comments

@matifali
Copy link
Member

          "client_logs": [
            [
              "derphttp.Client.Connect: connecting to https://dev.coder.com/derp",
              "derphttp.Client.Connect: TLS version 0x304",
              "derpclient: got cert dev.coder.com",
              "derpclient: got cert R3",
              "derpclient: got cert ISRG Root X1",
              "derphttp.Client.Connect: not using fast start",
              "derphttp.Client.Connect: DERP server returned status 101"
            ],
            [
              "derphttp.Client.Connect: connecting to https://dev.coder.com/derp",
              "derphttp.Client.Connect: TLS version 0x304",
              "derpclient: got cert dev.coder.com",
              "derpclient: got cert R3",
              "derpclient: got cert ISRG Root X1",
              "derphttp.Client.Connect: not using fast start",
              "derphttp.Client.Connect: DERP server returned status 101"
            ]
          ],
          "client_errs": [
            [],
            []
          ],
@matifali matifali added s3 Bugs that confuse, annoy, or are purely cosmetic bug labels Nov 24, 2023
@matifali matifali added this to the healthcheck GA milestone Nov 24, 2023
@matifali matifali added the good first issue Easily solved issues suitable for starters and community contributors label Nov 26, 2023
@coadler
Copy link
Contributor

coadler commented Nov 27, 2023

This is not a bug. The healthcheck spawns two clients that talk to each other through the DERP server, which each produce theiir own logs.

@coadler coadler closed this as completed Nov 27, 2023
@matifali matifali closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easily solved issues suitable for starters and community contributors s3 Bugs that confuse, annoy, or are purely cosmetic
Projects
None yet
Development

No branches or pull requests

2 participants