akhaku commented on a change in pull request #382:
URL: https://github.com/apache/curator/pull/382#discussion_r598970971
##########
File path:
curator-framework/src/main/java/org/apache/curator/framework/imps/EnsembleTracker.java
##########
@@ -211,7 +211,7 @@ private void processConfigData(byte[] data) throws Exception
}
else
{
- log.error("Invalid config event received: {}", properties);
+ log.debug("Invalid config event received: {}", properties);
Review comment:
Here's an example:
```Invalid config event received: {server.1=100.1.2.3:2888:3888:participant,
version=0, server.5=100.2.3.4:2888:3888:participant,
server.4=100.3.4.5:2888:3888:participant,
server.3=100.4.5.6:2888:3888:participant,
server.2=100.5.6.7:2888:3888:participant}```
There's a bit more discussion on the [Jira
ticket](https://issues.apache.org/jira/browse/CURATOR-526), in case you haven't
seen that yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]