Fix for issue#2742 : NullPointerException in disk store under high load on clear()#3114
Conversation
chrisdennis
left a comment
There was a problem hiding this comment.
The changes look good... and I think the commit structure is legitimate. The merge commit needs to have a better commit message. It really needs to identify that it is a merge commit, and what it merges in to where, and why. So if you were merging main in to the fix branch then it would say that, if you merged the fix branch in to main (aka an integration branch) then it would mention that. Leaving the commit message as is would be confusing for anyone browsing the commit history in the future.
I agree, because funny enough, it took me some effort to figure out what the difference was between the two commits. |
|
Suggest: close the previous PR, with a comment pointing at this one as the replacement. |
6dd3332 to
f1b6064
Compare
f1b6064 to
4bcab22
Compare
Fix for issue #2742 : NullPointerException in disk store under high load on clear()