kevinrr888 opened a new pull request, #5735:
URL: https://github.com/apache/accumulo/pull/5735
Problem was two-fold:
1) ed40b628514750c95e3e40abcd8330493f4d99a3 updated the set of fixed
properties to be more accurate. This test was changing a property
that was newly declared as fixed, so config change wasn't being picked up
since related servers weren't restarted. Now restart related servers (the
TServers) after config change.
2) The config set before starting the MAC called `cfg.useMiniDFS()`
which simply returned the value of `useMiniDFS`, and didn't set
anything. This caused things to hang after restarting the TServers. Changed
to `cfg.useMiniDFS(true)` and renamed `useMiniDFS()` -> `getUseMiniDFS()`
--
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]