Skip to content

Commit

Permalink
[apache#768] default refresh all checkers set by rss.coordinator.acce…
Browse files Browse the repository at this point in the history
…ss.checkers
  • Loading branch information
wangjunbo committed Jun 17, 2023
1 parent c5f0772 commit 4e65304
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ private String doRequest(URI uri, String authHeader, RequestBuilder requestBuild
return response;
}

private URI buildURI(String path) {
return buildURI(path, null);
}

private URI buildURI(String path, Map<String, Object> params) {
URI uri;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import org.apache.http.impl.client.CloseableHttpClient;

public class UniffleRestClient implements AutoCloseable, Cloneable {
public class UniffleRestClient implements AutoCloseable {

private RestClient restClient;
private RestClientConf conf;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

package org.apache.uniffle.cli;

import java.util.Collections;

import java.util.HashMap;
import org.apache.hadoop.util.hash.Hash;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.Answers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.uniffle.cli;

import java.io.IOException;
import java.util.Collections;

import java.util.HashMap;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 4e65304

Please sign in to comment.