Description
Traffic Manager aborts since it cannot elevate access in mgmt/Rollback.cc and mgmt/LocalManager.cc. The root of the issue might be that the semantics of the ElevateAccess constructor argument was changed from (boolean,level) to just a (level) by commit 6a5f6241 or TS-306. It seems the ElevateAccess access( <boolean-expression> ) calls in these two files were not changed.