boulder/sa
Aaron Gable 164e035915
Reduce logging from inflight validation collisions (#7209)
If a client attempts to validate a challenge twice in rapid succession,
we'll kick off two background validation routines. One of these will
complete first, updating the database with success or failure. The other
will fail when it attempts to update the database and finds that there
are no longer any authorizations with that ID in the "pending" state.
Reduce the level at which we log such events, since we don't
particularly care about them.

Fixes https://github.com/letsencrypt/boulder/issues/3995
2023-12-15 09:58:34 -08:00
..
db Deprecate LeaseCRLShards feature (#7009) 2023-08-07 15:17:00 -07:00
db-next SA: Add and use revokedCertificates table (#7095) 2023-10-02 10:21:14 -07:00
db-users SA: Add and use revokedCertificates table (#7095) 2023-10-02 10:21:14 -07:00
proto Finish migration from int64 durations to durationpb (#7147) 2023-11-28 12:51:11 -05:00
satest Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
testdata Support writing OCSP to Redis on revocation (#6012) 2022-04-01 13:59:56 -06:00
database.go SA: Add and use revokedCertificates table (#7095) 2023-10-02 10:21:14 -07:00
database_test.go It's borpin' time! (#6982) 2023-07-17 14:38:29 -07:00
ip_range_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00
metrics.go sa: refactor db initialization (#6930) 2023-06-13 10:15:40 -07:00
migrations.sh test: Support multiple database schemas (#6344) 2022-09-07 14:59:08 -07:00
model.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
model_test.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
rate_limits.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
rate_limits_test.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
sa.go Reduce logging from inflight validation collisions (#7209) 2023-12-15 09:58:34 -08:00
sa_test.go Remove static test certs from SA unittests (#7217) 2023-12-15 07:36:59 -08:00
saro.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
sysvars.go SA: Check MariaDB system variables at startup (#6791) 2023-04-18 11:02:33 -04:00
sysvars_test.go SA: Check MariaDB system variables at startup (#6791) 2023-04-18 11:02:33 -04:00
type-converter.go It's borpin' time! (#6982) 2023-07-17 14:38:29 -07:00
type-converter_test.go Remove redundant jose import alias (#6887) 2023-05-15 09:45:58 -07:00