jmelchio commented on a change in pull request #7116:
URL: https://github.com/apache/geode/pull/7116#discussion_r751570600
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Put70.java
##########
@@ -411,6 +413,9 @@ public void cmdExecute(final Message clientMessage, final
ServerConnection serve
serverConnection.setAsTrue(RESPONDED);
region.getCachePerfStats().incDeltaFullValuesRequested();
return;
+ } catch (UnavailableSecurityManagerException e) {
Review comment:
@jinmeiliao yes, but the issue has only occurred on put70 command so
far.
There are (if I'm not mistaken) 17 other commands that can hit the same
issue so I can make the change there too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]