I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ] [server]
started
[2015-04-30 12:40:32,154][WARN ][node.settings ] [server]
failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get setting
group for [threadpool.] setting prefix and setting [threadpool.bulk]
because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ] [server]
started
[2015-04-30 12:40:32,154][WARN ][node.settings ] [server]
failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get setting
group for [threadpool.] setting prefix and setting [threadpool.bulk]
because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ]
[server] started
[2015-04-30 12:40:32,154][WARN ][node.settings ]
[server] failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get
setting group for [threadpool.] setting prefix and setting
[threadpool.bulk] because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
On Thursday, April 30, 2015 at 2:02:50 PM UTC+2, marc....@happn.fr wrote:
Hello there
I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ] [server]
started
[2015-04-30 12:40:32,154][WARN ][node.settings ] [server]
failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get setting
group for [threadpool.] setting prefix and setting [threadpool.bulk]
because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
On Thursday, April 30, 2015 at 2:02:50 PM UTC+2, marc....@happn.fr wrote:
Hello there
I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ]
[server] started
[2015-04-30 12:40:32,154][WARN ][node.settings ]
[server] failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get
setting group for [threadpool.] setting prefix and setting
[threadpool.bulk] because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
Yes, we're very cautious about this upgrade and we're doing it in stages
(passing every last version of each 1.x branch: 1.2.4 => 1.3.9 => 1.4.5 =>
1.5.2).
m.
On Wednesday, May 6, 2015 at 1:56:01 PM UTC+2, Jason Wee wrote:
for error, should really dig into the code and could probably give some
hint on why is that happening.
On Wed, May 6, 2015 at 3:28 PM, <marc....@happn.com <javascript:>> wrote:
Hello
Any idea regarding this issue, anyone?
Thank you,
m.
On Thursday, April 30, 2015 at 2:02:50 PM UTC+2, marc....@happn.fr wrote:
Hello there
I noticed the following warning message in my nodes logs when starting:
[2015-04-30 12:40:13,265][INFO ][node ]
[server] started
[2015-04-30 12:40:32,154][WARN ][node.settings ]
[server] failed to refresh settings for
[org.elasticsearch.threadpool.ThreadPool$ApplySettings@1ca801ce]
org.elasticsearch.common.settings.SettingsException: Failed to get
setting group for [threadpool.] setting prefix and setting
[threadpool.bulk] because of a missing '.'
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:527)
at
org.elasticsearch.common.settings.ImmutableSettings.getGroups(ImmutableSettings.java:505)
at
org.elasticsearch.threadpool.ThreadPool.updateSettings(ThreadPool.java:396)
at
org.elasticsearch.threadpool.ThreadPool$ApplySettings.onRefreshSettings(ThreadPool.java:682)
at
org.elasticsearch.node.settings.NodeSettingsService.clusterChanged(NodeSettingsService.java:84)
at
org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:428)
at
org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:134)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Is there anything wrong with my settings? We tried to change the threadpool.bulk setting months ago, but it doesn't seem to have been
taken into account (bulk queue still caped at default value). We currently
use version 1.2.3, and are in the process of upgrading to 1.5.x performing
rolling upgrades.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.