[
https://issues.apache.org/jira/browse/GEODE-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282337#comment-16282337
]
ASF GitHub Bot commented on GEODE-3991:
---------------------------------------
pivotal-jbarrett commented on a change in pull request #166: GEODE-3991: Update
callbacks to take region by reference
URL: https://github.com/apache/geode-native/pull/166#discussion_r155610564
##########
File path: cppcache/src/LocalRegion.cpp
##########
@@ -3109,7 +3109,7 @@ void LocalRegion::invokeAfterAllEndPointDisconnected() {
if (m_listener != nullptr) {
int64_t sampleStartNanos = startStatOpTime();
try {
- m_listener->afterRegionDisconnected(shared_from_this());
Review comment:
Can `shared_from_this` be removed from this class hierarchy?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Implement list jdbc-region-mapping command
> ------------------------------------------
>
> Key: GEODE-3991
> URL: https://issues.apache.org/jira/browse/GEODE-3991
> Project: Geode
> Issue Type: Sub-task
> Components: docs, regions
> Reporter: Fred Krone
> Assignee: Kirk Lund
>
> NAME
> list jdbc-mapping
> SYNOPSIS
> List the all the JDBC stores for all regions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)