[
https://issues.apache.org/jira/browse/HDDS-2283?focusedWorklogId=329291&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-329291
]
ASF GitHub Bot logged work on HDDS-2283:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Oct/19 17:45
Start Date: 16/Oct/19 17:45
Worklog Time Spent: 10m
Work Description: swagle commented on 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 329291)
Remaining Estimate: 0h
Time Spent: 10m
> Container Creation on datanodes take around 300ms due to rocksdb creation
> -------------------------------------------------------------------------
>
> Key: HDDS-2283
> URL: https://issues.apache.org/jira/browse/HDDS-2283
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Components: Ozone Datanode
> Reporter: Mukul Kumar Singh
> Assignee: Siddharth Wagle
> Priority: Major
> Labels: pull-request-available
> Attachments: HDDS-2283.00.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]