Slackbot
11/22/2022, 7:15 PMDidip Kerabat
11/23/2022, 2:58 AMDruidProcessingModule threads are hanging because G1GC takes a very long time collecting garbage when our users are abusing Druid with their LIKE queries.Didip Kerabat
11/23/2022, 2:58 AMDidip Kerabat
11/23/2022, 3:00 AMGian Merlino
11/23/2022, 4:28 AMquery/time and jvm/gc/cpu metrics being collected somewhere?Gian Merlino
11/23/2022, 4:28 AMDidip Kerabat
11/23/2022, 4:32 AMDidip Kerabat
11/23/2022, 4:34 AMGian Merlino
11/23/2022, 4:34 AMDidip Kerabat
11/23/2022, 4:35 AMDidip Kerabat
11/23/2022, 4:35 AMGian Merlino
11/23/2022, 4:35 AMGian Merlino
11/23/2022, 4:36 AM--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED i think is the one you need for full gc metricsGian Merlino
11/23/2022, 4:36 AMDidip Kerabat
11/23/2022, 4:38 AM--add-exports=jdk.management/com.sun.management.internal=ALL-UNNAMED
--add-exports=java.base/jdk.internal.perf=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.management/sun.management=ALL-UNNAMED
I see that they are quite different. This is list is helpful!