- We enforce a 50MB max in nginx
- We should add a configuration entry for the global max size of the metadata (we currently use max tarball size several places)
- A few guidelines I tried to follow:
- Identify and reject invalid requests as quickly as possible.
- Minimize the work done while holding a database connection, especially after entering the main transaction.
- The final main transaction may need to repeat some queries to ensure it doesn't rely on data obtained outside of the transaction.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:54: | |
called `Option::unwrap()` on a `None` value | |
stack backtrace: | |
0: 0x10c38aee4 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6e25c13836847e70 | |
1: 0x109b91cb4 - core::fmt::write::h37cdb50ab8af3d55 | |
2: 0x10c37eec4 - std::io::Write::write_fmt::hd4c273f34c4c0a33 | |
3: 0x10c38ada4 - std::sys::backtrace::BacktraceLock::print::h1df7364dde63dc75 | |
4: 0x10c38d2d0 - std::panicking::default_hook::{{closure}}::h646e398272c5759a | |
5: 0x10c38d0cc - std::panicking::default_hook::hf65fd28e95db7176 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -vL https://crates.io/api/v1/crates/carol-is-not-a-crate/0.1.0/download | |
* Trying [2600:9000:2508:3800:c:7ed3:240:93a1]:443... | |
* Connected to crates.io (2600:9000:2508:3800:c:7ed3:240:93a1) port 443 | |
* ALPN: curl offers h2,http/1.1 | |
* (304) (OUT), TLS handshake, Client hello (1): | |
* CAfile: /etc/ssl/cert.pem | |
* CApath: none | |
* (304) (IN), TLS handshake, Server hello (2): | |
* (304) (IN), TLS handshake, Unknown (8): | |
* (304) (IN), TLS handshake, Certificate (11): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run -it --rm -p 6831:6831/udp -p 16686:16686 jaegertracing/all-in-one --log-level=debug | |
2022/10/20 19:35:47 maxprocs: Leaving GOMAXPROCS=5: CPU quota undefined | |
{"level":"info","ts":1666294547.076985,"caller":"flags/service.go:119","msg":"Mounting metrics handler on admin server","route":"/metrics"} | |
{"level":"info","ts":1666294547.0770223,"caller":"flags/service.go:125","msg":"Mounting expvar handler on admin server","route":"/debug/vars"} | |
{"level":"info","ts":1666294547.0771093,"caller":"flags/admin.go:129","msg":"Mounting health check on admin server","route":"/"} | |
{"level":"info","ts":1666294547.0771375,"caller":"flags/admin.go:143","msg":"Starting admin HTTP server","http-addr":":14269"} | |
{"level":"info","ts":1666294547.0771465,"caller":"flags/admin.go:121","msg":"Admin server started","http.host-port":"[::]:14269","health-status":"unavailable"} | |
{"level":"info","ts":1666294547.0780103,"caller":"memory/factory.go:66","msg":"Memory storage initialized","configuration":{"MaxTraces":0}} | |
{"level":"info", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uploading carol-test v2.2.2 (/private/tmp/poop/carol-test) | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * Trying 108.138.64.83:443... | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * Connected to crates.io (108.138.64.83) port 443 (#0) | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * ALPN, offering h2 | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * ALPN, offering http/1.1 | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * successfully set certificate verify locations: | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * CAfile: /etc/ssl/cert.pem | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * CApath: none | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * (304) (OUT), TLS handshake, Client hello (1): | |
[2022-10-14T20:46:52Z DEBUG cargo::ops::registry] http-debug: * (304) (IN), TLS handshake, Server hello (2): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT crates.name, created_date, num_versions | |
FROM ( | |
SELECT crate_id, date_trunc('day', versions.created_at) AS created_date, count(1) as num_versions | |
FROM versions | |
GROUP BY crate_id, created_date | |
HAVING count(1) > 10 | |
) AS foo | |
INNER JOIN crates ON foo.crate_id = crates.id | |
ORDER BY num_versions DESC | |
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a11ywatch_cli | |
actix-web-utils | |
advent-of-code | |
advent_of_code_rs | |
afk | |
air-interpreter-wasm | |
air-interpreter-wasm_security_tetraplets_reborn | |
apca | |
armory_lib | |
arrows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
┐rustc_trait_selection::traits::query::evaluate_obligation::evaluate_obligation obligation=Obligation(predicate=Binder(TraitPredicate(<std::future::from_generator::GenFuture<[static gener | |
ator@src/main.rs:586:28: 589:2]> as std::marker::Send>, polarity:Positive), []), depth=9) | |
├─0ms DEBUG rustc_query_system::query::plumbing ty::query::get_query<evaluate_obligation>(key=Canonical { max_universe: U0, variables: [CanonicalVarInfo { kind: Region(U0) }, CanonicalVar | |
Info { kind: Region(U0) }], value: ParamEnvAnd { param_env: ParamEnv { caller_bounds: [Binder(OutlivesPredicate(ReLateBound(DebruijnIndex(1), BoundRegion { var: 0, kind: BrAnon(0) }), ReL | |
ateBound(DebruijnIndex(1), BoundRegion { var: 1, kind: BrAnon(1) })), []), Binder(OutlivesPredicate(S14, ReLateBound(DebruijnIndex(1), BoundRegion { var: 1, kind: BrAnon(1) })), [])], rev | |
eal: UserFacing, constness: NotConst }, value: Binder(TraitPredicate(<std::future::from_generator::GenFuture<[static generator@src/main.rs:586:28: 589:2]> as std::marker::Send>, pola |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ CARGO_LOG=cargo::core::compiler::fingerprint=trace cargo test -v -p client_util | |
[2021-11-18T19:39:02Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/Users/carolnichols/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0" precalculated="1.14.0" | |
[2021-11-18T19:39:02Z DEBUG cargo::core::compiler::fingerprint] failed to get mtime of "/Users/carolnichols/rust/influxdb_iox/target/debug/build/tokio-5758515f8236298f/build_script_build-5758515f8236298f": failed to stat `/Users/carolnichols/rust/influxdb_iox/target/debug/build/tokio-5758515f8236298f/build_script_build-5758515f8236298f` | |
[2021-11-18T19:39:02Z DEBUG cargo::core::compiler::fingerprint] failed to get mtime of "/Users/carolnichols/rust/influxdb_iox/target/debug/build/tokio-b5b44448e013bb01/output": failed to stat `/Users/carolnichols/rust/influxdb_iox/target/debug/build/tokio-b5b44448e013bb01/output` | |
[2021-11-18T19:39:02Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/Users/carolnichols/.cargo/registry/s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dig -t ns crates.io | |
; <<>> DiG 9.10.6 <<>> -t ns crates.io | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25517 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 512 |
NewerOlder