This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git.
from d607a91 GEODE-10063: Correctly set primary queue connection. (#7382)
new d3e1ca8 GEODE-10084: CliFunction should handle all throwable (#7395)
new 0c14807 GEODE-10092: add more logging for future debug when region
size gets below 0. (#7402)
The 2 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:
.../apache/geode/internal/cache/LocalRegion.java | 15 ++++-
.../apache/geode/management/cli/CliFunction.java | 2 +-
.../internal/cli/functions/ImportDataFunction.java | 49 ++++++--------
.../internal/cli/functions/CliFunctionTest.java | 62 +++++++++++++++++
.../cli/functions/ImportDataFunctionTest.java | 78 ++++++++++++++++++++++
5 files changed, 176 insertions(+), 30 deletions(-)
create mode 100644
geode-gfsh/src/test/java/org/apache/geode/management/internal/cli/functions/CliFunctionTest.java
create mode 100644
geode-gfsh/src/test/java/org/apache/geode/management/internal/cli/functions/ImportDataFunctionTest.java