This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch ozone-1.2
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/ozone-1.2 by this push:
new 417b8e1 HDDS-5756 Bump the no. of cached RocksDBs handles (#2712)
417b8e1 is described below
commit 417b8e19f69f3eecec78aaaf5e082d1c443e5eaf
Author: Ritesh H Shukla <[email protected]>
AuthorDate: Tue Oct 19 17:18:11 2021 -0700
HDDS-5756 Bump the no. of cached RocksDBs handles (#2712)
---
.../common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
index 3c97d05..b1befc5 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
@@ -106,10 +106,10 @@ public final class OzoneConfigKeys {
public static final String OZONE_CONTAINER_CACHE_SIZE =
"ozone.container.cache.size";
- public static final int OZONE_CONTAINER_CACHE_DEFAULT = 1024;
+ public static final int OZONE_CONTAINER_CACHE_DEFAULT = 8192;
public static final String OZONE_CONTAINER_CACHE_LOCK_STRIPES =
"ozone.container.cache.lock.stripes";
- public static final int OZONE_CONTAINER_CACHE_LOCK_STRIPES_DEFAULT = 1024;
+ public static final int OZONE_CONTAINER_CACHE_LOCK_STRIPES_DEFAULT = 8192;
public static final String OZONE_SCM_BLOCK_SIZE =
"ozone.scm.block.size";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]