Add Enterprise 1.8.6 release notes (#2579)
* add OSS 1.8.6 release notes * remove OSS release notes; nothing changed in OSS * update Enterprise 1.8.6 release notes * Tim edits * updates to AE debug logging per David * reorder bug fixes * clarify reason for OSS 1.8.6pull/2581/head
parent
1431a0b820
commit
7c08a34efc
|
@ -9,6 +9,29 @@ menu:
|
|||
parent: About the project
|
||||
---
|
||||
|
||||
## v1.8.6 [2021-05-21]
|
||||
|
||||
{{% note %}}
|
||||
**Fine-grained authorization security update.** If you're on InfluxDB Enterprise 1.8.5, we recommend immediately upgrading to this release. An issue was reported in 1.8.5 where grants with specified permissions for users were not enforced. Versions prior to InfluxDB Enterprise 1.8.5 are not affected. This security update ensures that only users with sufficient permissions can read and write to a measurement.
|
||||
{{% /note %}}
|
||||
|
||||
### Features
|
||||
|
||||
- **Enhanced Anti-Entropy (AE) logging**: When the [debug logging level](/enterprise_influxdb/v1.8/administration/config-data-nodes/#logging-settings) is set (`level="debug"`) in the data node configuration, the Anti-Entropy service reports reasons a shard is not idle, including:
|
||||
- active Cache compactions
|
||||
- active Level (Zero, One, Two) compactions
|
||||
- active Full compactions
|
||||
- active TSM Optimization compactions
|
||||
- cache size is nonzero
|
||||
- shard is not fully compacted
|
||||
- **Enhanced `copy-shard` logging**. Add information to log messages in `copy-shard` functions and additional error tests.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Use the proper TLS configuration when a meta node makes an remote procedure call (RPC) to a data node. Addresses RPC call issues using the following influxd-ctl commands: `copy-shard` `copy-shard-status` `kill-copy-shard` `remove-shard`
|
||||
- Previously, the Anti-Entropy service would loop trying to copy an empty shard to a data node missing that shard. Now, an empty shard is successfully created on a new node.
|
||||
- Check for previously ignored errors in `DiffIterator.Next()`. Update to check before possible function exit and ensure handles are closed on error in digest diffs.
|
||||
|
||||
## v1.8.5 [2020-04-20]
|
||||
|
||||
The InfluxDB Enterprise 1.8.5 release builds on the InfluxDB OSS 1.8.5 release.
|
||||
|
|
|
@ -9,7 +9,12 @@ menu:
|
|||
v2: /influxdb/v2.0/reference/release-notes/influxdb/
|
||||
---
|
||||
|
||||
## v1.8.6 [2021-05-21]
|
||||
|
||||
This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific changes were made for InfluxDB 1.8.6--updates were made to the code base to support [InfluxDB Enterprise 1.8.6](/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog/#v186-2021-05-21).
|
||||
|
||||
## v1.8.5 [2021-04-20]
|
||||
|
||||
### Features
|
||||
|
||||
- Add the ability to find which measurements or shards are contributing to disk size with the new [`influx_inspect report-disk`](/influxdb/v1.8/tools/influx_inspect/#report-disk) command. Useful for capacity planning and managing storage requirements.
|
||||
|
|
Loading…
Reference in New Issue