This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from dd7f6089d2 Merge branch '2.1'
add aeddc583b1 Workaround flaw in ScheduledThreadPoolExecutor.execute()
(#6068)
new 50dfe267b8 Merge branch '2.1'
The 1 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:
.../accumulo/core/util/threads/ThreadPools.java | 12 ++++-
.../core/util/threads/ThreadPoolsTest.java | 60 ++++++++++++++++++++++
2 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644
core/src/test/java/org/apache/accumulo/core/util/threads/ThreadPoolsTest.java