Aias00 opened a new pull request, #785:
URL: https://github.com/apache/rocketmq-dashboard/pull/785

   ### Which Issue(s) This PR Fixes
   
   Fixes #784
   
   ### Brief Description
   
   This PR stops Studio cluster runtime operations from reporting fake success 
before a real execution provider is wired.
   
   The affected service methods still validate cluster/node existence first, 
preserving existing 404 behavior. When the target exists, broker restart, 
NameServer create/update/restart/upgrade/delete, and proxy restart now return a 
`BusinessException(501, ...)` instead of logging a no-op and returning success.
   
   ### How Did You Test This Change?
   
   - 
`JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home
 mvn -Dtest=ClusterServiceTest test`
   - 
`JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home
 mvn -Dtest=ClusterControllerTest,NameServerControllerTest,ProxyControllerTest 
test`
   


-- 
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]

Reply via email to