On Mon, Jul 25, 2016 at 4:45 PM, C. Handel <[email protected]> wrote: > patch applied, The connection is from the node itself. > > logfiles with the last 100k (hope this is enough, the error happens every > few seconds) of data attached.
Thanks for testing. Is this hosted engine setup? Hosted engine ha agent is using jsonrpc, and it creates a new connection for every request, maybe what we see is the side effect of closing the old connection uncleanly. I guess that logging all tcp connections to localhost:54321 (netstat? lsof?) and the applications using them, and you will find the process causing the unexpected eof. Nir > > Greetings > Christoph > > On Mon, Jul 25, 2016 at 12:07 PM, Nir Soffer <[email protected]> wrote: >> >> On Thu, Jul 21, 2016 at 10:00 AM, C. Handel <[email protected]> wrote: >> > longer logs attached, excerpts: >> > >> > ---+ vdsm >> > >> > Reactor thread::INFO::2016-07-21 >> > >> > 08:01:19,544::protocoldetector::72::ProtocolDetector.AcceptorImpl::(handle_accept) >> > Accepting connection from ::ffff:140.181.138.208:59502 >> > Reactor thread::DEBUG::2016-07-21 >> > >> > 08:01:19,551::protocoldetector::85::ProtocolDetector.Detector::(__init__) >> > Using required_size=11 >> > Reactor thread::INFO::2016-07-21 >> > >> > 08:01:19,553::protocoldetector::121::ProtocolDetector.Detector::(handle_read) >> > Detected protocol stomp from ::ffff:140.181.138.208:59502 >> > Reactor thread::INFO::2016-07-21 >> > 08:01:19,553::stompreactor::101::Broker.StompAdapter::(_cmd_connect) >> > Processing CONNECT request >> > Reactor thread::DEBUG::2016-07-21 >> > >> > 08:01:19,554::stompreactor::492::protocoldetector.StompDetector::(handle_socket) >> > Stomp detected from ('::ffff:140.181.138.208', 59502) >> > JsonRpc (StompReactor)::INFO::2016-07-21 >> > 08:01:19,554::stompreactor::128::Broker.StompAdapter::(_cmd_subscribe) >> > Subscribe command received >> > ... >> > >> > JsonRpc (StompReactor)::ERROR::2016-07-21 >> > 08:01:21,411::betterAsyncore::113::vds.dispatcher::(recv) SSL error >> > during >> > reading data: unexpected eof >> >> This log is not very useful as is, we must show the relevant remote >> address. >> >> Should be improved in >> https://gerrit.ovirt.org/61303 >> >> Can you try this patch and share the log? >> >> > >> > >> > ---+ engine >> > >> > >> > 2016-07-20 08:00:48,445 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler1) [1cff1b56] Fetched 7 VMs from VDS >> > 'a46f9de2-4b79-45d4-bed5-f4f472eb8361' >> > 2016-07-20 08:01:03,460 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler3) [78d8aa89] Fetched 0 VMs from VDS >> > '6f7a9201-e753-4875-b89d-024120067687' >> > 2016-07-20 08:01:03,473 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler2) [71a27a96] Fetched 7 VMs from VDS >> > 'a46f9de2-4b79-45d4-bed5-f4f472eb8361' >> > 2016-07-20 08:01:18,488 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler2) [71a27a96] Fetched 0 VMs from VDS >> > '6f7a9201-e753-4875-b89d-024120067687' >> > 2016-07-20 08:01:18,500 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler9) [47c419da] Fetched 7 VMs from VDS >> > 'a46f9de2-4b79-45d4-bed5-f4f472eb8361' >> > 2016-07-20 08:01:33,514 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler8) [735789] Fetched 0 VMs from VDS >> > '6f7a9201-e753-4875-b89d-024120067687' >> > 2016-07-20 08:01:33,527 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler3) [78d8aa89] Fetched 7 VMs from VDS >> > 'a46f9de2-4b79-45d4-bed5-f4f472eb8361' >> > 2016-07-20 08:01:48,543 INFO >> > [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] >> > (DefaultQuartzScheduler8) [735789] Fetched 0 VMs from VDS >> > '6f7a9201-e753-4875-b89d-024120067687' >> > >> > >> > Greetings >> > Christoph >> > >> > On Thu, Jul 21, 2016 at 8:47 AM, Yaniv Kaul <[email protected]> wrote: >> >> >> >> Can you share engine and VDSM logs please? >> >> TIA, >> >> Y. >> >> >> >> On Thu, Jul 21, 2016 at 9:22 AM, C. Handel <[email protected]> >> >> wrote: >> >>> >> >>> i have an ovirt 4.0.1 installation on two nodes. Hosted Engine. San >> >>> storage backend. >> >>> >> >>> For some reason the vdsmd on the nodes is logging an error every few >> >>> seconds: >> >>> >> >>> >> >>> vdsm vds.dispatcher ERROR SSL error during reading data: unexpected >> >>> eof >> >>> >> >>> >> >>> Running tcpdump it is a connect from the node to itself. I can't >> >>> figure >> >>> out what is wrong. Can someone give me a hint? >> >>> >> >>> Greetings >> >>> Christoph >> >>> >> >>> _______________________________________________ >> >>> Users mailing list >> >>> [email protected] >> >>> http://lists.ovirt.org/mailman/listinfo/users >> >>> >> >> >> > >> > >> > _______________________________________________ >> > Users mailing list >> > [email protected] >> > http://lists.ovirt.org/mailman/listinfo/users >> > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

