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

[Bug]: Hazelcast metric descriptor reports too long values #350

Open
1 task done
s4heid opened this issue Jun 29, 2023 · 0 comments
Open
1 task done

[Bug]: Hazelcast metric descriptor reports too long values #350

s4heid opened this issue Jun 29, 2023 · 0 comments
Labels
bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid

Comments

@s4heid
Copy link
Contributor

s4heid commented Jun 29, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hazelcast complains that the names of the shared map entries, which are created as part of the EntityVerticle registration exceed the limit of 255 chars.

Due to a bug in hazelcast (hazelcast/hazelcast#17901), the name of the CP subsystem is concatenated which makes this even worse.

We should try to come up with shorter names of the keys.

Expected Behavior

Metric limit is not exceeded.

Steps To Reproduce

No response

Environment

- OS: Linux Ubuntu 22.04.1
- Java: 11
- NeonBee: 0.25.0

Relevant log output

14:10:30.391 [hz.sad_proskuriakova.cached.thread-9] DEBUG com.hazelcast.internal.metrics.managementcenter.ManagementCenterPublisher -- [10.130.94.71]:50000 [dev] [4.2.8] Too long value in the metric descriptor found, maximum is 255: __vertx.NeonBee-io.neonbee.internal.helper.SharedDataHelper#EntityVerticleRegistry-entityVerticles[frontend.Service.CountryCodes][###]10c24af8-667a-466e-a699-f599b57dddf1@__vertx.NeonBee-io.neonbee.internal.helper.SharedDataHelper#EntityVerticleRegistry-entityVerticles[frontend.Service.CountryCodes][###]10c24af8-667a-466e-a699-f599b57dddf1

Anything else?

No response

@s4heid s4heid added bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid
Projects
None yet
Development

No branches or pull requests

1 participant