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

Fix - remote logs stream closes during finalize of AppenderSkeleton #496

Merged
merged 1 commit into from
Jun 21, 2018

Conversation

dos65
Copy link
Contributor

@dos65 dos65 commented Jun 20, 2018

Remote appender could be closed unexpectedly:

at io.hydrosphere.mist.worker.logging.RemoteAppender.close(RemoteAppender.scala:30)
	at org.apache.log4j.AppenderSkeleton.finalize(AppenderSkeleton.java:144)
	at java.lang.System$2.invokeFinalize(System.java:1270)
	at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
	at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:213)

@dos65 dos65 merged commit f485223 into master Jun 21, 2018
@dos65 dos65 deleted the fix/remote_appender_finalization branch June 21, 2018 09:52
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.

1 participant