[
https://issues.apache.org/jira/browse/GEODE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654551#comment-14654551
]
ASF GitHub Bot commented on GEODE-109:
--------------------------------------
Github user sbawaska commented on a diff in the pull request:
https://github.com/apache/incubator-geode/pull/13#discussion_r36256895
--- Diff:
gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
---
@@ -37,12 +43,19 @@ public int compareTo(Object arg0) {
other = ((DoubleWrapper) arg0).score;
} else if (arg0 instanceof String) {
String arg = (String) arg0;
+ try {
--- End diff --
Please check to see if comparing to String is required.
> Bugs in redis adapter when running with multiple vms
> ----------------------------------------------------
>
> Key: GEODE-109
> URL: https://issues.apache.org/jira/browse/GEODE-109
> Project: Geode
> Issue Type: Bug
> Components: core
> Affects Versions: 1.0.0-incubating
> Reporter: Vitaliy Gavrilov
>
> 1) The meta data attached with the redis lists implementation does not always
> stay synchronized with the list.
> 2) Queries run by sorted set requests fail in execution
> 3) Potential deadlock when regions are created simultaneously in different vms
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)