You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Dionysios Logothetis (Jira)" <ji...@apache.org> on 2020/05/14 05:57:00 UTC

[jira] [Updated] (GIRAPH-1151) Avoid message value factory initialization in Apache Giraph

     [ https://issues.apache.org/jira/browse/GIRAPH-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dionysios Logothetis updated GIRAPH-1151:
-----------------------------------------
    Fix Version/s: 1.3.0

> 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
>             Fix For: 1.3.0
>
>   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
(v8.3.4#803005)