Skip to content

Commit

Permalink
Backport of Fix broken link in wal-logstore/index.mdx into release/1.…
Browse files Browse the repository at this point in the history
…19.x (#21291)

backport of commit 9d4e98b

Co-authored-by: Will Jordan <wjordan@users.noreply.github.com>
  • Loading branch information
hc-github-team-consul-core and wjordan authored Jul 10, 2024
1 parent f050396 commit e8e084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/agent/wal-logstore/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To mitigate risks associated with sudden bursts of log data, Consul tries to lim

But the larger the file, the more likely it is to have a large freelist or suddenly form one after a burst of writes. For this reason, the many of Consul's default options associated with snapshots, truncating logs, and keeping the log history aggressively keep BoltDT small rather than using disk IO more efficiently.

Other reliability issues, such as [raft replication capacity issues](/consul/docs/agent/telemetry#raft-replication-capacity-issues), are much simpler to solve without the performance concerns caused by storing more logs in BoltDB.
Other reliability issues, such as [raft replication capacity issues](/consul/docs/agent/monitor/telemetry#raft-replication-capacity-issues), are much simpler to solve without the performance concerns caused by storing more logs in BoltDB.

### WAL approaches storage issues differently

Expand Down

0 comments on commit e8e084f

Please sign in to comment.