[
https://issues.apache.org/jira/browse/RATIS-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze resolved RATIS-1500.
-------------------------------
Resolution: Fixed
Thanks [~adoroszlai] for reviewing the pull request.
I have merged it.
> Fix LogAppender NN_NAKED_NOTIFY
> -------------------------------
>
> Key: RATIS-1500
> URL: https://issues.apache.org/jira/browse/RATIS-1500
> Project: Ratis
> Issue Type: Improvement
> Components: server
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> In LogAppender, we have suppressed the NN_NAKED_NOTIFY findbugs warning.
> {code}
> @SuppressFBWarnings("NN_NAKED_NOTIFY")
> default void notifyLogAppender() {
> synchronized (this) {
> notify();
> }
> }
> {code}
> See http://findbugs.sourceforge.net/bugDescriptions.html#NN_NAKED_NOTIFY
--
This message was sent by Atlassian Jira
(v8.20.1#820001)