Joshua T Corbin
Joshua T Corbin
Unsure if this, or a less heavy handed change is necessary to get parital affinity working.
- fix incorrect type doc comment - clarify getServicePeer naming
Factor out ensurePeerConnected method, and drain the extra incoming connection in it. r @rf @Raynos
- [ ] advertise with hyperbahn + error frame - [ ] advertise with hyperbahn + error frame + no hardFail - [ ] advertise with invalid serviceName - [...
- [ ] forwarding a 80kb payload - [ ] calling connections for non-existant service - [ ] calling connections with exit nodes down - [ ] register two services...
Note even partially done, just to record the ongoing lack of such a test. Depends on #114 so that we can add more nodes (towards triggering a real membership change)....
``` TypeError: Object # has no method 'emitResponse' at TChannelConnection.onCallResponse (.../tchannel/connection.js:362:9) at DefinedEvent.onCallResponse [as listener] (.../tchannel/connection.js:211:14) at DefinedEvent.emit (.../tchannel/lib/event_emitter.js:86:14) at TChannelV2Handler.handleCallResponse (.../tchannel/v2/handler.js:408:40) at TChannelV2Handler.handleEagerFrame (.../tchannel/v2/handler.js:186:25) at TChannelConnection.handleReadFrame (.../tchannel/connection.js:338:18) at ReadMachine.handleReadFrame...
This is a draft / WIP PR for code sharing / reference in an issue ; please do not review
# Background: Linux CFS Throttling In short, CFS CPU throttling works by: - defining an on-CPU time quota over a given wallclock period - once a cgroup exceeds its quota...