Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f4c4c01fa0f5522521981b550e1b18c738240c3
Choose a base ref
..
head repository: influxdata/influxdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5f84901bb4940a59a9098f0fd4796205d2b354eb
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 CHANGELOG.md
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@
- [#2408](https://github.com/influxdb/influxdb/pull/2408): Fix snapshot 500 error
- [#1896](https://github.com/influxdb/influxdb/issues/1896): Excessive heartbeater logging of "connection refused" on cluster node stop
- [#2418](https://github.com/influxdb/influxdb/pull/2418): Fix raft node getting stuck in candidate state
- [#2415](https://github.com/influxdb/influxdb/pull/2415): Raft leader ID now set on election after failover.
- [#2415](https://github.com/influxdb/influxdb/pull/2415): Ensure no field value is null.
- [#2415](https://github.com/influxdb/influxdb/pull/2415): Raft leader ID now set on election after failover. Thanks @xiaost
- [#2429](https://github.com/influxdb/influxdb/pull/2429): Ensure no field value is null.

### Features
- [#2410](https://github.com/influxdb/influxdb/pull/2410) Allow configuration of Raft timers