swagle opened a new pull request #41: HDDS-2283. Container Creation on 
datanodes take around 300ms due to rocksdb creation.
URL: https://github.com/apache/hadoop-ozone/pull/41
 
 
   Container Creation on datanodes take around 300ms due to rocksdb creation. 
Rocksdb creation is taking a considerable time and this needs to be optimized.
   
   Creating a rocksdb per disk should be enough and each container can be table 
inside the rocksdb.
   
   `2019-10-15 13:20:10,714 INFO  utils.MetadataStoreBuilder 
(MetadataStoreBuilder.java:build(124)) - Time before create, load options: 81
   2019-10-15 13:20:10,715 INFO  utils.RocksDBStore 
(RocksDBStore.java:<init>(68)) - Time to load library: 0
   2019-10-15 13:20:10,723 INFO  utils.RocksDBStore 
(RocksDBStore.java:<init>(75)) - Time to open: 8
   2019-10-15 13:20:10,723 INFO  helpers.KeyValueContainerUtil 
(KeyValueContainerUtil.java:createContainerMetaData(85)) - Total time to 
create: {}95`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to