Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
CR comments part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyk-91 committed Nov 10, 2017
1 parent 07b08e0 commit 64a7b56
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public long getTimestampCacheSize() {
* This value is ignored if the install config does not specify usage of TimeLock.
* We do not currently support live reloading from a leader block or using embedded services to using TimeLock.
*/

public abstract Optional<TimeLockRuntimeConfig> timelockRuntime();

public static ImmutableAtlasDbRuntimeConfig defaultRuntimeConfig() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ public static TimeLockClientConfig copyWithClient(TimeLockClientConfig config, S
.client(namespace)
.build();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static <T> T createProxyWithFailover(
String userAgent) {
return AtlasDbMetrics.instrument(
type,
AtlasDbFeignTargetFactory.createProxyWithFailover(
AtlasDbFeignTargetFactory.createLiveReloadingProxyWithFailover(
serverListConfigSupplier, sslSocketFactoryCreator, proxySelectorCreator, type, userAgent),
MetricRegistry.name(type));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static <T> T createProxyWithFailover(
userAgent);
}

public static <T> T createProxyWithFailover(
public static <T> T createLiveReloadingProxyWithFailover(
Supplier<ServerListConfig> serverListConfigSupplier,
Function<SslConfiguration, SSLSocketFactory> sslSocketFactoryCreator,
Function<ProxyConfiguration, ProxySelector> proxySelectorCreator,
Expand Down

0 comments on commit 64a7b56

Please sign in to comment.