Repository: usergrid
Updated Branches:
  refs/heads/master ce9d66c31 -> b41845188


Remove reuse address.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/b4184518
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/b4184518
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/b4184518

Branch: refs/heads/master
Commit: b41845188b1fe65d07a1e9f05d39e63774c8da01
Parents: ce9d66c
Author: Michael Russo <[email protected]>
Authored: Sat Nov 12 00:57:21 2016 -0800
Committer: Michael Russo <[email protected]>
Committed: Sat Nov 12 00:57:21 2016 -0800

----------------------------------------------------------------------
 .../persistence/core/datastax/impl/DataStaxClusterImpl.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/b4184518/stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/datastax/impl/DataStaxClusterImpl.java
----------------------------------------------------------------------
diff --git 
a/stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/datastax/impl/DataStaxClusterImpl.java
 
b/stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/datastax/impl/DataStaxClusterImpl.java
index 2bb1a0a..de3aa65 100644
--- 
a/stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/datastax/impl/DataStaxClusterImpl.java
+++ 
b/stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/datastax/impl/DataStaxClusterImpl.java
@@ -217,8 +217,7 @@ public class DataStaxClusterImpl implements DataStaxCluster 
{
         // purposely add a couple seconds to the driver's lower level socket 
timeouts vs. cassandra timeouts
         final SocketOptions socketOptions = new SocketOptions()
             .setConnectTimeoutMillis( cassandraConfig.getTimeout() + 2000)
-            .setReadTimeoutMillis( cassandraConfig.getTimeout() + 2000)
-            .setReuseAddress();
+            .setReadTimeoutMillis( cassandraConfig.getTimeout() + 2000);
 
         final QueryOptions queryOptions = new QueryOptions()
             .setConsistencyLevel(defaultConsistencyLevel);

Reply via email to