Displaying 3 results from an estimated 3 matches for "optimization_set".
2019 Mar 28
0
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
...open_count = 0,
flags = (MAIL_INDEX_OPEN_FLAG_CREATE |
MAIL_INDEX_OPEN_FLAG_DOTLOCK_USE_EXCL | MAIL_INDEX_OPEN_FLAG_SAVEONLY),
fsync_mode = FSYNC_MODE_OPTIMIZED,
fsync_mask = (unknown: 0),
mode = 384,
gid = 4294967295,
gid_origin = 0x55e3e2c2ad60 "/var/mail/piast_efaktury",
optimization_set = {
{
rewrite_min_log_bytes = 8192,
rewrite_max_log_bytes = 131072
},
log = {
min_size = 32768,
max_size = 1048576,
min_age_secs = 300,
log2_max_age_secs = 172800
},
cache = {
unaccessed_field_drop_secs = 2592000,
record_max_size =...
2019 Mar 27
2
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 27 Mar 2019, at 14.58, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>
>> dovecot isn't able to auto fix the indexes and manual deletion is
>> required in all such cases
>
> So if it keeps repeating, it's very strange. Could you send me such broken dovecot.index and dovecot.index.log files (without dovecot.index.cache)? They shouldn't contain
2018 Aug 02
2
Duplicate mails on pop3 expunge with dsync replication on 2.2.35 (2.2.33.2 works)
...rray_get(&local_sorted, &local_count);
remote_fields = array_get(&remote_sorted, &remote_count);
t_array_init(&changes, local_count + remote_count);
- drop_older_timestamp = ioloop_time - MAIL_CACHE_FIELD_DROP_SECS;
+ drop_older_timestamp = ioloop_time -
+ box->index->optimization_set.cache.unaccessed_field_drop_secs;
diff -Nru dovecot-2.2.33.2/src/doveadm/dsync/dsync-mailbox.c dovecot-2.2.34/src/doveadm/dsync/dsync-mailbox.c
--- dovecot-2.2.33.2/src/doveadm/dsync/dsync-mailbox.c 2017-06-23 13:18:28.000000000 +0200
+++ dovecot-2.2.34/src/doveadm/dsync/dsync-mailbox.c 2018-...