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

Repeater: consider reducing nack logging #48

Open
chuwy opened this issue Feb 20, 2020 · 2 comments
Open

Repeater: consider reducing nack logging #48

chuwy opened this issue Feb 20, 2020 · 2 comments

Comments

@chuwy
Copy link
Contributor

chuwy commented Feb 20, 2020

Repeater checks every time if event is old enough to make an insertion attempt. However, it checks it after every pull which happens very often. As a result we have messages like:

DEBUG com.snowplowanalytics.snowplow.storage.bigquery.repeater.Repeater - Event fcbcc0b1-e51b-488b-9a90-7403cdfb19f4/2020-02-19T21:53:36.943Z is not ready yet. Nack

Printed every 300 milliseconds.

However, this is logged with DEBUG level, which means user can technically get rid of it.

@dilyand dilyand added this to the 1.0.1 milestone Oct 18, 2021
@istreeter
Copy link
Contributor

I think it is reasonable to keep existing behaviour and print this at debug level.

As long as we fix filename logging (#222) then nobody should need to turn on debug level in production, and then the current nack logging is harmless.

@dilyand
Copy link
Contributor

dilyand commented Oct 27, 2021 via email

@istreeter istreeter removed this from the 1.0.1 milestone Nov 1, 2021
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

No branches or pull requests

3 participants