Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
Happened to notice this.
TestEncryptionZones#setup didn't waitActive on the minicluster. There's also a test case that does a unnecessary waitActive:
cluster.restartNameNode(true);
cluster.waitActive();
We should fix this.