[ http://issues.apache.org/jira/browse/HADOOP-94?page=all ] Doug Cutting closed HADOOP-94: ------------------------------
> disallow more than one datanode running on one computing sharing the same > data directory > ---------------------------------------------------------------------------------------- > > Key: HADOOP-94 > URL: http://issues.apache.org/jira/browse/HADOOP-94 > Project: Hadoop > Type: Bug > Components: dfs > Versions: 0.2 > Reporter: Hairong Kuang > Fix For: 0.3.0 > > Currently dfs disallows more one datanode to run on the same computer if they > are started up using the same hadoop conf dir. However, this does not prevent > more than one data node gets started, each using a different conf dir > (strickly speaking, a different pid file). If every machine has two such > datanodes running, namenode will be busy on deleting and replicating blocks > or eventually lead to block loss. > Suggested solution: put pid file in the data directory and disallow > configuration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
