Oracle UCP 不正确的 JMX 支持
我尝试了通用连接池的 jmx 支持,它似乎给出了不正确的值。 到目前为止,我遇到了几个问题
- UniversalConnectionPoolManagerMBean 的 getConnectionPoolNames() 方法(操作)返回 void 而不是返回 Collection。
- 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
- The getConnectionPoolNames() method (operation) of the UniversalConnectionPoolManagerMBean returns void instead of returning a Collection.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论