ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

fix the noisy spray logging issue #89

Closed myxjtu closed 9 years ago

myxjtu commented 9 years ago

Without this fix, job server generates the following annoying log every 12 seconds which pollute the log file. [2014-11-14 21:15:36,760] WARN erver.HttpServerConnection [] [akka://JobServer/user/IO-HTTP/listener-0/164882] - Connection is already closed, dropping command ConfirmedClose

The fix is to upgrade the Spray version. See details here:
https://groups.google.com/forum/#!msg/spray-user/YN2ocRzwhY0/KJOegaDIep8J

davewgithub commented 9 years ago

LGTM.