We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3759d commit 7da3c8eCopy full SHA for 7da3c8e
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/OzoneSecretManager.java
@@ -189,7 +189,7 @@ public String formatTokenId(T id) {
189
public synchronized void start(CertificateClient client)
190
throws IOException {
191
Preconditions.checkState(!isRunning());
192
- this.certClient = client;
+ setCertClient(client);
193
updateCurrentKey(new KeyPair(certClient.getPublicKey(),
194
certClient.getPrivateKey()));
195
setIsRunning(true);
0 commit comments