Changing global warmup default setting to be turned off. This is mostly misused and if a user really wants it enabled they can configure it to be turned on.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e45ea89d Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e45ea89d Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e45ea89d Branch: refs/heads/apache-blur-0.2 Commit: e45ea89d78c105d7d3384f4c2f3242743eb33d4f Parents: 9bec655 Author: Aaron McCurry <[email protected]> Authored: Thu Mar 13 21:21:39 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Mar 13 21:21:39 2014 -0400 ---------------------------------------------------------------------- blur-util/src/main/resources/blur-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e45ea89d/blur-util/src/main/resources/blur-default.properties ---------------------------------------------------------------------- diff --git a/blur-util/src/main/resources/blur-default.properties b/blur-util/src/main/resources/blur-default.properties index 8e82374..d2f2359 100644 --- a/blur-util/src/main/resources/blur-default.properties +++ b/blur-util/src/main/resources/blur-default.properties @@ -73,7 +73,7 @@ blur.shard.cache.max.timetolive=60000 blur.shard.filter.cache.class=org.apache.blur.manager.DefaultBlurFilterCache # Globally disable index warmup. -blur.shard.warmup.disabled=false +blur.shard.warmup.disabled=true # Default Blur index warmup class that warms the fields provided in the table descriptor blur.shard.index.warmup.class=org.apache.blur.manager.indexserver.DefaultBlurIndexWarmup
