-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Spit appender is not thread-safe? #251
Comments
Hi John, Thanks for the clear issue+repro. This isn't intended behaviour, exactly- though a function of just using Clojure's Switching the appender's default Thanks! |
Fixing shortly, thanks again for the report + repro! |
ptaoussanis
added a commit
that referenced
this issue
Sep 9, 2020
ptaoussanis
added a commit
that referenced
this issue
Sep 11, 2020
ptaoussanis
added a commit
that referenced
this issue
Sep 13, 2020
ptaoussanis
added a commit
that referenced
this issue
Sep 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During development I noticed a case where the logging was not working correctly when using the spit appender and multiple threads. I've tried to find a minimal repro for the issue:
When you run
repro
in a REPL it should print 8 lines of output to the file, but often it drops lines somewhere and prints less then this. Whenlocking
all the 8 lines are always printed. Is this a bug or intended behavior of spit appender?The text was updated successfully, but these errors were encountered: