Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97FE1CEF2 for ; Sun, 20 May 2012 05:02:45 +0000 (UTC) Received: (qmail 611 invoked by uid 500); 20 May 2012 05:02:44 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 422 invoked by uid 500); 20 May 2012 05:02:43 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 365 invoked by uid 99); 20 May 2012 05:02:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 05:02:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 674D614281C for ; Sun, 20 May 2012 05:02:41 +0000 (UTC) Date: Sun, 20 May 2012 05:02:41 +0000 (UTC) From: "Hudson (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <560687261.654.1337490161425.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1201654549.12970.1335874307746.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-566) Add a disk-based queue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279663#comment-13279663 ] Hudson commented on HAMA-566: ----------------------------- Integrated in Hama-Nightly #552 (See [https://builds.apache.org/job/Hama-Nightly/552/]) [HAMA-566]: Add a disk-based queue (Revision 1340371) Result = ABORTED tjungblut : Files : * /incubator/hama/trunk/CHANGES.txt * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/AbstractMessageManager.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroBSPMessageBundle.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/DiskQueue.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/SingleLockQueue.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/SynchronizedQueue.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/compress/Bzip2Compressor.java * /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/compress/SnappyCompressor.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/MiniZooKeeperCluster.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestBSPMasterGroomServer.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestBSPTaskFaults.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestCheckpoint.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestClusterStatus.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestZooKeeper.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/message/TestAvroMessageManager.java * /incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/message/TestHadoopMessageManager.java > Add a disk-based queue > ---------------------- > > Key: HAMA-566 > URL: https://issues.apache.org/jira/browse/HAMA-566 > Project: Hama > Issue Type: New Feature > Components: bsp core, messaging > Affects Versions: 0.5.0 > Reporter: Thomas Jungblut > Assignee: Thomas Jungblut > Fix For: 0.5.0 > > Attachments: HAMA-566.patch > > > After the refactoring in HAMA-521 the disk-queue is still malfunctioning. It hangs after a superstep in the method where we switch from the local queue to the messaging queue. > Generally it is useful to make a sequence diagram to know what happens when. > We want to use low overhead buffered byte writing instead of sequence files and we want to write to local disk. > Currently the disk queue is doing the exact opposite. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira