zoukankan      html  css  js  c++  java
  • Admin Console 反应慢的相关bug

    一个常见问题是在 Admin console 刷新 server 列表时,页面反应慢。从 Admin Server 的 Thread Dump 可以看到 Admin server 到 Managed server 的远程 JMX 调用的堆栈。

    下列 bug: 14295772 15879401 17213621 17069175 很大程度上解决了问题。

    目前它们没有被包含进 10.3.6 的 PSU 所以需要单独申请补丁。

    它们修复和多种情形的 RMI/JMX 调用的超时时间设置无效问题,

    修复后Admin server 到 Managed server 的远程 JMX 调用可以尽快超时,线程不会卡住,

    页面反应就不慢了。如果您遇到问题还是请获取 thread dumo 并提交 Service Request 请技术支持工程师具体分析。

    除了打上补丁还需设置两个 timeout:

    1) Invocation Timeout Seconds:  例如  2 seconds (default is 0) in the Settings for mydomain > Configuration > general > Advanced  page.  need to  restart all the  Servers
    2) Management Operation Timeout in the Admin Console at the page Preferences>Shared Preferences(Tab)  例如 10 secs (default is 300). 

  • 相关阅读:
    UVA
    UVA
    母函数
    快速排序
    集合:set
    stringstream转换
    大学期间的任务
    Devc++贪吃蛇
    Vector容器
    广度优先遍历
  • 原文地址:https://www.cnblogs.com/middlewaremagic/p/9485513.html
Copyright © 2011-2022 走看看