legacy-knowledge-base
公開されました Sep. 10, 2025

jgroupsping エントリが Kubernetes 環境のテーブルから削除されない

written-by

Dávid Hegedüs

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

問題

  • Kubernetes を使用している場合、シャットダウン ポッドに関連する jgroupsping テーブルのエントリが削除されないため、JDBC_PING を使用してクラスターで問題が発生する可能性があります。

Environment

  • DXP 7.3+
  • Kubernetes

解決策

  • 次のプロパティを設定します。
    remove_all_data_on_view_change="true"

追加情報

  • このプロパティは元々 FILE_PING 用ですが、JDBC_PING でも機能します。
  • clear_table_on_view_change は適用されなくなったことに注意してください
  • また、ポッドが正常にシャットダウンされていることを確認するために、Kubernetes 設定の猶予期間を再検討することをお勧めします。

did-this-article-resolve-your-issue

legacy-knowledge-base