gaussianrecurrence commented on a change in pull request #715:
URL: https://github.com/apache/geode-native/pull/715#discussion_r582906642
##########
File path: cppcache/src/ThinClientPoolDM.cpp
##########
@@ -791,13 +792,22 @@ void ThinClientPoolDM::stopUpdateLocatorListThread() {
}
}
-void ThinClientPoolDM::stopCliCallbackThread() {
- if (m_cliCallbackTask) {
- LOGFINE("ThinClientPoolDM::destroy(): Closing cliCallback thread.");
- m_cliCallbackTask->stopNoblock();
- m_cliCallbackSema.release();
- m_cliCallbackTask->wait();
- m_cliCallbackTask = nullptr;
+void ThinClientPoolDM::startClearPdxTypeRegistryThread() {
Review comment:
Pretty good point!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]