Skip to content
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

x/build/maintner/maintnerd: accumulating defunct git processes #20845

Closed
bradfitz opened this issue Jun 29, 2017 · 1 comment
Closed

x/build/maintner/maintnerd: accumulating defunct git processes #20845

bradfitz opened this issue Jun 29, 2017 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bradfitz
Copy link
Contributor

Just noticed that maintnerd is accumulated defunct git processes:

$ kubectl exec maintner-deployment-705276126-18d3b ps
  PID TTY          TIME CMD
    1 ?        03:17:37 maintnerd
 1015 ?        00:00:00 git <defunct>
 3527 ?        00:00:00 git <defunct>
15040 ?        00:00:00 git <defunct>
26522 ?        00:00:00 ps

Why? Investigate.

Related: #18881

/cc @andybons

@bradfitz bradfitz added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 29, 2017
@bradfitz bradfitz self-assigned this Jun 29, 2017
@gopherbot gopherbot added this to the Unreleased milestone Jun 29, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jun 29, 2017
@bradfitz
Copy link
Contributor Author

This is no longer an issue. We run on tini now:

bradfitz@go:~/src/golang.org/x/build$ k exec -ti maintnerd-deployment-7ddfd868d4-wkf7c /bin/bash
root@maintnerd-deployment-7ddfd868d4-wkf7c:/# ps ax
    PID TTY      STAT   TIME COMMAND
      1 ?        Ss     0:41 /tini -- /maintnerd --config=go --bucket=golang-maintner-log --verbose --data-dir=/cache --listen=:80 --autocert=maintner.golang.org --autocert-bucket=golan
      8 ?        Sl   774:52 /maintnerd --config=go --bucket=golang-maintner-log --verbose --data-dir=/cache --listen=:80 --autocert=maintner.golang.org --autocert-bucket=golang-maintne
1472495 ?        Ss     0:00 /bin/bash
1472502 ?        R+     0:00 ps ax

I guess that happened in golang/build@3e2c190 for #23705

I love that this bug was ignored and then it bit us later when it got worse, and then we fixed the later bug number and forgot about this one. Sigh.

/cc @dmitshur to amuse him too.

@golang golang locked and limited conversation to collaborators May 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants