[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarveksha Yeshavantha Raju updated HDDS-15342:
--
Fix Version/s: 2.3.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
> Labels: pull-request-available
> Fix For: 2.3.0
>
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rishabh Patel updated HDDS-15342:
-
Epic Link: HDDS-15516
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
> Labels: pull-request-available
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hui Fei updated HDDS-15342:
---
Target Version/s: 2.3.0 (was: 2.2.0)
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
> Labels: pull-request-available
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rishabh Patel updated HDDS-15342:
-
Status: Patch Available (was: In Progress)
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
> Labels: pull-request-available
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HDDS-15342:
--
Labels: pull-request-available (was: )
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
> Labels: pull-request-available
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rishabh Patel updated HDDS-15342:
-
Summary: Make RocksDB BottommostLevelCompaction options configurable for
background compaction (was: Make RocksDB BottommostLevelCompaction options
configurable)
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{{}kForce{}}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config
> and add CLI option for compaction commands.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Updated] (HDDS-15342) Make RocksDB BottommostLevelCompaction options configurable for background compaction
[
https://issues.apache.org/jira/browse/HDDS-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rishabh Patel updated HDDS-15342:
-
Description:
Currently, when performing RocksDB compactions via
{{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
{{BottommostLevelCompaction}} setting to {{kForce.}}
The underlying {{BottommostLevelCompaction}} enum is provided by the
{{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
distinct behaviors for handling the bottommost level during compaction:
{{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
was:
Currently, when performing RocksDB compactions via
{{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
{{BottommostLevelCompaction}} setting to {{kForce.}}
The underlying {{BottommostLevelCompaction}} enum is provided by the
{{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
distinct behaviors for handling the bottommost level during compaction:
{{{}kSkip{}}}, {{{}kForce{}}} and {{{}kIfHaveCompactionFilter{}}}.
Make RocksDB {{BottommostLevelCompaction}} options configurable via config and
add CLI option for compaction commands.
> Make RocksDB BottommostLevelCompaction options configurable for background
> compaction
> -
>
> Key: HDDS-15342
> URL: https://issues.apache.org/jira/browse/HDDS-15342
> Project: Apache Ozone
> Issue Type: Task
>Reporter: Sarveksha Yeshavantha Raju
>Assignee: Rishabh Patel
>Priority: Major
>
> Currently, when performing RocksDB compactions via
> {{{}CompactDBUtil.compactTable(){}}}, Ozone hardcodes the
> {{BottommostLevelCompaction}} setting to {{kForce.}}
> The underlying {{BottommostLevelCompaction}} enum is provided by the
> {{rocksdbjni}} third-party library. RocksDB (version 7.7.3+) supports three
> distinct behaviors for handling the bottommost level during compaction:
> {{{}kSkip{}}}, {{kForce}} and {{{}kIfHaveCompactionFilter{}}}.
> Make RocksDB {{BottommostLevelCompaction}} options configurable via config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
