sanpwc commented on code in PR #7265:
URL: https://github.com/apache/ignite-3/pull/7265#discussion_r2643608401
##########
modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/recovery/DisasterRecoveryApi.java:
##########
@@ -41,85 +41,6 @@
@Controller("/management/v1/recovery")
@Tag(name = "recovery")
public interface DisasterRecoveryApi {
- @Get("state/local")
- @Operation(operationId = "getLocalPartitionStates", description = "Returns
local partition states.")
Review Comment:
Probably, I've missed that. We still have an ability to retrieve
local/global partition states, where partition states are zone partition
states, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]