From owner-soc-status@FreeBSD.ORG Mon Aug 19 21:21:05 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4A49761 for ; Mon, 19 Aug 2013 21:21:05 +0000 (UTC) (envelope-from b.ambarisha@gmail.com) Received: from mail-vb0-x22c.google.com (mail-vb0-x22c.google.com [IPv6:2607:f8b0:400c:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78B4529A6 for ; Mon, 19 Aug 2013 21:21:05 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id e13so3555429vbg.17 for ; Mon, 19 Aug 2013 14:21:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6MFI8txbpNqrT3sBbDRfqfr/aZQCTcMUiBEQf+34Yhw=; b=EzDHgfGkNI7pLh5qF8lO8ajvXcZD+rSz6w7EKNyTI3kzdrZxH7z1TBiMFXhVHLNwa6 d3/pIUDrrmMgYdMISwdfNPjCi8kMWCVDEQXT82buT45MQD4B6DY3ko+5vP1bPxSlpsiT P03cMfmi5IN1bVRtrEebZgCp4YQ5tUvH1nVm5pVa5OmNhKTRyJZOM6RgyHtEfsB+J+/N h2evN+XpL2mTulqL5ccF58vhHhIscCRLhC/4wqaTLHk4y/pTvhCkWY9P9R72DV81qFxr G6ziZoHxCoCw+MTHfZIzrVynI0pdEPG/XNCPKf4xwyTiE7gKQ5Wm0OnTXnU+81BmWfsw dgZQ== MIME-Version: 1.0 X-Received: by 10.58.155.6 with SMTP id vs6mr24940veb.32.1376947264618; Mon, 19 Aug 2013 14:21:04 -0700 (PDT) Received: by 10.58.45.162 with HTTP; Mon, 19 Aug 2013 14:21:04 -0700 (PDT) Date: Tue, 20 Aug 2013 02:51:04 +0530 Message-ID: Subject: IDMS: Weekly status report #9 of 14 From: Ambarisha B To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 21:21:05 -0000 Hi, Last week I tested DMS with mirror profiling. It has been working without problems. This week, I'll start working on job migration. If a worker thinks it can finish a job faster than the current worker, it should be able to preempt the current worker. The job should be migrated to the new worker. Also, right now we don't keep a connection to a mirror alive for multiple fetches. This connection handling is done inside libfetch. libfetch has to be modified to keep a connection alive when there are pending requests. Cheers Ambarish