gpt4 book ai didi

java - Thymeleaf 应用程序在生产中陷入僵局,卡在 Thymeleaf 代码中

转载 作者:行者123 更新时间:2023-12-02 10:33:11 25 4
gpt4 key购买 nike

什么可能导致这种情况发生?我的 Web 应用程序已卡住并停止响应。我做了一个线程转储,发现 Thymeleaf 内有几个线程全部被阻塞:

Thread 3247: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=175 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt() @bci=1, line=836 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(int) @bci=72, line=997 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(int) @bci=24, line=1304 (Compiled frame)
- java.util.concurrent.Semaphore.acquire() @bci=5, line=312 (Compiled frame)
- org.thymeleaf.util.ResourcePool.allocate() @bci=4, line=108 (Compiled frame)
- org.thymeleaf.templateparser.xmlsax.AbstractNonValidatingSAXTemplateParser.parseTemplateUsingPool(org.thymeleaf.Configuration, java.lang.String, java.io.Reader, org.thymeleaf.util.ResourcePool) @bci=2, line=124 (Compiled frame)
- org.thymeleaf.templateparser.xmlsax.AbstractNonValidatingSAXTemplateParser.parseTemplate(org.thymeleaf.Configuration, java.lang.String, java.io.Reader) @bci=8, line=116 (Compiled frame)
- org.thymeleaf.TemplateRepository.getTemplate(org.thymeleaf.TemplateProcessingParameters) @bci=556, line=278 (Compiled frame)
- org.thymeleaf.TemplateEngine.process(org.thymeleaf.TemplateProcessingParameters, org.thymeleaf.fragment.IFragmentSpec, java.io.Writer) @bci=11, line=1104 (Compiled frame)
- org.thymeleaf.TemplateEngine.process(java.lang.String, org.thymeleaf.context.IProcessingContext, org.thymeleaf.fragment.IFragmentSpec, java.io.Writer) @bci=110, line=1060 (Compiled frame)
- org.thymeleaf.TemplateEngine.process(java.lang.String, org.thymeleaf.context.IContext, org.thymeleaf.fragment.IFragmentSpec, java.io.Writer) @bci=17, line=1011 (Compiled frame)
- org.thymeleaf.spring4.view.ThymeleafView.renderFragment(org.thymeleaf.fragment.IFragmentSpec, java.util.Map, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) @bci=590, line=335 (Compiled frame)
- org.thymeleaf.spring4.view.ThymeleafView.render(java.util.Map, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) @bci=5, line=190 (Compiled frame)

什么可能导致这种情况?表示层代码在应用程序的最新版本中没有变化。该应用程序相当成熟和稳定。我不知道从哪里开始调查。当我尝试通过负载测试重现问题时,应用程序暂时重新部署回以前的版本。

为什么 Thymeleaf 需要任何类型的锁定? Thymeleaf 似乎有一些基本的架构方面在起作用,但我不明白。

按照最严格的定义,这在技术上可能不是“死锁”,但结果是相同的。

最佳答案

事实证明,答案是耗尽堆空间可能会导致上述争用。

进一步调查(我们不必看得太远)发现,由于共享同一 JVM 的相关应用程序中的过度缓存,JVM 耗尽了堆空间。

关于java - Thymeleaf 应用程序在生产中陷入僵局,卡在 Thymeleaf 代码中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53484627/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com