Changing a default configuration so that when the default 100 fetches are exhausted for the hits in the controller. And those 100 come form the same shard server, a double query is not executed.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/86632167 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/86632167 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/86632167 Branch: refs/heads/apache-blur-0.2 Commit: 86632167cf18bf138391e607eea12f629974fbed Parents: df6d7f2 Author: Aaron McCurry <[email protected]> Authored: Tue Mar 18 19:53:21 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Mar 18 19:53:21 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/86632167/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 d2f2359..28453e9 100644 --- a/blur-util/src/main/resources/blur-default.properties +++ b/blur-util/src/main/resources/blur-default.properties @@ -230,7 +230,7 @@ blur.controller.thrift.max.read.buffer.bytes=9223372036854775807 blur.controller.thrift.accept.queue.size.per.thread=4 # The number of hits to fetch per request to the shard servers -blur.controller.remote.fetch.count=100 +blur.controller.remote.fetch.count=150 # The max number of retries to the shard server when there is an error during fetch blur.controller.retry.max.fetch.retries=3
