-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-28662 Removing missing scanner via REST should return 404 #5989
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
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.
Seems reasonable but will this introduce incompatible changes to current REST users?
I think this is firmly in the bug fix territory. Technically any non-performance fix changes behaviour and could be considered an incompatible change, but I think it's highly unlikely that users would depend on this bug. |
We change the return code for the case from 500 to 404. |
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 85bd8ee)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 85bd8ee)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 85bd8ee)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 85bd8ee)
No description provided.