Skip to content
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

[WFLY-6792] Don't get the JobOperator service with a lock for read-on… #9051

Merged
merged 1 commit into from Jul 20, 2016

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Jul 19, 2016

…ly attributes.

@@ -34,6 +34,14 @@
* @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>
*/
abstract class JobOperationUpdateStepHandler extends JobOperationStepHandler {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class is not well named now. It's name led me to dig into this PR quite a bit because I was concerned an "update step handler" would not only be used for read-only ops. But it is, so that's good. :)

You should probably rename it JobOperationReadOnlyStepHandler since in the future someone else may get confused and extend it for a write op.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me before doing about this as I may merge this soon for 10.1, in which case a rename can come later. It's not necessary to fix the bug which is the first goal.

@bstansberry bstansberry added ready-for-merge Only for use by those with merge permissions! 10.x labels Jul 20, 2016
@jamezp
Copy link
Member Author

jamezp commented Jul 20, 2016

Only change since the read-for-merge label was renaming the OSH from JobOperationUpdateStepHandler to JobOperationReadOnlyStepHandler.

@bstansberry bstansberry merged commit 26ee15c into wildfly:master Jul 20, 2016
@jamezp jamezp deleted the WFLY-6792 branch June 7, 2017 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Only for use by those with merge permissions!
Projects
None yet
2 participants