legacy-knowledge-base
公開されました Jul. 2, 2025

Elasticsearch で Netty を使用した場合に発生するスレッドローカルリーク

written-by

Justin Choi

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

この記事では、アプリケーションサーバをシャットダウンする際にコンソールログに表示される ThreadLocal リークが存在する可能性のある既知の問題について説明します。

org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks 
The web application [ROOT] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@ccb08cb]) and a value
of type [io.netty.util.internal.InternalThreadLocalMap] (value
[io.netty.util.internal.InternalThreadLocalMap@21c8be8a]) but failed to
remove it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.

決議

追加情報

詳細については、 LPS-83704を参照してください。

did-this-article-resolve-your-issue

legacy-knowledge-base