PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 20th of April, 2021

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[04:33:51] <ckb> Hey guys, can I get some help with coming up with a LEFT JOIN * 3 query?
[04:35:30] <ckb> I get $lookup, but the multiple confuses me
[06:59:32] <ckb> Little help? Trying to make sense of joins
[08:23:13] <ckb> { '$arrayElemAt': [ "$venueMenus", 0 ] }.menuitem how do I do this?
[15:50:40] <svm_invictvs> Okay. This is a strange error on the connection string ...
[15:50:44] <svm_invictvs> Caused by: java.lang.IllegalArgumentException: An SRV host name '127.0.0.1' was provided that does not contain at least three parts. It must contain a hostname, domain name and a top level domain.
[15:51:06] <svm_invictvs> Except that nowhere in my config do I put that address
[15:51:07] <svm_invictvs> lol
[15:51:31] <svm_invictvs> mongodb+srv://myproduct.internal/?minPoolSize=${MinPoolSize}&maxPoolSize=${MaxPoolSize}&ssl=false
[15:51:58] <svm_invictvs> (The ${} are replaced in the final config with actual numbers)
[16:00:55] <svm_invictvs> and fwiw, when I ssh into the container running the client code I get this ... when I query my SRV records
[16:01:35] <svm_invictvs> _mongodb._tcp.myproduct.internal. 5 IN SRV 1 1 27017 da04e597e6b14174aea5c074f1125f39._mongodb._tcp.myproduct.internal.
[16:01:58] <svm_invictvs> that's from running dig _mongodb._tcp.myproduct.internal SRV