-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement-6540][server] Optimize the code related to the processInstanceExecMaps object #6546
Conversation
…stanceExecMaps object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor changed.
...rg/apache/dolphinscheduler/server/master/cache/impl/ProcessInstanceExecCacheManagerImpl.java
Outdated
Show resolved
Hide resolved
...rg/apache/dolphinscheduler/server/master/cache/impl/ProcessInstanceExecCacheManagerImpl.java
Outdated
Show resolved
Hide resolved
...r/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java
Outdated
Show resolved
Hide resolved
...rver/src/main/java/org/apache/dolphinscheduler/server/master/runner/EventExecuteService.java
Outdated
Show resolved
Hide resolved
...rver/src/main/java/org/apache/dolphinscheduler/server/master/runner/EventExecuteService.java
Outdated
Show resolved
Hide resolved
...in/java/org/apache/dolphinscheduler/server/master/cache/ProcessInstanceExecCacheManager.java
Show resolved
Hide resolved
Please fix the code style, you can import the checkstyle.xml file to your IDE. |
sry about submitted multiple times, because I don't know checkstyle. |
@ououtt I am not sure if the UT failed is caused by your changes, you can rebase your code and submit again. |
…stanceExecMaps object
…stanceExecMaps object
I found that I modified the constructor of the MasterRegistryClient class, it initialize the RegistryClient instance. Should I use an init method to initialize the MasterRegistryClient to make UT pass? |
@ououtt I think you can restore all the |
Thank you for your instruction. I deleted the original branch and resubmitted a new pr: 6556 .Maybe I can do better next time. @ruanwenjun |
Purpose of the pull request
Optimize the code related to the processInstanceExecMaps object
Brief change log
Verify this pull request