From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/3] tabled: Employ sesible start-up retries Date: Sat, 29 Aug 2009 03:14:29 -0400 Message-ID: <4A98D555.5050408@garzik.org> References: <20090828204153.7463b48c@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090828204153.7463b48c@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 08/28/2009 10:41 PM, Pete Zaitcev wrote: > With this patch, daemons that tabled needs may come up at any time > relatively to each other and tabled should be able to initialize itself. > To this end, we remove the extra "sleep" command, now unnecessary. > Unfortunately, one sleep is still needed for our build tests for > reasons unrelated to ability of tabled to bootstrap itself. > > During testing, I added sleeps into various places and rearranged > the order of daemons to test how it all works. There are limitations, > certainly, but the system looks robust within reason. > > Next step would be to process Chunk and CLD going down, not up. > > Signed-off-by: Pete Zaitcev applied 1-3