From: Jacob D. <jac...@ci...> - 2021-09-29 11:46:56
|
Hi Agata, thanks a lot for the clarification and nice insight! Seems to be something that happens on boot only. Restarting the service afterwards gives me no such message. Best Jacob From: Agata Kruszona-Zawadzka <ch...@mo...> Date: Wednesday, 29. September 2021 at 11:36 To: Jacob Dietz <jac...@ci...>, moo...@li... <moo...@li...> Subject: Re: [MooseFS-Users] main master server module: packet too long Hi, I decoded the bytes sent to your master module and they look just like this: GET /met So, this is definitely not MooseFS protocol. It looks like good old HTTP. And the connections are coming from localhost (127.0.0.1). Do you have a local process that scans open ports? Anyway, master (and other MooseFS modules) will just ignore any communication that is not in MooseFS protocol and close the connection. So it will not stop the system from working, however, you will be notified in logs each time this happens. Regards, Agata W dniu 29.09.2021 o 10:40, Jacob Dietz via moosefs-users pisze: > Hi Agata, > > Thanks for your response! > > I’m trying to run > > version: 3.0.116-1 ; build: 1309 > > os is ubuntu server 20.04. > > Just a side note, though I don’t think it’s related. I had some trouble > getting the mfsmaster service to run on an alternative data path. Ended > up modifying the service file. > > [Service] > > Type=forking > > ExecStart=/usr/sbin/mfsmaster start > > ExecStop=/usr/sbin/mfsmaster stop > > ExecReload=/usr/sbin/mfsmaster reload > > #PIDFile=/var/lib/mfs/.mfsmaster.lock > > TimeoutStopSec=1800 > > TimeoutStartSec=1800 > > Restart=no > > #modification > > User=mfs > > Group=mfs > > PIDFile=/mnt/mfs_data/metalog/.mfsmaster.lock > > Best > > Jacob > > *From: *Agata Kruszona-Zawadzka <ch...@mo...> > *Date: *Wednesday, 29. September 2021 at 09:46 > *To: *Jacob Dietz <jac...@ci...>, > moo...@li... <moo...@li...> > *Subject: *Re: [MooseFS-Users] main master server module: packet too long > > Hi, > > Which MooseFS version are you using? > > Regards, > Agata > > W dniu 28.09.2021 o 22:08, Jacob Dietz via moosefs-users pisze: > > Hi everyone, > > > > seeing some too long packets on my master server. > > > > Just starting to set it up, so no chunk servers or clients connected yet. > > > > […] > > > > Sep 28 21:50:38 mfsmaster01 mfsmaster[840]: ML(127.0.0.1) packet too > > long (795698548/1500000) ; command:1195725856 > > > > Sep 28 21:50:38 mfsmaster01 mfsmaster[840]: CS(127.0.0.1) packet too > > long (795698548/500000000) ; command:1195725856 > > > > Sep 28 21:50:38 mfsmaster01 mfsmaster[840]: chunkserver disconnected - > > ip: 127.0.0.1 / port: 0, usedspace: 0 (0.00 GiB), totalspace: 0 (0.00 > GiB) > > > > Sep 28 21:50:38 mfsmaster01 mfsmaster[840]: main master server module: > > packet too long (795698548/50000000) ; command:1195725856 > > > > […] > > > > There is actually no chunk-server running on the local system. > > > > Thanks! > > > > Best > > > > Jacob > > > > > > > > _________________________________________ > > moosefs-users mailing list > > moo...@li... > > https://lists.sourceforge.net/lists/listinfo/moosefs-users > > > > > -- > -- > Agata Kruszona-Zawadzka > MooseFS Team > > > > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users > -- -- Agata Kruszona-Zawadzka MooseFS Team |