[ 
https://issues.apache.org/jira/browse/HDDS-2330?focusedWorklogId=331775&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331775
 ]

ASF GitHub Bot logged work on HDDS-2330:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/19 02:41
            Start Date: 22/Oct/19 02:41
    Worklog Time Spent: 10m 
      Work Description: arp7 commented on pull request #53: HDDS-2330. Random 
key generator can get stuck
URL: https://github.com/apache/hadoop-ozone/pull/53
 
 
   
 
----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 331775)
    Time Spent: 20m  (was: 10m)

> Random key generator can get stuck
> ----------------------------------
>
>                 Key: HDDS-2330
>                 URL: https://issues.apache.org/jira/browse/HDDS-2330
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: freon
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Freon's random key generator can get stuck waiting for completion (without 
> any hint to what's happening) if object creation encounters any 
> non-IOException.
> Steps to reproduce:
> # Start Ozone cluster with 1 datanode
> # Start Freon (5K keys of size 1MB)
> Result: after a few hundred keys progress stops.
> {noformat}
> $ docker-compose exec scm ozone freon rk --numOfThreads 1 --numOfVolumes 1 
> --numOfBuckets 1 --replicationType RATIS --factor ONE --keySize $(echo '2^20' 
> | bc -lq) --numOfKeys $(echo '5 * 2^10' | bc -lq) --bufferSize $(echo '2^16' 
> | bc -lq)
> 2019-10-18 10:44:45,224 INFO impl.MetricsConfig: Loaded properties from 
> hadoop-metrics2.properties
> 2019-10-18 10:44:45,381 INFO impl.MetricsSystemImpl: Scheduled Metric 
> snapshot period at 10 second(s).
> 2019-10-18 10:44:45,381 INFO impl.MetricsSystemImpl: ozone-freon metrics 
> system started
> 2019-10-18 10:44:47,140 [main] INFO       - Number of Threads: 1
> 2019-10-18 10:44:47,145 [main] INFO       - Number of Volumes: 1.
> 2019-10-18 10:44:47,146 [main] INFO       - Number of Buckets per Volume: 1.
> 2019-10-18 10:44:47,146 [main] INFO       - Number of Keys per Bucket: 5120.
> 2019-10-18 10:44:47,147 [main] INFO       - Key size: 1048576 bytes
> 2019-10-18 10:44:47,147 [main] INFO       - Buffer size: 65536 bytes
> 2019-10-18 10:44:47,147 [main] INFO       - validateWrites : false
> 2019-10-18 10:44:47,151 [main] INFO       - Starting progress bar Thread.
> ...
>  7.07% |????????                                                              
>                                |  362/5120 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to