keith-turner opened a new pull request, #5895:
URL: https://github.com/apache/accumulo/pull/5895
ExistingMacIT was failing w/ the following error. Seemed that a newline in
the default fate config json was causing apache commons config to only see up
to the first newline for the value. Removed the newlines in the default config
to fix the issue.
```
org.apache.accumulo.core.conf.ConfigCheckUtil$ConfigCheckException: BAD
CONFIG improperly formatted value for key (manager.fate.user.config, type=fate
user config) : { for site config
at
org.apache.accumulo.core.conf.ConfigCheckUtil.fatal(ConfigCheckUtil.java:150)
at
org.apache.accumulo.core.conf.ConfigCheckUtil.validate(ConfigCheckUtil.java:62)
at
org.apache.accumulo.core.conf.SiteConfiguration.<init>(SiteConfiguration.java:206)
at
org.apache.accumulo.core.conf.SiteConfiguration$Builder.build(SiteConfiguration.java:171)
at
org.apache.accumulo.miniclusterImpl.MiniAccumuloClusterImpl.<init>(MiniAccumuloClusterImpl.java:271)
at
org.apache.accumulo.test.ExistingMacIT.testExistingInstance(ExistingMacIT.java:138)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
```
--
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]