Skip to content

Fix external compaction properties names and keys#2143

Merged
dlmarion merged 2 commits intoapache:mainfrom
dlmarion:2142-use-compaction-in-properties-related-to-compactions
Jun 9, 2021
Merged

Fix external compaction properties names and keys#2143
dlmarion merged 2 commits intoapache:mainfrom
dlmarion:2142-use-compaction-in-properties-related-to-compactions

Conversation

@dlmarion
Copy link
Copy Markdown
Contributor

@dlmarion dlmarion commented Jun 3, 2021

Modified the external compaction properties to be in line with other properties
in the codebase. Specifically, I changed

  1. the enum names starting with COORDINATOR to COMPACTION_COORDINATOR
  2. the keys starting with coordinator to compaction_coordinator
  3. properties having to with compaction of files to include the term
    compaction in the key

Closes #2142

Modified the external compaction properties to be in line with other properties
in the codebase. Specifically, I changed

1. the enum names starting with `COORDINATOR` to `COMPACTION_COORDINATOR`
2. the keys starting with `coordinator` to `compaction_coordinator`
3. properties having to with compaction of files to include the term
   `compaction` in the key

Closes apache#2142
@dlmarion dlmarion requested a review from EdColeman June 3, 2021 18:25
@dlmarion dlmarion merged commit 92a4dd3 into apache:main Jun 9, 2021
@dlmarion dlmarion deleted the 2142-use-compaction-in-properties-related-to-compactions branch June 28, 2021 18:07
@ctubbsii ctubbsii added this to the 2.1.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide uniform Property name string in external compaction properties

2 participants