summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* raft: print local server ID when opening RAFT databaseDan Williams2021-06-111-0/+2
* ovsdb-client: Integrate record/replay functionality.Ilya Maximets2021-06-072-0/+7
* ovsdb-server: Don't update manager status if replay engine is active.Ilya Maximets2021-06-071-3/+7
* ovsdb-server: Integrate stream replay engine.Ilya Maximets2021-06-072-0/+8
* ovsdb-tool: add --election-timer=ms option to 'create-cluster'Dan Williams2021-05-274-12/+90
* raft: Transfer leadership before creating snapshots.Ilya Maximets2021-05-144-7/+41
* raft: Add 'stop-raft-rpc' failure test command.Ilya Maximets2021-03-011-10/+21
* raft: Report disconnected in cluster/status if candidate retries election.Ilya Maximets2021-03-011-0/+2
* raft: Reintroduce jsonrpc inactivity probes.Ilya Maximets2021-03-011-1/+31
* ovsdb-client: Fix needs-conversion when SERVER is explicitly specified.Alexey Roytman2021-02-191-2/+3
* ovsdb-doc: Add build dependency on dirs.py.Ilya Maximets2021-01-291-0/+1
* ovsdb: Use column diffs for ovsdb and raft log entries.Ilya Maximets2021-01-154-8/+92
* ovsdb-tool: Fix datum leak in the show-log command.Ilya Maximets2020-12-211-0/+1
* raft: Add some debugging information to cluster/status command.Lorenzo Bianconi2020-12-212-0/+37
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-261-1/+1
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-3/+19
* ovsdb-idlc: Return expected sequence number while setting conditions.Ilya Maximets2020-11-161-3/+3
* ovsdb: Remove read permission of *.db from others.Yi-Hung Wei2020-11-101-1/+1
* raft: Make backlog thresholds configurable.Ilya Maximets2020-11-102-5/+55
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-101-0/+5
* raft: Avoid having more than one snapshot in-flight.Ilya Maximets2020-11-033-29/+18
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-034-4/+56
* raft: Add log length to the memory report.Ilya Maximets2020-11-031-0/+1
* raft: Avoid annoying debug logs if raft is connected.Ilya Maximets2020-10-271-1/+10
* raft: Fix error leak on failure while saving snapshot.Ilya Maximets2020-10-271-1/+1
* raft: Report jsonrpc backlog in kilobytes.Ilya Maximets2020-10-251-2/+3
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-163-45/+45
* ovsdb: Add unixctl command to show storage status.Dumitru Ceara2020-09-163-0/+50
* ovsdb-tool: Add a db consistency check to the ovsdb-tool check-cluster command.Federico Paolinelli2020-09-161-0/+38
* python: Fixup python shebangs to python3.Greg Rose2020-08-262-4/+4
* ovsdb-server: Replace in-memory DB contents at raft install_snapshot.Dumitru Ceara2020-08-061-8/+13
* ovsdb/TODO.rst: Remove OVN specific items.Han Zhou2020-07-071-4/+0
* ovsdb/TODO.rst: Remove completed items.Han Zhou2020-07-071-4/+0
* ovsdb: Remove duplicated include.Yunjian Wang2020-07-072-2/+0
* ovsdb: Fix timeout type for wait operation.Ilya Maximets2020-06-011-2/+2
* raft: Avoid sending equal snapshots.Ilya Maximets2020-05-283-1/+43
* ovsdb-server: Fix schema leak while reading db.Ilya Maximets2020-05-281-2/+3
* ovsdb: Add raft memory usage to memory report.Ilya Maximets2020-05-255-0/+35
* RAFT: Add clarifying note for cluster/leave operation.Mark Michelson2020-05-121-0/+5
* raft: Disable RAFT jsonrpc inactivity probe.Zhen Wang2020-05-121-0/+1
* ovsdb-idlc: Fix memory leak reported by Coverity.William Tu2020-05-121-0/+1
* ovsdb-idlc: Fix memory leak reported by Coverity.William Tu2020-05-121-2/+4
* raft: Fix leak of the incomplete command.Ilya Maximets2020-05-041-3/+1
* ovsdb: Remove duplicated function defintionsYi-Hung Wei2020-04-271-27/+0
* ovsdb: Switch ovsdb log fsync to data only.Anton Ivanov2020-04-271-0/+9
* raft: Unset leader when starting election.Han Zhou2020-03-061-0/+1
* raft: Fix the problem of stuck in candidate role forever.Han Zhou2020-03-061-2/+17
* raft: Fix next_index in install_snapshot reply handling.Han Zhou2020-03-061-2/+3
* raft: Send all missing logs in one single append_request.Han Zhou2020-03-061-1/+1
* raft: Avoid sending unnecessary heartbeat when becoming leader.Han Zhou2020-03-061-1/+0