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

Fix Bug (Cast Error and around tags) #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keguchi2114
Copy link
Contributor

issue

There are the following two bugs

  1. cast error
    The following code casts to "SharedAwareHashedLowLevelMetricDataWrapper", but an error occurs.
    (ShardAwareHashedLowLevelMetricDataWrapper) shardAwareWrapperPool.claim();
java.lang.ClassCastException: net.opentsdb.pools.BlockingQueueObjectPool$LocalPooled cannot be cast to net.opentsdb.aura.metrics.storage.ShardAwareHashedLowLevelMetricDataWrapper
2022-07-08T05:58:58.139095106Z 	at net.opentsdb.aura.metrics.storage.AuraMetricsDataStoreFactory.write(AuraMetricsDataStoreFactory.java:153)
2022-07-08T05:58:58.139102103Z 	at net.opentsdb.aura.metrics.pulsar.PulsarConsumerThread.process(PulsarConsumerThread.java:21)
2022-07-08T05:58:58.139107400Z 	at net.opentsdb.aura.metrics.pulsar.PulsarConsumer.run(PulsarConsumer.java:47)
  1. wrong value returned by getter around Tag

@keguchi2114 keguchi2114 changed the title Fix Bug (Cast Error into ShardAwareHashedLowLevelMetricDataWrapper and around tags Fix Bug (Cast Error into ShardAwareHashedLowLevelMetricDataWrapper and around tags) Jul 8, 2022
@keguchi2114 keguchi2114 changed the title Fix Bug (Cast Error into ShardAwareHashedLowLevelMetricDataWrapper and around tags) Fix Bug (Cast Error and around tags) Jul 22, 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.

1 participant