[
https://issues.apache.org/jira/browse/GORA-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800452#comment-16800452
]
Hudson commented on GORA-545:
-----------------------------
SUCCESS: Integrated in Jenkins build gora-trunk #1761 (See
[https://builds.apache.org/job/gora-trunk/1761/])
GORA-545 Fix split size in infinispan store (madhawa30: rev
9b4f29d41a71f58e2a0a31d03f1bb8117a9e8d60)
* (edit)
gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanStore.java
> Boxing/unboxing to parse a primitive is suboptimal
> --------------------------------------------------
>
> Key: GORA-545
> URL: https://issues.apache.org/jira/browse/GORA-545
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-infinispan
> Affects Versions: 0.8
> Reporter: Ted Yu
> Assignee: Madhawa Gunasekara
> Priority: Major
> Fix For: 0.9
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> An example comes from InfinispanStore.java :
> {code}
> splitSize = Integer.valueOf(
> properties.getProperty( BUFFER_LIMIT_READ_NAME,
> {code}
> splitSize, an int, should be assigned by calling Integer.parseInt()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)