[Groonga-commit] [Failed] droonga/fluent-plugin-droonga#1369 (master - 8ee807a)

Back to archive index

Travis CI notif****@travi*****
Fri Apr 11 13:08:11 JST 2014


Build Update for droonga/fluent-plugin-droonga
-------------------------------------

Build: #1369
Status: Failed

Duration: 20 minutes and 38 seconds
Commit: 8ee807a (master)
Author: Kouhei Sutou
Message: Fix a problem that duplicated socket path for job queue on restart

Here is a problem case:

  * Start f-p-d:
    * Create a new JobQueue.
    * The JobQueue creates #{DB_PATH}.sock.
    * Create workers.
    * Workers connect to #{DB_PATH}.sock.
  * `touch catalog.json`.
  * Start new dispatcher.
    * Create a new JobQueue.
    * The JobQueue removes existing #{DB_PATH}.sock and
      creates #{DB_PATH}.sock.
    * Create workers... (async. continue...)
  * Stop old dispatcher.
    * Stop its JobQueue.
    * The JobQueue removes #{DB_PATH}.sock.
  * Created workers. (cont.)
    * Workers connect to #{DB_PATH}.sock but #{DB_PATH}.sock doesn't exist!

View the changeset: https://github.com/droonga/fluent-plugin-droonga/compare/87d350f9468b...8ee807a07187

View the full build log and details: https://travis-ci.org/droonga/fluent-plugin-droonga/builds/22744522

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index