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

Hudson commented on GORA-120:
-----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    GORA-120 Dirty fields are not correctly applied after serialization and map 
clearance (Revision 9f6611e931ae122f69c5aee5aac95e72f6bf778d)

     Result = FAILURE
ferdy : 
Files : 
* gora-core/src/main/java/org/apache/gora/persistency/StatefulMap.java
* CHANGES.txt
* gora-core/src/main/java/org/apache/gora/persistency/impl/PersistentBase.java
* gora-core/src/main/java/org/apache/gora/persistency/StatefulHashMap.java
* gora-core/src/main/java/org/apache/gora/avro/PersistentDatumReader.java

                
> Dirty fields are not correctly applied after serialization and map clearance
> ----------------------------------------------------------------------------
>
>                 Key: GORA-120
>                 URL: https://issues.apache.org/jira/browse/GORA-120
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ferdy Galema
>             Fix For: 0.2
>
>         Attachments: GORA-120-v1.txt
>
>
> Dirty fields are not correctly applied in these situations:
> -All entries in the map are incorrectly made dirty when a Persistent is 
> deserialized.
> -Also, due to a separate bug all non-map entries that are deserialized are 
> made dirty too. (This is pure coincidence as the bugs have different causes).
> -Finally, when a map is cleared but some entries that are put afterwards are 
> actually the same as before, it should be noticed as non-dirty. (This happens 
> in Nutchgora a lot: getInlinks.clear(), getOutlinks.clear(), 
> getHeaders.clear() etc.).
> Because of this a lot of fields are dirty when they in fact are not. It is 
> never the other way around. Therefore, this bug purely affects performance.
> Patch will follow shortly. Let me know if you have any comments.

--
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