[ 
https://issues.apache.org/jira/browse/HELIX-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13728308#comment-13728308
 ] 

Hudson commented on HELIX-107:
------------------------------

FAILURE: Integrated in helix #1097 (See 
[https://builds.apache.org/job/helix/1097/])
HELIX-107 rb: 13193 Add support to set custom objects into ZNRecord (kishoreg: 
rev d4e448bea69f56d7dbb6724206ec76e372cad247)
* helix-core/src/main/java/org/apache/helix/ZNRecord.java
* helix-core/src/main/java/org/apache/helix/model/HealthStat.java
* 
helix-core/src/test/java/org/apache/helix/manager/zk/serializer/TestJacksonPayloadSerializer.java
* 
helix-core/src/main/java/org/apache/helix/manager/zk/serializer/JacksonPayloadSerializer.java
* helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java
* 
helix-core/src/main/java/org/apache/helix/manager/zk/serializer/PayloadSerializer.java
* helix-core/src/main/java/org/apache/helix/model/Message.java
* helix-core/src/main/java/org/apache/helix/model/IdealState.java
* 
helix-core/src/main/java/org/apache/helix/manager/zk/ZNRecordStreamingSerializer.java

                
> Add support to set custom objects into ZNRecord
> -----------------------------------------------
>
>                 Key: HELIX-107
>                 URL: https://issues.apache.org/jira/browse/HELIX-107
>             Project: Apache Helix
>          Issue Type: Sub-task
>          Components: helix-core, helix-webapp-admin
>            Reporter: kishore gopalakrishna
>            Assignee: Kanak Biscuitwala
>             Fix For: 0.6.2-incubating
>
>         Attachments: 
> 0001-HELIX-107-Add-support-to-set-custom-objects-into-ZNR.patch
>
>
> Currently all data has to be represented in form of simple fields, mapFields 
> and listFields. This was done so that we can write custom 
> serializer/deserialier so that we get good performance. We saw 30% 
> improvement, however this has impacted code readability. 
> we need to come up with a way where we can set the application specific data 
> using custom serializer and strongly typed object. For example, we can 
> support znrecord.setAdditionalInfo(<T> t) where we can T can implement 
> serialize/deserialize method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to