From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Thu, 29 Jan 2009 13:00:02 -0500 To: rsc@swtch.com, 9fans@9fans.net Subject: Re: [9fans] Sources Gone? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 8e816b8e-ead4-11e9-9d60-3106f5b1d025 > > all the files i checked were marked deleted in the log. > > i think the problem was during database generation, > > there was no connection to venti. my patch should > > address that. i found it necessary when doing the > > history transfer. bad wireless connection. > > > > maybe there's also a problem with applylog, but i didn't > > find it. > > it's very likely you're right. > i was just speculating based on knowledge > of the code. i didn't look into the recent > failure at all. interesting. there was one change i overlooked. in the case where the applylog on sources sees that a file has been "recreated", it doesn't delete it. i would imagine that this is intended to stop this case. but since the log is wrong, we're still hosed. i had to remove this case so that a file could get deleted and recreated as a directory. unfortunately, this happens. my copy of replica is at /n/sources/contrib/quanstro/src/replica, if anyone is interested. - erik