This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 692
Trace with Logging doesn't work on App Engine Flex #1118
Comments
This was referenced Oct 18, 2018
The thread dump shows that the GRPC worker thread is actually stuck writing logs in
This also may be related to: googleapis/google-cloud-java#2796 |
The most likely cause of this seems to be the fact that the Logback logging handler is re-entrant, where the actual GRPC call to send logs can cause logs to be generated. Created issue against the logging library: https://github.com/googleapis/google-cloud-java/issues/3871. |
meltsufin
added a commit
that referenced
this issue
Feb 6, 2019
meltsufin
added a commit
that referenced
this issue
Feb 6, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
...Unless the flush level of the Stackdriver logging appender is the same as the root logger log level.
See: #1096 (comment)
In fact,
StackdriverSender.sendSpans()
simply hangs and no traces are sent to Stackdriver Trace.One line of investigation would be to take thread dumps when it hangs and try to analyze what's going on.
The text was updated successfully, but these errors were encountered: