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

Crash in signup sequencer #272

Closed
recmo opened this issue Nov 10, 2022 · 2 comments · Fixed by #273
Closed

Crash in signup sequencer #272

recmo opened this issue Nov 10, 2022 · 2 comments · Fixed by #273

Comments

@recmo
Copy link
Contributor

recmo commented Nov 10, 2022

Error

attempt to subtract with overflow

Metadata

key value
version signup-sequencer 0.1.0
459e722 2022-10-19
x86_64-unknown-linux-musl 2022-10-31
Remco Bloemen remco@worldcoin.org:Lucas Ege lucas@worldcoin.org
https://github.com/worldcoin/signup-sequencer
Template for a Rust CLI tool
location /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.13.1/src/process_collector.rs:167:35

SpanTrace

SpanTrace:
   0: cli_batteries::prometheus::prometheus_request
           with http.uri=/metrics http.method=GET
             at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cli-batteries-0.3.3/src/prometheus.rs:86
@recmo recmo changed the title <autogenerated-issue> Crash in signup sequencer Nov 10, 2022
@recmo
Copy link
Contributor Author

recmo commented Nov 10, 2022

Fixed in upstream: tikv/rust-prometheus#465

It's a concurrency error when /metrics is polled twice at the same time. (Which somehow happens, if you check the logs).

@recmo recmo mentioned this issue Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant