PrivacyManager in Spark create a new ServiceDiscoveryManager

While working on the problem that IBB is choosen, even if Bytestream is possible, i discovered that the PrivacyManager in Spark creates a new DiscoveryManager to check if privacy is supported.

This new ServiceDiscoveryManager will, in addition to the standard Manager, reply on all disco#info requests. This results in the issue, that disco#info requests are replied twice. In some circumstances this will cause that Bytestream fails and IBB is choosen.

I created a patch for Spark to make the PrivacyManager use the standard DiscoveryManager instead creating a new one.
Privacy_bytestreamPatch_22.09.11.patch.zip (467 Bytes)

Please create Jira Bug at Ignite, attach the patch and upload patch to the internal and external SVN. This has to be in the 2.7.0 beta.

reviewed and commited to Spark Install4J-505 svn: 12595

Danke sehr!

SPARK-1437