Skip to content

Commit

Permalink
Remove ingest stack from parallel compaction instance
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Apr 26, 2024
1 parent ac2177a commit 8f3a424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private static DeployInstanceConfiguration buildCompactionOnEC2Configuration() {
private static DeployInstanceConfiguration buildCompactionInParallelConfiguration() {
DeployInstanceConfiguration configuration = buildMainConfiguration();
InstanceProperties properties = configuration.getInstanceProperties();
properties.set(OPTIONAL_STACKS, "IngestStack,CompactionStack");
properties.set(OPTIONAL_STACKS, "CompactionStack");
properties.set(MAXIMUM_CONCURRENT_INGEST_TASKS, "10");
properties.set(MAXIMUM_CONCURRENT_COMPACTION_TASKS, "300");
properties.set(COMPACTION_TASK_MAX_IDLE_TIME_IN_SECONDS, "600");
Expand Down

0 comments on commit 8f3a424

Please sign in to comment.