Hi John,

It looks like 'groups' property is ignored when configured using spring xml 
based configurations,

Version : spring-data-geode:1.0.0.INCUBATING-RELEASE

SERVER_LOGS:

[info 2016/11/21 12:42:22.864 IST <main> tid=0x1] CacheServer Configuration:   
port=40404 max-connections=800 max-threads=0 notify-by-subscription=true 
socket-buffer-size=32768 maximum-time-between-pings=60000 
maximum-message-count=230000 message-time-to-live=180 eviction-policy=none 
capacity=1 overflow directory=. groups=[MYGROUP] loadProbe=ConnectionCountProbe 
loadPollInterval=5000 tcpNoDelay=true


gfe:cache-server id="geodeServer"
                                         cache-ref="geodeCache"
                                         auto-startup="true"
                                         
port="#{portGenerator.generatePort(40404,40410)}"
                                         notify-by-subscription="true"
                                         
max-connections="${geode.cache.server.max-connections}"
                                         
max-threads="${geode.cache.server.max-threads}"
                                         
max-message-count="${geode.cache.server.max-message-count}"
                                         groups="MYGROUP">
                            </gfe:cache-server>

FROM GFSH:


[cid:[email protected]]

Thanks & Regards,
Dharam Thacker

This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information,  viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email

Reply via email to