-
Bug
-
Resolution: Done
-
Blocker
-
2.2.3.ER2
-
False
-
False
-
+
-
-
http://code-quarkus-frontend-code-quarkus.apps.ocp4.prod.psi.redhat.com/ terminates itself when certain requests are called (see steps to reproduce).
While processing the request, the pod log (watched via https://console-openshift-console.apps.ocp4.prod.psi.redhat.com) shows:
...
2021-09-23 13:29:26,153 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-resteasy-mutiny)
2021-09-23 13:29:26,153 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-vertx-web)
2021-09-23 13:29:26,153 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-smallrye-graphql-client)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-resteasy-jackson)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-rest-client-jaxb)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-resteasy-qute)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(Extension, Used, io.quarkus:quarkus-reactive-messaging-http)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(App, Download, unknown)
2021-09-23 13:29:26,154 INFO [io.qua.cod.ser.GoogleAnalyticsService] (executor-thread-0) fake-analytics->event(API, /download, unknown)
2021-09-23 13:29:26,178 WARNING [io.qua.cod.ser.PlatformInfo] (executor-thread-0) Use of @Deprecated ProjectDefinition.shortExtensions (s)
Terminating due to java.lang.OutOfMemoryError: Java heap space