Github user metatype commented on a diff in the pull request:
https://github.com/apache/incubator-geode/pull/199#discussion_r71168319
--- Diff:
geode-client-native/src/cppcache/impl/ThinClientRedundancyManager.hpp ---
@@ -56,7 +56,7 @@ namespace gemfire {
void netDown( );
void acquireRedundancyLock( ) { m_redundantEndpointsLock.acquire_read(
); }
void releaseRedundancyLock( ) { m_redundantEndpointsLock.release( ); }
- volatile bool allEndPointDiscon() { return m_IsAllEpDisCon;}
+ bool allEndPointDiscon() { return m_IsAllEpDisCon;} //Copyright: Amdocs
Software Systems Limited, 2016
--- End diff --
Source code attribution comments are generally discouraged within ASF
projects since the code is owned and maintained by the community, not
individual contributors or companies.
Some references:
http://s.apache.org/iZl
http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev/201505.mbox/%3CCAGHyZ6LcrZ1aPMUjJ%3DrJkkK19Cmveew7PmTUKuWprK_bz3jxmg%40mail.gmail.com%3E
---
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.
---