Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
586c0e2
Fix small typos in leafnode.go and rerun CI
yoonseo-han Sep 22, 2025
5785b5b
(2.12) [FIXED] Use correct subject when doing batch check
MauriceVanVeen Sep 22, 2025
eb7dac2
[IMPROVED] Remove TTL when removing message
MauriceVanVeen Sep 22, 2025
f8d037e
[IMPROVED] Don't load messages while looping through THW
MauriceVanVeen Sep 22, 2025
d42b568
[FIXED] Msg expiry timer management
MauriceVanVeen Sep 23, 2025
024883a
Use stack allocations for filestore hash checks
neilalexander Sep 23, 2025
2d3bee8
(2.12) [FIXED] Schedule timer management
MauriceVanVeen Sep 23, 2025
cc0fce9
Manage reallocations within `writeMsgRecordLocked` using pools
neilalexander Sep 19, 2025
8b5e456
Add 256KB pool size to filestore
neilalexander Sep 23, 2025
283153b
[FIXED] Reset clustered state on msg delete EOF
MauriceVanVeen Sep 23, 2025
29a5f28
[FIXED] Fix subject tree intersection to match literals when combined…
MauriceVanVeen Sep 23, 2025
dcc0828
Fix sublist intersection for aggressive and extended over-matching
neilalexander Sep 24, 2025
a1c2538
[IMPROVED] Meta snapshot performance without offline assets
MauriceVanVeen Sep 24, 2025
a7a1127
[FIXED] Lost consumers on unsupported offline stream
MauriceVanVeen Sep 24, 2025
4cb52b3
Use binary search for sequence-from-timestamp lookups
neilalexander Sep 26, 2025
874211a
Add `BenchmarkFileStoreGetSeqFromTime`
neilalexander Sep 26, 2025
16e263c
[FIXED] Data race on JetStream reserved limits
MauriceVanVeen Sep 25, 2025
7b95ddc
Benchmark JS meta snapshots
MauriceVanVeen Sep 26, 2025
2db22e5
(2.12) Atomic batch: remove/update debug log lines [skip ci]
MauriceVanVeen Sep 26, 2025
3b9671d
(2.12) Deactivate message schedule on missing header
MauriceVanVeen Sep 28, 2025
82a8da6
[FIXED] Successful exit code during shutdown
MauriceVanVeen Sep 16, 2025
9ac1ece
NRG: Replay snapshot upon timeout instead of reset
MauriceVanVeen Sep 10, 2025
98c8525
(2.12) Atomic batch: reject unsupported commit
MauriceVanVeen Sep 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions server/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1978,5 +1978,15 @@
"help": "",
"url": "",
"deprecates": ""
},
{
"constant": "JSAtomicPublishInvalidBatchCommitErr",
"code": 400,
"error_code": 10200,
"description": "atomic publish batch commit is invalid",
"comment": "",
"help": "",
"url": "",
"deprecates": ""
}
]
Loading