You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Zhen Zhang (JIRA)" <ji...@apache.org> on 2013/12/10 20:32:07 UTC

[jira] [Created] (HELIX-342) set info field in current-state only if it's not empty

Zhen Zhang created HELIX-342:
--------------------------------

             Summary: set info field in current-state only if it's not empty
                 Key: HELIX-342
                 URL: https://issues.apache.org/jira/browse/HELIX-342
             Project: Apache Helix
          Issue Type: Bug
            Reporter: Zhen Zhang
            Assignee: Zhen Zhang


task framework uses an additional info field in the current-state. the default value is an empty string. we may not set it if it is empty.

In HelixStateTransitionHandler#postHandleMessage()

_currentStateDelta.setInfo(partitionId, taskResult.getInfo());



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)