Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-15 | gras: make all start/commit messages high-prio | Josh Blum | |
This makes doing live topology changes w/ commit instant, even if much buffering is backed up. | |||
2013-07-14 | gras: fixed allocation override bug + unit test | Josh Blum | |
When multiple consumers all choose to override the buffer, they were doing so with the same token, this lead to some buffer allocation confusion and nasty errors. Its ok for one to win out, but each allocator needs a unique token. There is also a unit test to check for this behaviour. |