Repository: incubator-blur Updated Branches: refs/heads/master 06c929b96 -> 0e49bdbbc
Removing todo. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/0e49bdbb Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/0e49bdbb Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/0e49bdbb Branch: refs/heads/master Commit: 0e49bdbbc22821ff28c132419f38528bdc92ce0f Parents: 06c929b Author: Aaron McCurry <[email protected]> Authored: Thu Feb 26 11:25:06 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Feb 26 11:25:06 2015 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/0e49bdbb/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java b/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java index 4df1656..545bf48 100644 --- a/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java +++ b/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java @@ -134,7 +134,6 @@ public class ThriftBlurShardServer extends ThriftServer { ReporterSetup.setupReporters(configuration); MemoryReporter.enable(); setupJvmMetrics(); - // make this configurable double ratio = configuration.getDouble(BLUR_GC_BACK_PRESSURE_HEAP_RATIO, 0.75); GCWatcher.init(ratio); ThriftServer server = createServer(serverIndex, configuration);
