You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/01/23 19:05:55 UTC

[geode-native] branch develop updated (ed8a29a -> 7dae2c1)

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from ed8a29a  Merge branch 'feature/GEODE-4346' into develop
     new 0751151  GEODE-2484: Fixes IPO/WPO on windows.
     new 4fa0d40  GEODE-2484: Improve old integration test stability with jmx port per test.
     new ca01ef5  GEODE-2484: Cleanup ExpiryTaskManager
     new 7dae2c1  GEODE-2484: Replace ACE TSS with thread_local in TSSTXStateWrapper

The 981 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     | 12 ++++----
 cppcache/CMakeLists.txt                            |  1 -
 cppcache/integration-test/CacheHelper.cpp          |  7 +++--
 cppcache/integration-test/CacheHelper.hpp          |  6 ++++
 cppcache/src/CacheTransactionManagerImpl.cpp       | 30 +++++++++----------
 cppcache/src/ExecutionImpl.cpp                     |  2 +-
 cppcache/src/ExpiryTaskManager.cpp                 | 25 ----------------
 cppcache/src/ExpiryTaskManager.hpp                 | 22 +++++---------
 .../src/InternalCacheTransactionManager2PCImpl.cpp |  6 ++--
 cppcache/src/LocalRegion.cpp                       | 10 +++----
 cppcache/src/LocalRegion.hpp                       |  4 +--
 cppcache/src/PdxTypeRegistry.cpp                   |  3 +-
 cppcache/src/TSSTXStateWrapper.cpp                 | 12 ++------
 cppcache/src/TSSTXStateWrapper.hpp                 | 34 +++++++++++-----------
 cppcache/src/TXCleaner.cpp                         | 17 ++++-------
 cppcache/src/TXCleaner.hpp                         |  1 -
 cppcache/src/TcrMessage.cpp                        |  2 +-
 cppcache/src/ThinClientPoolDM.cpp                  | 22 +++++++-------
 cppcache/src/ThinClientPoolStickyDM.cpp            |  2 +-
 cppcache/src/ThinClientRegion.cpp                  |  4 +--
 cppcache/src/TransactionSuspender.cpp              | 14 +++------
 cppcache/src/TransactionSuspender.hpp              | 16 ++++------
 cppcache/static/CMakeLists.txt                     | 18 ++++++++----
 cryptoimpl/CMakeLists.txt                          |  1 -
 dependencies/boost/CMakeLists.txt                  |  3 +-
 25 files changed, 112 insertions(+), 162 deletions(-)