Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B00917474 for ; Mon, 3 Nov 2014 21:40:34 +0000 (UTC) Received: (qmail 39503 invoked by uid 500); 3 Nov 2014 21:40:33 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 39465 invoked by uid 500); 3 Nov 2014 21:40:33 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 39454 invoked by uid 500); 3 Nov 2014 21:40:33 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 39451 invoked by uid 99); 3 Nov 2014 21:40:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 21:40:33 +0000 Date: Mon, 3 Nov 2014 21:40:33 +0000 (UTC) From: "Sergey Edunov (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GIRAPH-963) Aggregators may fail with IllegalArgumentException upon deserialization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Edunov created GIRAPH-963: ------------------------------------ Summary: Aggregators may fail with IllegalArgumentException up= on deserialization Key: GIRAPH-963 URL: https://issues.apache.org/jira/browse/GIRAPH-963 Project: Giraph Issue Type: Bug Reporter: Sergey Edunov Priority: Trivial Found this in one of the runs, fix is simple: java.lang.IllegalArgumentException: Trying to configure configurable object= without value, class =E2=80=A6 =09at org.apache.giraph.utils.ConfigurationUtils.configureIfPossible(Config= urationUtils.java:153) =09at org.apache.giraph.utils.ReflectionUtils.newInstance(ReflectionUtils.j= ava:111) =09at org.apache.giraph.master.AggregatorReduceOperation.initAggregator(Agg= regatorReduceOperation.java:65) =09at org.apache.giraph.master.AggregatorReduceOperation.readFields(Aggrega= torReduceOperation.java:114) =09at org.apache.giraph.master.AggregatorToGlobalCommTranslation$Aggregator= Wrapper.readFields(AggregatorToGlobalCommTranslation.java:288) =09at org.apache.giraph.master.AggregatorToGlobalCommTranslation.readFields= (AggregatorToGlobalCommTranslation.java:184) =09at org.apache.giraph.master.BspServiceMaster.prepareCheckpointRestart(Bs= pServiceMaster.java:823) =09at org.apache.giraph.master.BspServiceMaster.assignPartitionOwners(BspSe= rviceMaster.java:1140) =09at org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServ= iceMaster.java:1609) =09at org.apache.giraph.master.MasterThread.run(MasterThread.java:124) -- This message was sent by Atlassian JIRA (v6.3.4#6332)