Page MenuHomeSolus

wiredtiger: enable-verbose
ClosedPublic

Authored by kyrios123 on Mar 20 2018, 1:58 PM.
Tags
None
Referenced Files
F11065392: D2577.diff
Fri, Aug 11, 4:34 PM
F11008952: D2577.diff
Wed, Aug 2, 7:34 AM
F10998997: D2577.diff
Fri, Jul 28, 7:34 AM
F10990720: D2577.id6307.diff
Mon, Jul 24, 9:59 PM
F10969137: D2577.id6302.diff
Thu, Jul 20, 9:04 PM
F10957163: D2577.diff
Mon, Jul 17, 6:48 PM
F10789092: D2577.id.diff
May 26 2023, 6:22 PM
F10781091: D2577.id.diff
May 25 2023, 5:42 AM
Subscribers
None

Details

Summary

Add --enable-verbose, fixes T6053.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
2018-03-20T14:54:38.846+0100 I CONTROL  [initandlisten] MongoDB starting : pid=14580 port=27017 dbpath=/tmp 64-bit host=solus-budgie
2018-03-20T14:54:38.846+0100 I CONTROL  [initandlisten] db version v3.6.2
2018-03-20T14:54:38.846+0100 I CONTROL  [initandlisten] git version: 489d177dbd0f0420a8ca04d39fd78d0a2c539420
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.2n  7 Dec 2017
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten] modules: none
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten] build environment:
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten]     distarch: x86_64
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2018-03-20T14:54:38.847+0100 I CONTROL  [initandlisten] options: { storage: { dbPath: "/tmp" } }
2018-03-20T14:54:38.847+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=4673M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] 
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] 
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] ** WARNING: This server is bound to localhost.
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          Remote systems will be unable to connect to this server. 
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          Start the server with --bind_ip <address> to specify which IP 
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          addresses it should serve responses from, or with --bind_ip_all to
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          bind to all interfaces. If this behavior is desired, start the
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] **          server with --bind_ip 127.0.0.1 to disable this warning.
2018-03-20T14:54:38.876+0100 I CONTROL  [initandlisten] 
2018-03-20T14:54:38.877+0100 I STORAGE  [initandlisten] createCollection: admin.system.version with provided UUID: 97183424-5aa7-4c37-be96-186d45c13b1d
2018-03-20T14:54:38.878+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.6
2018-03-20T14:54:38.881+0100 I STORAGE  [initandlisten] createCollection: local.startup_log with generated UUID: 230d0c32-b9cc-49e5-a0cc-f9668ec872f6
2018-03-20T14:54:38.883+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/diagnostic.data'
2018-03-20T14:54:38.883+0100 I NETWORK  [initandlisten] waiting for connections on port 27017

Diff Detail

Repository
R3173 wiredtiger
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage