Re: Splitlog() executed while the namenode was in safemode may cause data-loss

2011-04-25 Thread Stack
m [mailto:saint@gmail.com] 代表 Stack > 发送时间: 2011年4月24日 5:55 > 收件人: user@hbase.apache.org > 抄送: Chenjian > 主题: Re: Splitlog() executed while the namenode was in safemode may cause > data-loss > > Sorry, what did you change? > Thanks, > St.Ack > > On Fri, Apr 22,

Re: Splitlog() executed while the namenode was in safemode may cause data-loss

2011-04-24 Thread bijieshan
e can give some advises. Thanks! Jieshan Bean -邮件原件- 发件人: saint@gmail.com [mailto:saint@gmail.com] 代表 Stack 发送时间: 2011年4月24日 5:55 收件人: user@hbase.apache.org 抄送: Chenjian 主题: Re: Splitlog() executed while the namenode was in safemode may cause data-loss Sorry, what did you change? T

Re: Splitlog() executed while the namenode was in safemode may cause data-loss

2011-04-23 Thread Stack
Sorry, what did you change? Thanks, St.Ack On Fri, Apr 22, 2011 at 9:00 PM, bijieshan wrote: > Hi, > I found this problem while the namenode went into safemode due to some > unclear reasons. > There's one patch about this problem: > >   try { >      HLogSplitter splitter = HLogSplitter.createLog

Splitlog() executed while the namenode was in safemode may cause data-loss

2011-04-22 Thread bijieshan
Hi, I found this problem while the namenode went into safemode due to some unclear reasons. There's one patch about this problem: try { HLogSplitter splitter = HLogSplitter.createLogSplitter( conf, rootdir, logDir, oldLogDir, this.fs); try { splitter.splitLog();