gesterzhou commented on a change in pull request #6964:
URL: https://github.com/apache/geode/pull/6964#discussion_r725681312
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
##########
@@ -5571,6 +5583,9 @@ public void cleanupFailedInitialization() {
logger.warn(
"PartitionedRegion#cleanupFailedInitialization(): Failed to clean
the PartionRegion data store",
ex);
+ if (savedFirstRuntimeException == null && ex instanceof
RuntimeException) {
Review comment:
done
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
##########
@@ -5592,6 +5607,9 @@ public void cleanupFailedInitialization() {
logger.warn(
"PartitionedRegion#cleanupFailedInitialization: Failed to clean
the PartionRegion allPartitionedRegions",
ex);
+ if (savedFirstRuntimeException == null && ex instanceof
RuntimeException) {
Review comment:
done
--
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]