Skip to content

Commit

Permalink
Add IndexServiceTest back to es test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleen committed Oct 9, 2020
1 parent 1c0ea9e commit 55e6dea
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 2 deletions.
Expand Up @@ -104,7 +104,7 @@ public class IndexService extends AbstractIndexComponent implements IndicesClust
private volatile AsyncRetentionLeaseSyncTask retentionLeaseSyncTask;

// don't convert to Setting<> and register... we only set this in tests and register via a plugin
private final String INDEX_TRANSLOG_RETENTION_CHECK_INTERVAL_SETTING = "index.translog.retention.check_interval";
public static final String INDEX_TRANSLOG_RETENTION_CHECK_INTERVAL_SETTING = "index.translog.retention.check_interval";

private final AsyncTrimTranslogTask trimTranslogTask;
private final ThreadPool threadPool;
Expand Down

0 comments on commit 55e6dea

Please sign in to comment.