@@ -50,6 +50,12 @@ any prior 2.1 release.
5050 to the ` accumulo-cluster ` and ` accumulo-service ` scripts have been backported
5151 from the main branch. This includes syntax changes. Users should review the
5252 scripts for changes that may effect them.
53+ * {% ghi 5688 %} Added option to the Shell config command to show experimental properties.
54+ * {% ghi 5689 %} Modified tokenizer in Shell to provide better support for json values.
55+ * {% ghi 5726 %} Added new configuration properties for the Compactor to specify backoff
56+ behavior when compactions are failing consecutively. This would likely occur when there
57+ is a misconfiguration. This change also includes new logging in the Compactor and
58+ Coordinator, and new metrics being emitted by the Compactor.
5359
5460### Configuration Improvements
5561
@@ -65,6 +71,8 @@ any prior 2.1 release.
6571 optionally compress these iterator options.
6672* {% ghi 5633 %} Added a new property for server processes advertise address
6773 allowing different bind and advertise addresses.
74+ * {% ghi 5638 %} Added a new property to disable assignment and balancing when
75+ the number of tserver is below the configured value. Disabled by default.
6876
6977
7078### Notable Bug Fixes
@@ -85,6 +93,7 @@ any prior 2.1 release.
8593 indefinitely reserved for a compaction that is no longer running. This condition would continue until
8694 the tablet server hosting the tablet was restarted.
8795* {% ghi 5543 %} {% ghi 5552 %} {% ghi 5543 %} Fixed multiple bugs that could destabilize external compactions.
96+ * {% ghi 5707 %} Fixes a bug where an exteranl compaction would not start.
8897
8998### Metrics Improvements
9099
0 commit comments