Armon Dadgar
|
b10df9ea60
|
consul: Export some telemetry on service queries
|
2014-04-04 14:55:44 -07:00 |
Armon Dadgar
|
08d29f120f
|
Merge pull request #26 from hashicorp/f-tags
Adding support for multiple tags
|
2014-04-03 15:51:31 -07:00 |
Armon Dadgar
|
63ce30acd4
|
consul: Adding reconcilation to handle reaped Serf nodes. Fixes #15.
|
2014-04-03 15:51:09 -07:00 |
Armon Dadgar
|
c919928d8d
|
consul: Adding test for multiple tags with lookup
|
2014-04-03 12:07:17 -07:00 |
Armon Dadgar
|
1c3e574c71
|
consul: Updating all the tests
|
2014-04-03 12:03:10 -07:00 |
Armon Dadgar
|
b9c2b178f0
|
consul: Change state store to support multiple tags
|
2014-04-03 12:03:02 -07:00 |
Armon Dadgar
|
fa8fb4153e
|
consul: Replace single tag with list of tags
|
2014-04-03 11:23:55 -07:00 |
Armon Dadgar
|
13c370da30
|
consul: FSM snapshot can avoid type assertion
|
2014-04-01 12:10:58 -07:00 |
Armon Dadgar
|
a312d7e6ff
|
consul: Avoid loading all KV pairs during a snapshot
|
2014-04-01 11:55:25 -07:00 |
Armon Dadgar
|
24da6713de
|
consul: Support a streaming transaction
|
2014-04-01 11:42:07 -07:00 |
Armon Dadgar
|
20a9cbc6d1
|
consul: More efficient restore of KVS entriesg
|
2014-04-01 11:29:55 -07:00 |
Armon Dadgar
|
0313f62311
|
consul: Adding raft endpoint to force a snapshot
|
2014-03-31 20:09:16 -07:00 |
Armon Dadgar
|
243198e49b
|
consul: Fixing blocking query if set table is at index 0
|
2014-03-31 20:00:46 -07:00 |
Armon Dadgar
|
d1de666855
|
consul: Enable a recursive delete of all keys
|
2014-03-31 20:00:01 -07:00 |
Armon Dadgar
|
5def21491e
|
consul: Test the remaining KVS endpoints
|
2014-03-31 16:18:44 -07:00 |
Armon Dadgar
|
97b64d82e7
|
consul: Adding tests for endpoint method
|
2014-03-31 16:10:49 -07:00 |
Armon Dadgar
|
2067783692
|
consul: First pass at KVS endpoints for RPC
|
2014-03-31 16:00:23 -07:00 |
Armon Dadgar
|
a55ebaa353
|
consul: Adding KVS RPC endpoint
|
2014-03-31 14:15:49 -07:00 |
Armon Dadgar
|
8b5b6c3872
|
consul: Testing FSM application of KVS commands
|
2014-03-31 14:13:03 -07:00 |
Armon Dadgar
|
b24118e1bc
|
consul: FSM support to snapshot/restore KVS values
|
2014-03-31 13:56:16 -07:00 |
Armon Dadgar
|
4aa7c0c00c
|
consul: Adding FSM support for KVS operations
|
2014-03-31 13:41:43 -07:00 |
Armon Dadgar
|
47807c5d19
|
consul: Snapshot KVS store support
|
2014-03-31 13:31:31 -07:00 |
Armon Dadgar
|
aba2d997d3
|
consul: Support DeleteTree
|
2014-03-31 13:20:08 -07:00 |
Armon Dadgar
|
5ffe5a0dba
|
consul: Adding support for KVSList
|
2014-03-31 13:12:35 -07:00 |
Armon Dadgar
|
d0ff439f77
|
consul: Adding support for virtual indexes
|
2014-03-31 13:06:29 -07:00 |
Armon Dadgar
|
493bbd5991
|
consul: Implementing Check-And-Set
|
2014-03-31 12:37:11 -07:00 |
Armon Dadgar
|
aae9429d9d
|
consul: Implement KVSDelete
|
2014-03-31 12:24:06 -07:00 |
Armon Dadgar
|
a009f89946
|
consul: Implement and test KV get and set
|
2014-03-31 12:13:57 -07:00 |
Armon Dadgar
|
48ffdc05f4
|
consul: Adding KVSDeleteTree operation
|
2014-03-31 12:13:40 -07:00 |
Armon Dadgar
|
d804a08744
|
consul: Adding kvs table to state store
|
2014-03-31 11:48:32 -07:00 |
Armon Dadgar
|
218d5502f6
|
consul: Adding new directory structs for KVS
|
2014-03-31 11:47:10 -07:00 |
Armon Dadgar
|
fab32fe515
|
consul: Only close the cursor for read-only transactions (mdb)
|
2014-03-27 10:48:04 -07:00 |
Armon Dadgar
|
3c911b3145
|
consul: Should not clear the peer set
|
2014-03-25 14:57:00 -07:00 |
Armon Dadgar
|
9210f71fb6
|
consul: Fixing issue with cursors not closing in MDB
|
2014-03-25 13:30:19 -07:00 |
Armon Dadgar
|
8f3ceca608
|
consul: Set maximum consul DB size to 128MB
|
2014-03-25 13:29:42 -07:00 |
Armon Dadgar
|
4b6dc60169
|
consul: Set maximum raft log size to 128MB
|
2014-03-25 13:29:15 -07:00 |
Armon Dadgar
|
277c31d813
|
consul: Handle reaping of serf members
|
2014-03-20 12:51:49 -07:00 |
Armon Dadgar
|
fad79e1f8e
|
consul: Increase default reap time to 3 days
|
2014-03-20 12:39:06 -07:00 |
Armon Dadgar
|
a421782901
|
consul: Ignore new Serf events
|
2014-03-12 12:46:14 -07:00 |
Armon Dadgar
|
18c3bbcb21
|
consul: Add tags for consul protocol versions
|
2014-03-09 15:46:03 -07:00 |
Armon Dadgar
|
6fba03db8f
|
consul: Adding protocol version numbers
|
2014-03-09 15:18:36 -07:00 |
Armon Dadgar
|
ccd9d0b001
|
consul: Fixing subtle delete issue
|
2014-03-05 19:32:09 -08:00 |
Armon Dadgar
|
eb9f2a50bd
|
consul: Peg Serf proto version to 3
|
2014-03-05 15:32:59 -08:00 |
Armon Dadgar
|
4833c7995e
|
consul: Handle API changes in StateStore
|
2014-03-05 15:03:12 -08:00 |
Armon Dadgar
|
b73a381e6d
|
consul: Log instead of panic. Change NodeServices to return nil.
|
2014-03-05 15:02:28 -08:00 |
Armon Dadgar
|
8948a5218e
|
consul: Providing logOutput to StateStore
|
2014-03-05 14:34:29 -08:00 |
Armon Dadgar
|
ba2df6cb9c
|
consul: Passthrough the Serf Stats()
|
2014-02-23 18:08:58 -08:00 |
Armon Dadgar
|
11369ca9ad
|
consul: Adding Stats() method to get various debugging information
|
2014-02-23 16:37:33 -08:00 |
Armon Dadgar
|
f65ba3c365
|
consul: Increase network timeout value
|
2014-02-22 11:13:59 -08:00 |
Armon Dadgar
|
974d227b94
|
consul: Reduce the number of raft snapshots we keep
|
2014-02-22 10:57:22 -08:00 |