You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2020/11/18 19:34:33 UTC

[geode] branch develop updated (6dae939 -> 8f8e9d7)

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

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


    from 6dae939  GEODE-8707: fix release scripts for 1.13.1 (#5747)
     add 8f8e9d7  GEODE-8521: Add tests for CoreLoggingExecutors (#5757)

No new revisions were added by this update.

Summary of changes:
 .../internal/FunctionExecutionPooledExecutor.java  | 146 +++---
 .../internal/OverflowQueueWithDMStats.java         |   7 +
 .../internal/SerialQueuedExecutorWithDMStats.java  |  18 +-
 .../ScheduledThreadPoolExecutorWithKeepAlive.java  |   9 +-
 .../internal/logging/CoreLoggingExecutors.java     |  77 +--
 .../internal/logging/CoreLoggingExecutorsTest.java | 581 +++++++++++++++++++++
 .../internal/executors/LoggingExecutors.java       |   4 +-
 7 files changed, 739 insertions(+), 103 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/logging/CoreLoggingExecutorsTest.java