Skip to content

Commit

Permalink
Update website/content/docs/release-notes/consul/v1_15_x.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
  • Loading branch information
David Yu and im2nguyen authored Mar 1, 2023
1 parent 3d59e00 commit a6d8eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/release-notes/consul/v1_15_x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Current supported extensions include the [Lua](/consul/docs/connect/proxies/envo
- **Service-to-service troubleshooting:** Consul includes a built-in tool for troubleshooting communication between services in a service mesh. The `consul troubleshoot` command enables you to validate communication between upstream and downstream Envoy proxies on VM and Kubernetes deployments.
Refer to [Service-to-service troubleshooting overview](/consul/docs/troubleshoot/troubleshoot-services) for more details on how to use the new troubleshooting commands.

- **Raft write-ahead log (Experimental):** Consul now provides an experimental storage backend called write-ahead log (WAL). WAL implements a traditional log with rotating, append-only log files which resolves a number of performance issues with the current BoltDB storage backend. Refer to [Experimental WAL LogStore backend overview](https://developer.hashicorp.com/consul/docs/agent/wal-logstore) for more details.
- **Raft write-ahead log (Experimental):** Consul provides an experimental storage backend called write-ahead log (WAL). WAL implements a traditional log with rotating, append-only log files which resolves a number of performance issues with the current BoltDB storage backend. Refer to [Experimental WAL LogStore backend overview](/consul/docs/agent/wal-logstore) for more details.

~> **Note:** The new raft write-ahead log storage backend is not recommended for production use cases yet, but is ready for testing by the general community.

Expand Down

0 comments on commit a6d8eea

Please sign in to comment.