Travis Turner
|
4a408a895a
|
Merge pull request #1378 from travisturner/disco-config-noder
Disco config noder
|
2021-02-05 10:37:56 -06:00 |
|
Kuba Podgórski
|
ab3353fb56
|
Add resize messages for broadcaster
|
2021-02-05 14:02:28 +01:00 |
|
Kuba Podgórski
|
e4fb58132b
|
Merge pull request #19 from kuba--/resizer-interface
Apply resizer interface (remove and add node)
|
2021-02-05 12:48:55 +01:00 |
|
Kuba Podgórski
|
bdbffe8d96
|
Update cluster_internal_test.go
|
2021-02-05 12:48:22 +01:00 |
|
Kuba Podgórski
|
35b9d41da1
|
Merge branch 'disco-config-noder' into resizer-interface
|
2021-02-05 11:57:51 +01:00 |
|
Travis Turner
|
e48fd9bf88
|
Merge pull request #18 from travisturner/disco-config-noder-remove-gossip
remove the rest of the gossip code (except config)
|
2021-02-04 21:35:22 -06:00 |
|
Travis
|
c8c59b649d
|
remove pilosa-fsck
|
2021-02-04 21:34:15 -06:00 |
|
Kuba Podgórski
|
ab37bf5c7b
|
Apply resizer interface (remove and add node)
|
2021-02-04 20:26:41 +01:00 |
|
Travis
|
a4b37273ea
|
remove the rest of the gossip code (except config)
|
2021-02-04 13:03:02 -06:00 |
|
Travis Turner
|
3e90a88c34
|
Merge pull request #17 from ajnavarro/do-not-write-on-degraded
Stop writes on DEGRADED state
|
2021-02-04 13:01:22 -06:00 |
|
Antonio Navarro Perez
|
87ba73fa16
|
Stop writes on DEGRADED state
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
|
2021-02-04 17:30:14 +01:00 |
|
Antonio Navarro Perez
|
39eacfb9a3
|
Merge pull request #16 from travisturner/disco-config-noder-primaryid-remove-gossip
|
2021-02-04 10:45:23 +01:00 |
|
Antonio Navarro Perez
|
add5065144
|
Merge pull request #13 from travisturner/disco-config-noder-primaryid
|
2021-02-04 10:38:15 +01:00 |
|
Travis
|
afc53e1163
|
remove ReceiveEvent
|
2021-02-03 23:31:38 -06:00 |
|
Travis
|
652014539c
|
remove temporary Gossiper interface
|
2021-02-03 23:06:51 -06:00 |
|
Travis
|
6e4ea21ce5
|
remove gossip listenForJoins
|
2021-02-03 22:34:45 -06:00 |
|
Travis
|
6a0f67278a
|
revert a test boolean
|
2021-02-03 21:44:05 -06:00 |
|
Travis
|
fbdca3c622
|
refactor the PrimaryNodeID logic
|
2021-02-03 20:58:25 -06:00 |
|
Travis
|
da804ee6d5
|
linter fixes
|
2021-02-03 15:11:24 -06:00 |
|
Travis
|
f9661b7b81
|
add PrimaryNodeID() method to Noder interface
|
2021-02-03 15:11:24 -06:00 |
|
Kuba Podgórski
|
893b5ea6ab
|
Merge pull request #15 from kuba--/no-mu
No mu
|
2021-02-03 22:06:39 +01:00 |
|
Kuba Podgórski
|
377ef73fbd
|
Merge pull request #14 from kuba--/remove-cluster-state
Remove state member from cluster.
|
2021-02-03 19:40:22 +01:00 |
|
Kuba Podgórski
|
6601835ba1
|
Remove public mutex from Node
|
2021-02-03 19:37:54 +01:00 |
|
Kuba Podgórski
|
6826997852
|
Remove state member from cluster.
Remove all function SetState like. Stop broadcasting cluster state.
|
2021-02-03 15:16:59 +01:00 |
|
Travis
|
4c1d94da14
|
remove some dead code related to coordinator
|
2021-02-02 15:59:36 -06:00 |
|
Antonio Navarro Perez
|
c45e21640c
|
Change coordinator to primary
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
|
2021-02-02 15:56:12 -06:00 |
|
Travis
|
28a19cdff7
|
Merge branch 'disco-config-noder' of github.com:travisturner/privilosa into disco-config-noder
|
2021-02-02 15:54:01 -06:00 |
|
Travis Turner
|
71084a0429
|
Merge pull request #12 from kuba--/apply-stator
Apply stator
|
2021-02-02 15:53:35 -06:00 |
|
Kuba Podgórski
|
a16a83445b
|
Apply stator
|
2021-02-02 19:36:34 +01:00 |
|
Kuba Podgórski
|
0e34409ff0
|
Close etcd client after Revoke
|
2021-02-02 11:47:06 +01:00 |
|
Travis
|
91c0df29a1
|
remove disco debugging printlns
|
2021-02-01 22:28:43 -06:00 |
|
Travis
|
629bfa3ac8
|
add more AwaitState calls in the tests
|
2021-02-01 21:21:06 -06:00 |
|
Travis
|
4811958de4
|
add AwaitState to test which re-opens node
|
2021-02-01 17:34:12 -06:00 |
|
Travis
|
26176c15eb
|
fix linter issues (wrap all ClusterStates in string() until we update the type)
|
2021-02-01 16:57:35 -06:00 |
|
Kuba Podgórski
|
b611480499
|
disco State
|
2021-02-01 16:37:04 -06:00 |
|
Kuba Podgórski
|
6058fc22e4
|
Porting disco.Stator (next step)
|
2021-02-01 16:35:59 -06:00 |
|
Travis
|
855e1b35f5
|
more use of noder; remove c.nodes
disable some of the gossip logic
implement some of the stator logic
|
2021-01-31 23:42:49 -06:00 |
|
Travis
|
97eaff5c82
|
use Etcd Noder; actually use EtcdWithCache
|
2021-01-31 23:42:44 -06:00 |
|
Travis
|
7ed1417893
|
set node metadata in server.Open()
|
2021-01-30 09:12:07 -06:00 |
|
Travis
|
457194f6a8
|
update config to support etcd arguments
|
2021-01-29 19:43:48 -06:00 |
|
Travis
|
e459c9a77b
|
change Config.DisCo to Config.Etcd
|
2021-01-29 14:11:51 -06:00 |
|
Kuba Podgórski
|
9a70e15cb3
|
Merge pull request #1372 from travisturner/disco-groupby-fix
Fix Groupby test which uses RowKey instead of RowID
|
2021-01-29 11:31:11 +01:00 |
|
Travis
|
58ff92d3d6
|
Fix Groupby test which uses RowKey instead of RowID
This commit introduces a CheckGroupByOnKey function which acts like the
CheckGroupBy function, but it only ensures equality on RowKey, not
RowID.
|
2021-01-28 21:12:02 -06:00 |
|
Travis
|
1c0b926eae
|
Merge master into disco
|
2021-01-28 18:03:38 -06:00 |
|
Travis Turner
|
92ee314891
|
Merge pull request #1362 from travisturner/disco-node-id
use etcd for node.ID
|
2021-01-28 15:26:48 -06:00 |
|
Travis Turner
|
1726aa137e
|
Merge pull request #11 from kuba--/fix-server_tests
Fix server tests
|
2021-01-28 14:36:02 -06:00 |
|
Kuba Podgórski
|
cef6925e7b
|
Fix server tests
|
2021-01-28 17:39:58 +01:00 |
|
Travis
|
4380a05bbd
|
address some coord/node0 test issues
|
2021-01-26 22:46:37 -06:00 |
|
Travis
|
315cad679d
|
Return zero-bit row (with Index/Field) instead of nil in executeDistinctShardSet
|
2021-01-26 15:41:47 -06:00 |
|
Travis
|
4f47862b48
|
remove code which was forcing etcd logging
|
2021-01-26 15:40:58 -06:00 |
|