@@ -34,6 +34,8 @@ Internals
34
34
range returns wrong results
35
35
- :issue: `SERVER-71009 ` Make sure the select chunks operation doesn't
36
36
take too long
37
+ - :issue: `SERVER-71985 ` Automatically retry time series insert on
38
+ DuplicateKey error
37
39
- :issue: `SERVER-72520 ` Decommission Microbenchmark performance tests
38
40
that are running on CBI instances
39
41
- :issue: `SERVER-72686 ` Add support for $collStats agg stage on
@@ -73,9 +75,11 @@ Internals
73
75
- :issue: `SERVER-76274 ` Move microbenchmarks to their own task distro
74
76
- :issue: `SERVER-76321 ` Buffer overrun while deserializing compound
75
77
group key spilled to disk in SBE hash agg implementation
78
+ - :issue: `SERVER-76331 ` Bump mongo-task-generator version to 0.7.5
76
79
- :issue: `SERVER-76457 ` Support storing BuildID to debug symbols mapping
77
80
for sanitizer builds
78
81
- :issue: `SERVER-76498 ` Update push task to run on rhel8.7-small
82
+ - :issue: `SERVER-76519 ` MIgrate crypt_push task to Garasign
79
83
- :issue: `SERVER-76543 ` The mongod-dump-sessions gdb pretty printer does
80
84
not work
81
85
- :issue: `SERVER-76549 ` Remove symbolization from macos variants
@@ -88,3 +92,11 @@ Internals
88
92
- :issue: `SERVER-77018 ` Deadlock between dbStats and 2 index builds
89
93
- :issue: `SERVER-77380 ` Using --serverless flag disables oplog
90
94
truncation
95
+ - :issue: `SERVER-77383 ` ".msi.sha256" files have incorrect shasum
96
+ - :issue: `SERVER-77527 ` mongodbtoolchain/v3 stdlib unsafe against
97
+ self-moves
98
+ - :issue: `SERVER-78080 ` Use fully random bytes for 8 low-order bytes of
99
+ OID value for time series bucket _id
100
+ - :issue: `SERVER-78122 ` [6.3] Address bucket OID collisions with buckets
101
+ pending compression
102
+
0 commit comments