Skip to content

Commit 3de2dbf

Browse files
Simran-Bnerpaula
andauthored
Release notes about deprecation of --rocksdb.transaction-lock-timeout startup option (#762)
Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent 73428ea commit 3de2dbf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,16 @@ background compactions. The changed default ensures this cleanup to happen more
11221122
frequently. Compactions can potentially lead to spikes in CPU, memory, and I/O
11231123
usage. You may now observe this daily instead of monthly.
11241124

1125+
### RocksDB transaction lock timeout controlled internally
1126+
1127+
<small>Deprecated in: v3.12.6</small>
1128+
1129+
The `--rocksdb.transaction-lock-timeout` startup option has been deprecated.
1130+
It was supposed to let you configure the wait timeout in milliseconds for
1131+
locking a document in a transaction. However, the lock timeout is actually set
1132+
to differnet values internally, depending on what is a meaningful timeout for
1133+
a given case.
1134+
11251135
## Client tools
11261136

11271137
### arangodump

site/content/3.13/release-notes/version-3.12/incompatible-changes-in-3-12.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,16 @@ background compactions. The changed default ensures this cleanup to happen more
11221122
frequently. Compactions can potentially lead to spikes in CPU, memory, and I/O
11231123
usage. You may now observe this daily instead of monthly.
11241124

1125+
### RocksDB transaction lock timeout controlled internally
1126+
1127+
<small>Deprecated in: v3.12.6</small>
1128+
1129+
The `--rocksdb.transaction-lock-timeout` startup option has been deprecated.
1130+
It was supposed to let you configure the wait timeout in milliseconds for
1131+
locking a document in a transaction. However, the lock timeout is actually set
1132+
to differnet values internally, depending on what is a meaningful timeout for
1133+
a given case.
1134+
11251135
## Client tools
11261136

11271137
### arangodump

0 commit comments

Comments
 (0)