[ https://issues.apache.org/jira/browse/HDFS-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rakesh R updated HDFS-7666: --------------------------- Resolution: Won't Fix Status: Resolved (was: Patch Available) > Datanode blockId layout upgrade threads should be daemon thread > --------------------------------------------------------------- > > Key: HDFS-7666 > URL: https://issues.apache.org/jira/browse/HDFS-7666 > Project: Hadoop HDFS > Issue Type: Improvement > Components: datanode > Reporter: Rakesh R > Assignee: Rakesh R > Attachments: HDFS-7666-v1.patch > > > This jira is to mark the layout upgrade thread as daemon thread. > {code} > int numLinkWorkers = datanode.getConf().getInt( > DFSConfigKeys.DFS_DATANODE_BLOCK_ID_LAYOUT_UPGRADE_THREADS_KEY, > DFSConfigKeys.DFS_DATANODE_BLOCK_ID_LAYOUT_UPGRADE_THREADS); > ExecutorService linkWorkers = > Executors.newFixedThreadPool(numLinkWorkers); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)