Description
The ZooKeeperScaler is currently creating the keystore and truststore every scale operation. But it deletes them only once. As a result, if user scales Zoo up or down by more than one node, it will create multiple sets of the certificate stores but delete only one. This is causing issues such as #5579 when the temp dir gets full.