PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 6th of April, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[11:07:29] <midori-rus> hello there. I am trying to up mongo with docker container at server and catch an error with socket
[11:07:35] <midori-rus> https://paste.laravel.io/e2672315-6a2e-4ce1-bcb8-804e06d70733#15
[11:07:53] <midori-rus> does anybody know how to solve this problem?
[11:14:45] <Derick> midori-rus: seems to be this: https://github.com/docker-library/mongo/issues/252
[11:22:32] <petersaints> Hello everyone! MongoDB is still at 3.4 on Fedora 27 and MongoDB's repos are only meant for RHEL/CentOS. Are the RHEL/CentOS repos known to work on Fedora? If not, what is your recommendation to get 3.6 on Fedora 27.
[11:25:16] <midori-rus> Derick: there is not folder /home/docker
[11:25:36] <Derick> midori-rus: it might be different names, but the link might point at the cause
[11:25:46] <Derick> petersaints: can't see why it wouldn't work
[11:27:26] <petersaints> @Derick I guess I'll have to give it a try
[15:49:00] <paul__> Hi all, I am having a very strange issue, mongodb 2.6. When doing a full text search, I can find documents with the field baving the value OTHERS,OTHERZ,OTHES fine (among a myriad of other words, both english and nonsence), however, the search will turn up no results if the value is "OTHERS"
[15:49:24] <paul__> I have tried english language and also "none" language
[16:22:45] <boutell> paul_ probably the word you want is concered a “stop word” in English and is discarded for being too common to be worth indexing. I’m not sure exactly how this works in 2.6 versus the latest, but: https://docs.mongodb.com/manual/reference/operator/query/text/
[21:19:23] <rul> Hi. Has anyone seen something like "WT_SESSION.begin_transaction: read timestamp 5ac6b77a0000002c older than oldest timestamp 5ac6b77a0000002d: Invalid argument" in MongoDB 3.6.3?
[21:21:10] <rul> I think it might be related to SERVER-32226, but I don't know how to reproduce it.