You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2021/11/04 15:57:55 UTC

[geode] branch GEM-3421-Geode-for-Redis-String-TLS-Tests updated: Builds locally but not for Hydra?

This is an automated email from the ASF dual-hosted git repository.

ringles pushed a commit to branch GEM-3421-Geode-for-Redis-String-TLS-Tests
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/GEM-3421-Geode-for-Redis-String-TLS-Tests by this push:
     new b2f33ab  Builds locally but not for Hydra?
b2f33ab is described below

commit b2f33ab760ec33bf35ac882000ac78f06e847f43
Author: Ray Ingles <ri...@vmware.com>
AuthorDate: Thu Nov 4 11:56:43 2021 -0400

    Builds locally but not for Hydra?
---
 .../apache/geode/redis/internal/executor/cluster/ClusterExecutor.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
index 53a2abf..9edff94 100644
--- a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
+++ b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
@@ -51,6 +51,7 @@ import org.apache.geode.redis.internal.parameters.RedisParametersMismatchExcepti
 
 
 public class ClusterExecutor implements CommandExecutor {
+
   private static final Logger logger = LogService.getLogger();
 
   @Override