-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.3
-
Component/s: WiredTiger
-
None
-
Environment:Server Information
MongoDB starting : pid=3132 port=27017 dbpath=D:\MongoData\db 64-bit host=server
targetMinOS: Windows 7/Windows Server 2008 R2
db version v3.6.3
git version: 9586e557d54ef70f9ca4b43c26892cd55257e1a5
OpenSSL version: OpenSSL 1.0.1u-fips 22 Sep 2016
allocator: tcmalloc
modules: none
build environment:
distmod: 2008plus-ssl
distarch: x86_64
target_arch: x86_64
8 cores
24gb ram
1tb storage
wiredtiger cache limited to 18gbServer Information MongoDB starting : pid=3132 port=27017 dbpath=D:\MongoData\db 64-bit host=server targetMinOS: Windows 7/Windows Server 2008 R2 db version v3.6.3 git version: 9586e557d54ef70f9ca4b43c26892cd55257e1a5 OpenSSL version: OpenSSL 1.0.1u-fips 22 Sep 2016 allocator: tcmalloc modules: none build environment: distmod: 2008plus-ssl distarch: x86_64 target_arch: x86_64 8 cores 24gb ram 1tb storage wiredtiger cache limited to 18gb
-
ALL
Had an issue in a production system this morning where the server service had shut down. Mongo log appeared to report some sort of issue with removing a wiredtiger journal log because access was denied. Is there a way to make this a little more graceful? If it was the journal log and was doing some sort of internal maintenance couldn't it try again? I believe the root cause of the access denied was antivirus and we've added exclusions but not 100% sure of the cause for access denied.
2018-06-26T19:11:00.750-0400 E STORAGE [thread42198] WiredTiger error (13) [1530054660:676349][4728:140706250756224], log-server: D:\MongoData\db\journal\WiredTigerLog.0000028727: file-remove: DeleteFileW: Access is denied. : Permission denied 2018-06-26T19:11:00.750-0400 E STORAGE [thread42198] WiredTiger error (13) [1530054660:750354][4728:140706250756224], log-server: log archive server error: Permission denied 2018-06-26T19:11:00.750-0400 E STORAGE [thread42198] WiredTiger error (13) [1530054660:750354][4728:140706250756224], log-server: log server error: Permission denied 2018-06-26T19:11:00.751-0400 E STORAGE [thread42198] WiredTiger error (-31804) [1530054660:750354][4728:140706250756224], log-server: the process must exit and restart: WT_PANIC: WiredTiger library panic 2018-06-26T19:11:00.886-0400 F - [WTJournalFlusher] Fatal Assertion 28559 at src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 64 2018-06-26T19:11:00.886-0400 F - [thread42198] Fatal Assertion 28558 at src\mongo\db\storage\wiredtiger\wiredtiger_util.cpp 361 2018-06-26T19:11:00.886-0400 F - [thread42198] ***aborting after fassert() failure 2018-06-26T19:11:00.886-0400 F - [WTJournalFlusher] ***aborting after fassert() failure
- duplicates
-
WT-3904 Reconsider error path in log server thread
- Closed