Github user pivotal-amurmann commented on a diff in the pull request: https://github.com/apache/geode/pull/716#discussion_r135087207 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/standalone/DUnitLauncher.java --- @@ -297,6 +297,8 @@ public Object call() throws IOException { // able to do so successfully anyway p.setProperty(DISABLE_AUTO_RECONNECT, "true"); + System.setProperty("geode.feature-protobuf-protocol", "true"); --- End diff -- Ideally we would not set this all the time. However, it would be a non-trivial effort to only set this when we need it and the feature flag should go away soon entirely.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---