Fixed
Status Update
Comments
am...@google.com <am...@google.com>
fe...@gmail.com <fe...@gmail.com> #2
Actually the situation is a bit worse than that. Correlated log entries are missing not only for first requests, but each time there is some sort of App Engine platform message.
For example for first requests, there is always this message ("This request caused a new process to be started for your application, and thus..."), but in other cases, there can be such messages like (""While handling this request, the process that handled this request was found to be using too much memory...") In both cases my log messages (that should be correlated) are missing from the group, while in normal cases, they are there.
So rather than a "Feature Request", I'd rather classify this issue as a bug report, here is some motivation for that:
1. The correct, bug-free behavior is already described in the official docs without mentioning this issue:
https://cloud.google.com/appengine/docs/standard/python3/writing-application-logs#related-app-logs
2. This issue only comes up in edge cases, but debugging and reading logs might be more important in such edge cases.
3. This has already worked in Python 2 GAE.
For example for first requests, there is always this message ("This request caused a new process to be started for your application, and thus..."), but in other cases, there can be such messages like (""While handling this request, the process that handled this request was found to be using too much memory...") In both cases my log messages (that should be correlated) are missing from the group, while in normal cases, they are there.
So rather than a "Feature Request", I'd rather classify this issue as a bug report, here is some motivation for that:
1. The correct, bug-free behavior is already described in the official docs without mentioning this issue:
2. This issue only comes up in edge cases, but debugging and reading logs might be more important in such edge cases.
3. This has already worked in Python 2 GAE.
ki...@naturalcycles.com <ki...@naturalcycles.com> #3
Affects us too!
[Deleted User] <[Deleted User]> #4
We are also affected by this issue.
jd...@cedreo.com <jd...@cedreo.com> #5
We are also affected by this issue using the Java 11 environment. Can't we have a simple solution like the first request trace id in the environment so we can add it correctly to our log entries ?
sh...@google.com <sh...@google.com>
[Deleted User] <[Deleted User]> #6
We are suffering this issue too.
gr...@google.com <gr...@google.com> #7
Hello, our client, Ad It App, LLC, has reported experiencing the same issue. Do you have any updates on this matter?
ki...@naturalcycles.com <ki...@naturalcycles.com> #8
I've read that Java8 on AppEngine Standard will be deprecated July 2024.
This bug is the only thing that prevents us from updating for many years.
If it's not fixed by the Java8 deprecation date - we (and similar client) will likely get in trouble.
This bug is the only thing that prevents us from updating for many years.
If it's not fixed by the Java8 deprecation date - we (and similar client) will likely get in trouble.
va...@google.com <va...@google.com>
su...@google.com <su...@google.com>
s....@achenbach.de <s....@achenbach.de> #9
The issue is also in Java 17.
ru...@avena.io <ru...@avena.io> #10
We have the same problem, we are also holding out on updating from Java8 because of this, it is a pain to debug, it is not only for the first call, it is for all of them.
11...@inventix.ru <11...@inventix.ru> #11
End-of-support for Java8 is planned in January 2024 already, but after analyzing pros and cons, we'd likely stay with out-of-supported version (that still runs), but that has useful logs. Logs usefulness overweigh the possible advantages of the 2nd-gen runtime.
sh...@google.com <sh...@google.com> #12
This should be fixed in production now.
I've verified this with Java17.
Description
This feature request is already forwarded to the App Engine engineering team. However there is no ETA at this moment. All future updates regarding this should be posted here.