You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Attila Horvath (JIRA)" <ji...@apache.org> on 2018/03/07 15:12:00 UTC

[jira] [Created] (JCS-187) TCPLateralCache with multiple Server not working

Attila Horvath created JCS-187:
----------------------------------

             Summary: TCPLateralCache with multiple Server not working
                 Key: JCS-187
                 URL: https://issues.apache.org/jira/browse/JCS-187
             Project: Commons JCS
          Issue Type: Bug
          Components: TCP Lateral Cache
            Reporter: Attila Horvath


Hi,

a distributed configuration based on "Lateral TCP Auxiliary Cache" is not working as designed. If I configure multiple servers:

jcs.auxiliary.LTCP.attributes.TcpServers=localhost:6111,192.168.1.1:6110,192.168.1.2:6110

..JCS creates a configuration for each server. The configurations created are not correct, each TCPLateralCacheAttributes-Instance holds the IP/Port for the last server entry. It is possibly a clone / deepclone issue in TCPLateralCacheAttributes. (changing the server in one TCPLateralCacheAttributes-Instance causes to change the server in all TCPLateralCacheAttributes-Instances)

Thank you,

Attila Horvath



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)