[
https://issues.apache.org/jira/browse/GIRAPH-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dionysios Logothetis resolved GIRAPH-1151.
------------------------------------------
Resolution: Fixed
> Avoid message value factory initialization in Apache Giraph
> -----------------------------------------------------------
>
> Key: GIRAPH-1151
> URL: https://issues.apache.org/jira/browse/GIRAPH-1151
> Project: Giraph
> Issue Type: Improvement
> Reporter: Yuksel Akinci
> Priority: Major
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Messages in Giraph are instantiated using a "message value factory" class.
> Currently the message value factory gets instantiated every time a message is
> sent, which is unnecessary and can cause high overhead if the message value
> factory constructor contains expensive operation. Factory objects are be
> saved to avoid repeated expensive object creations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)