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

Commit

Permalink
Revert "pass install.keyValueService to TKVSMF"
Browse files Browse the repository at this point in the history
This reverts commit aaba39e.
  • Loading branch information
rhuffy committed May 26, 2024
1 parent fa00381 commit 39e87fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ TransactionKeyValueServiceManager create(
MetricsManager metricsManager,
CoordinationService<T> coordinationService,
KeyValueServiceManager keyValueServiceManager,
KeyValueServiceConfig sourceInstall,
TransactionKeyValueServiceConfig install,
Refreshable<TransactionKeyValueServiceRuntimeConfig> runtime,
boolean initializeAsync);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ private TransactionManager serializableInternal(@Output List<AutoCloseable> clos
lockAndTimestampServices,
internalKeyValueService,
keyValueServiceManager,
config().keyValueService(),
config().transactionKeyValueService().get(),
runtimeConfig().get().map(optionalConfig -> optionalConfig
.get()
Expand Down Expand Up @@ -659,7 +658,6 @@ private <T> TransactionKeyValueServiceManager createTransactionKeyValueServiceMa
LockAndTimestampServices lockAndTimestampServices,
KeyValueService internalTablesKeyValueService,
KeyValueServiceManager keyValueServiceManager,
KeyValueServiceConfig sourceConfig,
TransactionKeyValueServiceConfig config,
Refreshable<TransactionKeyValueServiceRuntimeConfig> runtimeConfigRefreshable,
boolean initializeAsync) {
Expand All @@ -679,7 +677,6 @@ private <T> TransactionKeyValueServiceManager createTransactionKeyValueServiceMa
metricsManager,
coordinationService,
keyValueServiceManager,
sourceConfig,
config,
runtimeConfigRefreshable,
initializeAsync);
Expand Down

0 comments on commit 39e87fe

Please sign in to comment.