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 45f5747 Fixes bug with -a server option (#2119)
add adcc34e ConditionalWriterConfig - update create method and props
gathering (#2116)
No new revisions were added by this update.
Summary of changes:
.../accumulo/core/client/AccumuloClient.java | 14 ++++
.../core/client/ConditionalWriterConfig.java | 51 ++++++++++---
.../accumulo/core/clientImpl/ClientContext.java | 56 +++++++++++---
.../apache/accumulo/core/conf/ClientProperty.java | 27 +++++--
.../apache/accumulo/test/ConditionalWriterIT.java | 86 +++++++++-------------
.../accumulo/test/functional/AccumuloClientIT.java | 3 +-
.../test/functional/SessionDurabilityIT.java | 11 +--
7 files changed, 163 insertions(+), 85 deletions(-)