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

dschneider pushed a change to branch feature/GEODE-6291
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from ced4b68  start a new build
     new 6bec9ff  GEODE-6433: Fix assembly tests after upgrading to 
1.10.0-SNAPSHOT
     new 888d2b2  GEODE-6424: Greatly improves statistic counter storage 
throughput. (#3204)
     new 92e1ffe  GEODE-6283: have the management rest controller call the 
internal man… (#3210)
     new b8af020  GEODE-6438: Windows CI images to not consider 
administrators_authoriz… (#3215)
     new eca66d3  Merge remote-tracking branch 'origin/develop' into 
feature/GEODE-6291

The 7466 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:
 build.gradle                                       |   2 +-
 .../windows-packer.json                            |   2 +
 .../integrationTest/resources/assembly_content.txt |  46 +-
 .../resources/dependency_classpath.txt             |  24 +-
 .../distributed/internal/InternalLocator.java      |  11 -
 .../apache/geode/internal/cache/HttpService.java   |   2 +-
 .../apache/geode/internal/concurrent/Atomics.java  |  27 --
 .../internal/statistics/LocalStatisticsImpl.java   |  16 +-
 .../geode/internal/statistics/StatisticsImpl.java  |  12 +-
 .../internal/statistics/StripedStatisticsImpl.java | 102 +++++
 .../internal/stats50/Atomic50StatisticsImpl.java   | 483 ---------------------
 .../geode/internal/cache/CachePerfStatsTest.java   |  53 ++-
 12 files changed, 177 insertions(+), 603 deletions(-)
 create mode 100644 
geode-core/src/main/java/org/apache/geode/internal/statistics/StripedStatisticsImpl.java
 delete mode 100644 
geode-core/src/main/java/org/apache/geode/internal/stats50/Atomic50StatisticsImpl.java

Reply via email to