Oracle UCP 不正确的 JMX 支持

发布于 2024-10-25 11:55:22 字数 337 浏览 1 评论 0原文

我尝试了通用连接池的 jmx 支持,它似乎给出了不正确的值。 到目前为止,我遇到了几个问题

  1. UniversalConnectionPoolManagerMBean 的 getConnectionPoolNames() 方法(操作)返回 void 而不是返回 Collection。
  2. UniversalConnectionPoolMBean 的 getStatistics() 方法(操作)抛出 NotSerializedException。

尽管有解决上述问题的方法,例如调用其他方法而不是上述方法,但问题似乎非常基本。 有人尝试过通用连接池 (ucp) 提供的 JMX 支持吗?

I tried out the jmx support for the universal connection pool and it seems to give incorrect values.
There are couple of problems I have faced till now

  1. The getConnectionPoolNames() method (operation) of the UniversalConnectionPoolManagerMBean returns void instead of returning a Collection.
  2. The getStatistics() method (operation) of the UniversalConnectionPoolMBean throws an NotSerializableException.

Though there are workarounds to the above problems like calling other methods instead of the above ones the issues seem to be very basic.
Has anyone tried out the JMX support provided by the Universal Connection Pool (ucp)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文