Skip to content

Commit

Permalink
close apache#2595
Browse files Browse the repository at this point in the history
  • Loading branch information
haohao0103 committed Jul 19, 2024
1 parent 03b40a5 commit 4d5ba12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public RestApiResponse getPartitions() {
role = shard.getRole();
address = pdRestService.getStore(
shard.getStoreId()).getAddress();
partitionId = partition.getId();
if (finalShardStats.containsKey(shard.getStoreId())) {
state = finalShardStats.get(shard.getStoreId()).getState().toString();
progress = finalShardStats.get(shard.getStoreId()).getProgress();
Expand Down

0 comments on commit 4d5ba12

Please sign in to comment.