Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchenyu committed Oct 20, 2023
1 parent 78882bf commit 3b5d215
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,8 @@ public void shuffleServerHeartbeatTest() throws Exception {

@Test
public void rpcMetricsTest() throws Exception {
double oldValue, newValue;
CoordinatorTestUtils.waitForRegister(coordinatorClient, 2);
newValue =
double newValue =
coordinators
.get(0)
.getGrpcMetrics()
Expand All @@ -341,7 +340,7 @@ public void rpcMetricsTest() throws Exception {
RssGetShuffleAssignmentsRequest request =
new RssGetShuffleAssignmentsRequest(
appId, 1, 10, 4, 1, Sets.newHashSet(Constants.SHUFFLE_SERVER_VERSION));
oldValue =
double oldValue =
coordinators
.get(0)
.getGrpcMetrics()
Expand Down

0 comments on commit 3b5d215

Please sign in to comment.