[
https://issues.apache.org/jira/browse/GIRAPH-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197693#comment-14197693
]
Hudson commented on GIRAPH-963:
-------------------------------
ABORTED: Integrated in Giraph-trunk-Commit #1499 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/1499/])
GIRAPH-963 Aggregators may not be initialized properly (majakabiljo:
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=acd716fd2ff9e04c47a531fc194003fc2d5a9dc1)
* CHANGELOG
*
giraph-core/src/main/java/org/apache/giraph/master/AggregatorToGlobalCommTranslation.java
> Aggregators may fail with IllegalArgumentException upon 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 …
> at
> org.apache.giraph.utils.ConfigurationUtils.configureIfPossible(ConfigurationUtils.java:153)
> at
> org.apache.giraph.utils.ReflectionUtils.newInstance(ReflectionUtils.java:111)
> at
> org.apache.giraph.master.AggregatorReduceOperation.initAggregator(AggregatorReduceOperation.java:65)
> at
> org.apache.giraph.master.AggregatorReduceOperation.readFields(AggregatorReduceOperation.java:114)
> at
> org.apache.giraph.master.AggregatorToGlobalCommTranslation$AggregatorWrapper.readFields(AggregatorToGlobalCommTranslation.java:288)
> at
> org.apache.giraph.master.AggregatorToGlobalCommTranslation.readFields(AggregatorToGlobalCommTranslation.java:184)
> at
> org.apache.giraph.master.BspServiceMaster.prepareCheckpointRestart(BspServiceMaster.java:823)
> at
> org.apache.giraph.master.BspServiceMaster.assignPartitionOwners(BspServiceMaster.java:1140)
> at
> org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServiceMaster.java:1609)
> at org.apache.giraph.master.MasterThread.run(MasterThread.java:124)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)