Github user masaki-yamakawa commented on the issue:
https://github.com/apache/geode/pull/458
Thank you very much for your reply.
> I'm uneasy about having this client-specific setting in the distributed
system properties. These properties generally apply to DistributedSystem and
its sub-components like DistributionManager and MembershipManager.
I think so, too. Then, what do you think about the idea to add to the
attribute of pool?
For example, cache.xml like this:
`
<pool name="MyPool" connect-timeout="15000">
<locator host="localhost" port="10334" />
</pool>
`
API like this:
`
ClientCacheFactory().addPoolLocator("localhost",
10334).setConnecTimeout(15000)
`
* Default:59000 ms
---
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 [email protected] or file a JIRA ticket
with INFRA.
---