- 14 Jun, 2019 1 commit
-
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 12 Jun, 2019 2 commits
-
-
Roger Pueyo Centelles authored
Adding this wait time makes the AntidoteDB go client not crash. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Since such an update rate is not really need it, do it less often to try to avoid crashes in AntidoteDB's go client. Also add some more verbosity. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 11 Jun, 2019 9 commits
-
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
There is no concurrent operation in globalAssign anymore. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
By now remains unused. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Instead, only update it before using it. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
The assignation's redundancy was hardcoded, use a flag instead. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 07 Jun, 2019 7 commits
-
-
Roger Pueyo Centelles authored
This way, nodes which are down are written just a zero Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
It was missing, so connections were left dangling. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
This function should be significantly faster than writing arrays item by item... Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
This commit contains a simple demo in which different values are written to a set in a map inside a map: root/ / /myBucket/ / /myOuterMap/ / /myOuterSet = [1, 2, 3...] / /myInnerMap/ / /myInnerSet=[1, 6, 7...] Lessons learnt: - Yes, it's possible to have a map inside a map - Sets (as in CRDTType_ORSET) store duplicate entries only once Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
The function is called, yes, AntidoteAddItemToSetInMapInBucket(). Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 06 Jun, 2019 8 commits
-
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Needs the actual code Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
The routine pings actual devices. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
This commit adapts monitor-assign.go to cnml.go's changes as per commit 6aa0b8a2 . Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
The DeviceMonitorAssignation struct now holds, instead of a device's ID, the DeviceIpv4Adddresses with the device's ID and IPv4 addresses (plus, as before, the list of monitors it is assigned to). Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 05 Jun, 2019 3 commits
-
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
Reference AntidoteDB Go client. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-
- 04 Jun, 2019 5 commits
-
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
The monitor-ping.go program is initialised with a minimal set of flags and enters a dummy routine every N seconds. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
This is done to avoid conflicts. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
Fixes issue #4 . Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
- 13 Nov, 2018 3 commits
-
-
Roger Pueyo Centelles authored
The AntidoteDB host and port the application connects to now can be specified as a paramenter. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
The AntidoteDB host and port the application connects to now can be specified as a paramenter. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
Roger Pueyo Centelles authored
The applications using these functions can now specify which AntidoteDB instance they connect to. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>
-
- 06 Nov, 2018 1 commit
-
-
felix authored
-
- 04 Sep, 2018 1 commit
-
-
Roger Pueyo Centelles authored
Properly detect devices assigned to crashed or disappeared monitors and unassign them. Signed-off-by:
Roger Pueyo Centelles <rpueyo@ac.upc.edu>
-