[
https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277788#comment-16277788
]
ASF GitHub Bot commented on GEODE-3022:
---------------------------------------
mmartell opened a new pull request #162: GEODE-3022: Removing a duplicate test
URL: https://github.com/apache/geode-native/pull/162
This is an unnecessary test. It is covered by the NEW_CONFIG test in this
file.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [JGRP00001] configuration error: the following properties in
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport are
> not recognized: {ignore_dont_bundle=false}
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3022
> URL: https://issues.apache.org/jira/browse/GEODE-3022
> Project: Geode
> Issue Type: Bug
> Reporter: Sumitra Chatterjee
> Priority: Blocker
>
> Getting above exception when trying to start cache server. Further checked in
> JGroupsMessenger.java and found below:
> void setMessageFlags(DistributionMessage gfmsg, Message msg) {
> // Bundling is mostly only useful if we're doing no-ack work,
> // which is fairly rare
> msg.setFlag(Flag.DONT_BUNDLE);
> As per https://issues.jboss.org/browse/JGRP-1737, DONT_BUNDLE is probably not
> to be used (correct me if I am misunderstanding). Any ideas how to get the
> server start up would be very helpful.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)