We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Jet 4.5, and map source, some report as "GET" operations and some as "OTHER"
https://github.com/hazelcast/hazelcast-platform-demos/blob/master/banking/credit-value-adjustment/jet-jobs/src/main/java/com/hazelcast/platform/demos/banking/cva/cvastp/CvaStpJob.java#L344 gives "cva_ircurves"
but https://github.com/hazelcast/hazelcast-platform-demos/blob/master/banking/credit-value-adjustment/jet-jobs/src/main/java/com/hazelcast/platform/demos/banking/cva/cvastp/CvaStpJob.java#L340 gives "cva_trades"
The text was updated successfully, but these errors were encountered:
MC 4.2021.04 and Jet 4.5, latest GA
Sorry, something went wrong.
Cross checked with Prometheus:
hz_map_getCount increases only for one map, cva_trades, although this could be due to something else.
hz_map_getCount
cva_trades
Other maps used by the job, including cva_trades show an increasing value for hz_map_numberOfOtherOperations
hz_map_numberOfOtherOperations
It's partly this, https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/jet/impl/connector/ReadMapOrCacheP.java but unclear why cva_trades has a get count.
get
No branches or pull requests
Using Jet 4.5, and map source, some report as "GET" operations and some as "OTHER"
https://github.com/hazelcast/hazelcast-platform-demos/blob/master/banking/credit-value-adjustment/jet-jobs/src/main/java/com/hazelcast/platform/demos/banking/cva/cvastp/CvaStpJob.java#L344
gives
"cva_ircurves"
but
https://github.com/hazelcast/hazelcast-platform-demos/blob/master/banking/credit-value-adjustment/jet-jobs/src/main/java/com/hazelcast/platform/demos/banking/cva/cvastp/CvaStpJob.java#L340
gives
"cva_trades"
The text was updated successfully, but these errors were encountered: