You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prevent retention service from hanging, which could lead to a failure to remove old shards.
27
+
- Fix shard precreation service to pre-create shards for more than the first database.
28
+
- Fix issues with remote iterators caused by floating point literals being rounded in a way that causes precision loss and can drastically change the result.
29
+
This impacts InfluxQL statements that require creating remote iterators.
30
+
Clusters with replication across all data nodes are unlikely to see this issue.
31
+
The additional visible changes of this fix include:
32
+
- Changes precision of floating point numbers in error messages related to InfluxQL.
33
+
- Changes precision of floating point numbers in "EXPLAIN" and "EXPLAIN ANALYZE" output.
34
+
- Changes precision of floating point numbers from InfluxQL expressions included in tracing spans.
35
+
- Fix panic when empty tags are queried.
36
+
- Fix `influx_inspect` error when deleting last measurement.
37
+
- Improve TSM error handling.
38
+
39
+
### Other
40
+
41
+
- Upgrade Flux to v0.194.5.
42
+
- Upgrade Go to 1.21.10.
43
+
- Upgrade `protobuf` library.
44
+
45
+
---
46
+
22
47
## v1.11.5 {date="2024-02-14"}
23
48
24
49
{{% note %}}
25
50
#### Upgrading from InfluxDB Enterprise v1.11.3
26
51
27
-
If upgrading from InfluxDB Enterprise v1.11.3 to {{< latest-patch >}}, you can
52
+
If upgrading from InfluxDB Enterprise v1.11.3+ to {{< latest-patch >}}, you can
28
53
now configure whether or not InfluxDB compacts series files on startup using the
0 commit comments