Skip to content

Commit

Permalink
Remove "CMS" implementations as they're being replaced by the new Wor…
Browse files Browse the repository at this point in the history
…kCoordinator class.

Signed-off-by: Greg Schohn <[email protected]>
  • Loading branch information
gregschohn committed Jun 17, 2024
1 parent 4949388 commit 3683c44
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,098 deletions.
11 changes: 0 additions & 11 deletions RFS/src/main/java/com/rfs/RunRfsWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;

import java.net.URI;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.Clock;
import java.time.Instant;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import java.util.UUID;

import com.rfs.cms.ApacheHttpClient;
Expand All @@ -22,13 +17,7 @@
import com.rfs.worker.ShardWorkPreparer;
import lombok.extern.slf4j.Slf4j;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;


import com.rfs.cms.CmsClient;
import com.rfs.cms.CmsEntry;
import com.rfs.cms.OpenSearchCmsClient;
import com.rfs.common.ClusterVersion;
import com.rfs.common.ConnectionDetails;
import com.rfs.common.DocumentReindexer;
Expand Down
128 changes: 0 additions & 128 deletions RFS/src/main/java/com/rfs/cms/CmsClient.java

This file was deleted.

Loading

0 comments on commit 3683c44

Please sign in to comment.