twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.78k stars 313 forks source link

Per queue journal file reloading #116

Open s17t opened 11 years ago

s17t commented 11 years ago

When configuration is changed and reloaded Kestrel freeze all current operations and rescan whole journal.

This is an issue when the journal files size is important (dozens of GB or more).

Are there any plan to support an aware configuration reloading capable of selectively read journal files only for modified queues ? Is it possible to do so ?