[ https://issues.apache.org/jira/browse/HDFS-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14189165#comment-14189165 ]
Colin Patrick McCabe commented on HDFS-7035: -------------------------------------------- P.S. I like the VolumeBuilder concept. Can you add some JavaDoc about the usage? I am also curious what happens when we fail midway through. I can see that {{DataStorage#prepareVolume}} adds the volume to {{DataStorage#bpStorageMap}}, is there anywhere where we remove it if the addition fails? Perhaps we need an {{abort}} function in the Builder? > Make adding volume an atomic operation. > --------------------------------------- > > Key: HDFS-7035 > URL: https://issues.apache.org/jira/browse/HDFS-7035 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode > Affects Versions: 2.5.0 > Reporter: Lei (Eddy) Xu > Assignee: Lei (Eddy) Xu > Attachments: HDFS-7035.000.combo.patch, HDFS-7035.000.patch, > HDFS-7035.001.combo.patch, HDFS-7035.001.patch, HDFS-7035.002.patch, > HDFS-7035.003.patch, HDFS-7035.003.patch, HDFS-7035.004.patch, > HDFS-7035.005.patch, HDFS-7035.007.patch, HDFS-7035.008.patch, > HDFS-7035.009.patch, HDFS-7035.010.patch, HDFS-7035.010.patch, > HDFS-7035.011.patch, HDFS-7035.012.patch > > > It refactors {{DataStorage}} and {{BlockPoolSliceStorage}} to reduce the > duplicate code and supports atomic adding volume operations. Also it > parallels loading data volume operation: each thread loads one volume. -- This message was sent by Atlassian JIRA (v6.3.4#6332)