forked from mongodb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextracts-4.0-errata.yaml
52 lines (41 loc) · 1.38 KB
/
extracts-4.0-errata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ref: 4.0-errata-tools-2058
content: |
:binary:`~bin.mongoreplay` does not show insert/find commands for MongoDB 4.0.
# Fixed in 4.0.1
---
ref: 4.0-errata-server-35431
content: |
After a rollback, the 'dataSize' field reported in
:dbcommand:`collStats` and :dbcommand:`dbStats` output can be
inaccurate.
---
ref: 4.0-errata-wt-4018
content: |
MongoDB 4.0 may lose data during unclean shutdowns on macOS 10.12.x and 10.13.x.
---
ref: 4.0-errata-server-35657
content: |
Using multi-document transactions with a single-member replica set
may have significant performance impact. Single-member replica sets
should only be for testing/development purposes and are not
recommended for production use.
.. note::
Multi-document transactions performance on a single-member
replica set are not indicative of performance on a replica set
with more than one member.
---
ref: 4.0-errata-server-35758
content: |
The shell prompt in the :binary:`~bin.mongo` shell will cause an
error if you use the session associated with the global ``db``
object to run transactions.
# Fixed in 4.0.1
---
ref: 4.0-errata-tools-1952
content: |
Users running MongoDB 4.0 :binary:`~bin.mongodump` may experience
slower performance compared to previous versions. Running
:binary:`~bin.mongodump` with
``--forceTableScan`` may
resolve performance issues.
...