You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tribenode exception - org.elasticsearch.license.plugin.core.LicensesMetaData cannot be cast to org.elasticsearch.license.plugin.core.LicensesMetaData
#19909
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.
Plugins installed: []
Test setup is made of 1 tribe node connecting to two 1-node-clusters
abonuccelli@w530 /opt/elk/TEST/tribe_test $ ./tribeNode/elasticsearch-2.3.5/bin/plugin list
Installed plugins in /opt/elk/TEST/tribe_test/tribeNode/elasticsearch-2.3.5/plugins:
- marvel-agent
- license
abonuccelli@w530 /opt/elk/TEST/tribe_test $ ./clusterA/elasticsearch-2.3.5/bin/plugin list
Installed plugins in /opt/elk/TEST/tribe_test/clusterA/elasticsearch-2.3.5/plugins:
- marvel-agent
- license
abonuccelli@w530 /opt/elk/TEST/tribe_test $ ./clusterB/elasticsearch-2.3.5/bin/plugin list
Installed plugins in /opt/elk/TEST/tribe_test/clusterB/elasticsearch-2.3.5/plugins:
- marvel-agent
- license
JVM version:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
OS version:
Mint/Debian Linux w530 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
Test setup is made of 1 tribe node connecting to two 1-node-clusters
Upon startup, TribeNode prints the below exception:
2016-08-10 12:38:42,115][WARN ][cluster.service ] [Aftershock/A] failed to notify ClusterStateListener
java.lang.ClassCastException: org.elasticsearch.license.plugin.core.LicensesMetaData cannot be cast to org.elasticsearch.license.plugin.core.LicensesMetaData
at org.elasticsearch.license.plugin.core.LicensesService.clusterChanged(LicensesService.java:467)
at org.elasticsearch.cluster.service.InternalClusterService.runTasksForExecutor(InternalClusterService.java:610)
at org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:772)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.runAndClean(PrioritizedEsThreadPoolExecutor.java:231)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:194)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Elasticsearch version:
2.3.5
Plugins installed: []
Test setup is made of 1 tribe node connecting to two 1-node-clusters
JVM version:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
OS version:
Mint/Debian Linux w530 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
Test setup is made of 1 tribe node connecting to two 1-node-clusters
Config as per below:
Upon startup, TribeNode prints the below exception:
Steps to reproduce:
Provide logs (if relevant):
Full Tribe node debug startup
Describe the feature:
What does that exception mean?
The text was updated successfully, but these errors were encountered: