mvertes / docker-alpine-mongo

MongoDB Dockerfile based on light alpine container
MIT License
189 stars 82 forks source link

Image with 3.6.4-0 fails to start #26

Closed yegorius closed 6 years ago

yegorius commented 6 years ago

The latest version upgrade to 3.6.4-0 breaks the container. Log output:

E STORAGE  [initandlisten] WiredTiger error (22) [1523880149:173900][1:0x7fd16a8debd0], wiredtiger_open: unknown configuration key: 'cache_cursors': Invalid argument
mvertes commented 6 years ago

Confirmed. looking at it

mvertes commented 6 years ago

Patch submitted to alpine upstream: http://lists.alpinelinux.org/alpine-aports/5353.html Will update image ASAP.

ghost commented 6 years ago

I can confirm that I see the same issue too. Appreciate the quick turn around.

mvertes commented 6 years ago

I submitted a new patch http://lists.alpinelinux.org/alpine-aports/5360.html, as it is considered dangerous to depend on external wiredtiger (see also http://lists.alpinelinux.org/alpine-devel/6183.html and bug filed at https://bugs.alpinelinux.org/issues/8799)