ekaterinadimitrova2 commented on a change in pull request #1425:
URL: https://github.com/apache/cassandra/pull/1425#discussion_r800108687
##########
File path: src/java/org/apache/cassandra/config/YamlConfigurationLoader.java
##########
@@ -137,9 +142,48 @@ public Config loadConfig(URL url) throws
ConfigurationException
}
catch (YAMLException e)
{
- throw new ConfigurationException("Invalid yaml: " + url +
SystemUtils.LINE_SEPARATOR
- + " Error: " + e.getMessage(),
false);
+ throw new ConfigurationException("Invalid yaml: " + url, e);
Review comment:
Actually we absolutely need this change, otherwise the users won't see
the exceptions for units, etc
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]