- 03 Sep, 2020 1 commit
-
-
- 09 Jan, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 07 May, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Essentially reverts part of cd8ff376 to make sure there is always a contextCSN if the server is in charge of its own serverID.
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 03 Jul, 2018 2 commits
-
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 28 Feb, 2018 1 commit
-
-
And try another approach. Always write contextCSN updates, but don't set dont_replicate for updates we want propagated.
-
- 11 Feb, 2018 1 commit
-
-
- 09 Feb, 2018 3 commits
-
-
Let the entryCSN check do all the work. Reloading a server from an old backup needs this to go thru.
-
-
Update syncprov contextCSNs when context entry is added. Fix accesslog to properly tag Add op when adding context entry.
-
- 11 Oct, 2017 1 commit
-
-
- 12 Sep, 2017 2 commits
-
-
When a checkpoint happens, if we remove the CSN from the pending list, accesslog won't pass it onto the accesslog DB. But in a delta-mmr scenario, an accesslog entry without a CSN faces a race where it might be applied twice - that usually fails and causes a full refresh, other times it can cause a silent desync - both are undesirable.
-
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 04 Nov, 2016 1 commit
-
-
- 02 Feb, 2016 1 commit
-
-
Must setup psearch before snapshotting ctxcsn
-
- 29 Jan, 2016 4 commits
-
-
Quanah Gibson-Mount authored
-
-
Delay mutex init to avoid leaking the mutex
-
Check for abandon just before recording psearch
-
- 26 Oct, 2015 1 commit
-
-
Prevent spurious contextCSN generation and ignore consumers when we have no contextCSN yet. But make sure to propagate valid contextCSN updates to accesslog/syncprov for delta consumers.
-
- 23 Mar, 2015 1 commit
-
-
Prev patch broke underlying assumption that mods queue and execute in order. Now must search list for matching mod to dequeue.
-
- 26 Feb, 2015 2 commits
-
-
- 11 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 06 Feb, 2015 5 commits
-
-
- 31 Jan, 2015 1 commit
-
-
Don't overload ri_csn with cookie, use a separate berval
-
- 30 Jan, 2015 1 commit
-
-
Rewrote the psearch result handling to keep track of which queues are using which results.
-
- 05 Jan, 2015 2 commits
-
-
Detaching a syncops record from op-list conditionally, only when it was freed by syncprov_free_syncop. The syncprov_free_syncop() and syncprov_drop_psearch() now returns a flag, which is nonzero if the given syncops was freed.
-
-
- 29 Aug, 2014 1 commit
-
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-