1693511477f47c4a1da85a74fc2635ecb8e94709 |
|
24-Sep-2015 |
Timo Sirainen <tss@iki.fi> |
indexer: Use a slightly different session ID than the session that requested indexing.
Required to avoid "duplicate session ID" errors in stats process.
Alternative would have been to change the stats protocol a bit and always
send the service name along with session ID, and use those two together as
the primary key. Maybe this could be done in future if we get more of these
kind of processes. |
cc3baa5b92de8d492bdb757bb6165b3eddb1a92e |
|
18-Dec-2012 |
Timo Sirainen <tss@iki.fi> |
indexer-worker: Don't assert-crash with some mailbox names in some configurations.
Virtual mailbox name shouldn't be accessed directly using mailbox_list_*()
functions, since they expect a storage name. In some configurations this
could have caused assert-crashes with mailbox names that contained invalid
characters. |