keith-turner commented on PR #5886:
URL: https://github.com/apache/accumulo/pull/5886#issuecomment-3299963947
Tried running upgrade start w/ these changes and saw the following.
```
$ accumulo upgrade --start
Thread 'upgrade' died.
java.lang.IllegalArgumentException: Site configuration can not contain table
properties, saw : table.durability
at
org.apache.accumulo.core.conf.SiteConfiguration.lambda$new$0(SiteConfiguration.java:209)
at java.base/java.util.HashMap.forEach(HashMap.java:1421)
at
java.base/java.util.Collections$UnmodifiableMap.forEach(Collections.java:1554)
at
org.apache.accumulo.core.conf.SiteConfiguration.<init>(SiteConfiguration.java:207)
at
org.apache.accumulo.core.conf.SiteConfiguration$Builder.build(SiteConfiguration.java:171)
at
org.apache.accumulo.core.conf.SiteConfiguration.auto(SiteConfiguration.java:200)
at
org.apache.accumulo.server.util.UpgradeUtil.execute(UpgradeUtil.java:316)
at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:81)
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]