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

Upgrade 2 bottleneck logs to warns #1775

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Upgrade 2 bottleneck logs to warns #1775

merged 1 commit into from
Jun 12, 2024

Conversation

flodnv
Copy link
Contributor

@flodnv flodnv commented Jun 11, 2024

These logs should not occur in normal operation (they have not happened in the last five days outside of a wonky deploy on June 7th). I'd like to upgrade them to warns so that they are very obvious when they happen.

@@ -60,7 +60,7 @@ size_t SQLitePool::getIndex(bool createHandle) {
return index;
} else {
// Wait for a handle.
SINFO("Waiting for DB handle");
SWARN("Waiting for DB handle");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this one specifically be written in a loop while the server is receiving requests? not sure if that's a problem though, just noting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just as much of a problem when it's an info 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know; I meant, do we want to continue logging them all the time?

And what will happen if instead of thousands of lines with info we do thousands with warn?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And what will happen if instead of thousands of lines with info we do thousands with warn?

I think we get a bugbot issue created but that's about it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@@ -60,7 +60,7 @@ size_t SQLitePool::getIndex(bool createHandle) {
return index;
} else {
// Wait for a handle.
SINFO("Waiting for DB handle");
SWARN("Waiting for DB handle");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And what will happen if instead of thousands of lines with info we do thousands with warn?

I think we get a bugbot issue created but that's about it.

@flodnv flodnv merged commit 92cff58 into main Jun 12, 2024
1 check passed
@flodnv flodnv deleted the flo_warn branch June 12, 2024 09:56
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 this pull request may close these issues.

4 participants