1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00
Commit Graph

88 Commits

Author SHA1 Message Date
77c2a021da Add event id to router events 2020-01-23 11:44:06 +00:00
29c1076950 refactor and cleanup some router code 2020-01-22 16:33:31 +00:00
ed2bd68d28 fix break in router service 2020-01-19 23:22:41 +00:00
04cf86070c close stream 2020-01-19 22:55:57 +00:00
23d65145e6 Use the same logic for advertising routes in Router and Network
router.Query() allows to query the routes with given router.Strategy.
It uses the same logic as was implemented in flushRoutes but the code
was never updated. This way we are consistent across both router and
network packages.
2020-01-17 16:25:18 +00:00
d7b9b2713b don't block forever 2020-01-17 15:23:10 +00:00
7f9b3b5556 Remove Solicitation from the network
Instead, when a new peer is discovered it is sent a sync message i.e. we
do the full sync when discovering peers
2020-01-16 19:43:10 +00:00
5e85194a13 QueryStrategy to allow querying routes based on Advertising Strategy 2020-01-16 12:48:36 +00:00
6027a81f06 Update router comments 2019-12-17 08:28:45 +00:00
d50f30d743 strip handlers 2019-12-10 11:46:13 +00:00
7e46ff5d92 strip some more logging down 2019-12-10 09:08:03 +00:00
59c1680594 Move Debug to Trace in router 2019-12-09 09:32:17 +00:00
c445aed6b1 Cleanup and speedup network convergence along with direct messaging for connect and solicit 2019-12-07 19:54:29 +00:00
ac9001ac74 advert ttl inline with router table tick 2019-12-05 17:50:32 +00:00
bca12a7003 Changed a few router knobs to avoid storms ⛈ 2019-12-05 17:11:17 +00:00
5865e89bed Fixing dead code and go vet moaning 2019-12-05 16:10:49 +00:00
a1eaf9cc20 linting fixes
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-12-04 00:22:02 +03:00
4a11a4c546 Fix router race condition 2019-12-03 15:22:54 +00:00
29fb58db39 improve code quality 2019-12-03 20:59:02 +08:00
da04aa8ae8 Switch to AdvertiseLocal by default 2019-12-02 17:36:20 +00:00
6f1c30aef5 remove unused value in router 2019-11-30 21:39:03 +00:00
107124e5dc Changes for the storm 2019-11-29 17:27:29 +00:00
8b63df7a98 regenerate the protos 2019-11-26 13:53:33 +00:00
55252cbc32 Fix the router test; get rid of time dependency (#964) 2019-11-20 14:53:12 +00:00
fd5c29addc Add the ability to only advertise local routes or don't advertise at all (#932)
* Add the ability to only advertise local routes or don't advertise at all

* Reorder processing to shortcircuit no advertising
2019-11-11 15:28:37 +00:00
5ae3e179b9 preallocated slices (#934) 2019-11-11 00:03:51 +00:00
b84134581c Flap detection vol2 (#915)
* We now purge flapping routes before regular tick processes them

* Updated comments

* Record the timestamp as soon as you receive the event

* Set route Address to routing table test

* Fixed a bunch of deadlocks. Added basic Router tests.
2019-11-05 17:44:24 +00:00
f67c5e779f preallocated slices (#917) 2019-11-05 17:43:12 +00:00
4a694c9d02 Change flap detection configuration (#914)
* Change flap detection configuration

* Make PenaltyHalfLife a float, not int 🤦‍♂️

* Lower event suppression to 200
2019-11-04 19:01:52 +00:00
2f3c251b00 Recovery should be < 500 2019-11-03 17:10:00 +00:00
c1b0a968ae Augment the router penalty and decay as a hack fix (#912)
* Augment the router penalty and decay as a hack fix

* increase recovery cost
2019-11-03 16:29:10 +00:00
f88518d994 used gofmt with -s flag on whole project 2019-11-01 15:07:53 +00:00
1ff65e140a Change router.Route metric to int64. Set the route metric properly 2019-10-23 16:51:22 +01:00
7a4bff4e9f Changed names of some variables. 2019-10-09 19:08:24 +01:00
d5ce96da24 Avoid locking on reading strategy for now 2019-10-09 18:19:48 +01:00
837597fe6f Make Optimal strategy default. Collapse routing tables based on strategy 2019-10-09 17:24:38 +01:00
96e564e402 Add router advertisement Strategy option to router. 2019-10-09 17:24:38 +01:00
fe94237448 Update router querying method (#834)
* Add address to router query options. Drop Query interface for QueryOptions

* Cleanup isMatch function

* Update network proto
2019-10-09 17:13:52 +01:00
2d7975a7ce Rather than append to list of events just keep the last event for a route hash 2019-09-26 17:54:55 +01:00
a4c04d8f50 Only emit Update event if a route was updated/added 2019-09-26 12:45:10 +01:00
b2577e6022 Update log statement 2019-09-26 12:19:00 +01:00
77f3e7ef48 Simplified table code. Fixed event dedup. 2019-09-26 11:56:30 +01:00
6f2a8298ef Fix router log messages 2019-09-25 20:29:25 +01:00
4eb1aaae85 Fix the proxy watcher 2019-09-20 16:25:29 +01:00
323a72be34 Small refactoring; Split horizon loop break. 2019-09-13 18:46:24 +01:00
ef91d836eb Implement Solicit method for handler.Router 2019-09-13 03:03:56 +01:00
d58eb51976 Code change to make Solicit router.proto message 2019-09-13 03:03:55 +01:00
dafbacbdcb Properly handle the list of the nodes. Send solicit on ControlChannel 2019-09-06 15:09:49 +01:00
bb595c85b2 Lets make advert channel buffered so we don't lose adverts 2019-09-05 19:05:47 +01:00
dddfb6f878 Fixed typos and simplified map iteration 2019-09-05 17:59:14 +01:00