Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: droonga/fluent-plugin-droonga
base: 87d350f9468b
Choose a base ref
...
head repository: droonga/fluent-plugin-droonga
compare: 8ee807a07187
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2014

  1. 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!
    kou committed Apr 11, 2014
    Copy the full SHA
    8ee807a View commit details
    Browse the repository at this point in the history