google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.46k stars 312 forks source link

Do not log lock acquisition failure when the lock is already held #1337

Closed sethvargo closed 3 years ago

sethvargo commented 3 years ago

Release Note

Do not log lock acquisition failure when the lock is already held

/assign @mikehelmick

google-oss-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikehelmick, sethvargo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/google/exposure-notifications-server/blob/main/OWNERS)~~ [mikehelmick,sethvargo] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mikehelmick commented 3 years ago

lint...

internal/export/worker.go:28:2: package "github.com/google/exposure-notifications-server/internal/database" is being imported more than once (ST1019)
    internal/export/worker.go:29:2: other import of "github.com/google/exposure-notifications-server/internal/database"
google-oss-robot commented 3 years ago

New changes are detected. LGTM label has been removed.