Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ibm J9 #10033

Merged
merged 2 commits into from Jun 12, 2022
Merged

Support for ibm J9 #10033

merged 2 commits into from Jun 12, 2022

Conversation

yanhom1314
Copy link
Contributor

Now system metrics are obtained from com.sun.management.OperatingSystemMXBean for HotSpot JVM, but these are in com.ibm.lang.management.OperatingSystemMXBean for Ibm J9, so need to deduce the target source.

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2022

Codecov Report

Merging #10033 (79248ca) into 3.0 (7e8c7aa) will decrease coverage by 0.11%.
The diff coverage is 43.58%.

@@             Coverage Diff              @@
##                3.0   #10033      +/-   ##
============================================
- Coverage     65.75%   65.63%   -0.12%     
+ Complexity      320      319       -1     
============================================
  Files          1220     1221       +1     
  Lines         53139    53166      +27     
  Branches       8056     8057       +1     
============================================
- Hits          34939    34896      -43     
- Misses        14394    14438      +44     
- Partials       3806     3832      +26     
Impacted Files Coverage Δ
...ava/org/apache/dubbo/common/utils/MethodUtils.java 57.50% <0.00%> (-3.03%) ⬇️
...ubbo/common/system/OperatingSystemBeanManager.java 50.00% <50.00%> (ø)
...dubbo/common/status/support/LoadStatusChecker.java 58.33% <54.54%> (-3.21%) ⬇️
.../remoting/api/SingleProtocolConnectionManager.java 61.53% <0.00%> (-23.08%) ⬇️
...nt/metadata/ServiceInstanceHostPortCustomizer.java 65.78% <0.00%> (-21.06%) ⬇️
.../apache/dubbo/rpc/filter/ProfilerServerFilter.java 62.85% <0.00%> (-20.00%) ⬇️
...che/dubbo/registry/client/NopServiceDiscovery.java 44.44% <0.00%> (-11.12%) ⬇️
...mmon/threadpool/support/AbortPolicyWithReport.java 73.68% <0.00%> (-10.53%) ⬇️
...e/dubbo/rpc/protocol/tri/transport/WriteQueue.java 69.04% <0.00%> (-9.53%) ⬇️
...ava/org/apache/dubbo/rpc/proxy/InvocationUtil.java 81.81% <0.00%> (-9.10%) ⬇️
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e8c7aa...79248ca. Read the comment docs.

@AlbumenJ AlbumenJ merged commit 7591940 into apache:3.0 Jun 12, 2022
@AlbumenJ AlbumenJ added this to the 3.0.9 milestone Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants