lp://staging/~stolowski/+junk/symbols-test
- Get this branch:
- bzr branch lp://staging/~stolowski/+junk/symbols-test
Branch information
- Owner:
- Paweł Stołowski
- Status:
- Development
Recent revisions
- 497. By Michi Henning
-
Interim fix for bug #1364464 to reduce Zmq reconnection attempts once the target endpoint for a oneway socket is removed. This limits the reconnection attempts but doesn't completely eliminate them. (I'm working on a better fix that will stop the reconnections completely, but that's non-trivial.) For now, this will do.
Added non-blocking option to ZmqSender::send(). Changed oneway_invoke_() to check whether a send succeeded and trash the corresponding socket if not. Changed reconnect interval for sockets to exponential back-off with 1 sec maximum. Fixes: https:/
/bugs.launchpad .net/bugs/ 1364464. Approved by Pawel Stolowski, PS Jenkins bot.
- 496. By Michi Henning
-
Added valgrind suppression for QtNetworkConfig
urationManager leak.
Removed valgrind suppression for u1db because we are no longer using that.Approved by PS Jenkins bot, Michi Henning, Pete Woods.
- 495. By Paweł Stołowski
-
Pass User-Agent http header to SSS if recieved with SearchMetadata or PreviewMetadata. Fixes: https:/
/bugs.launchpad .net/bugs/ 1372834. Approved by PS Jenkins bot, Michi Henning.
- 494. By Michi Henning
-
Disabled test for thread pool exhaustion with address sanitizer because it takes well over a minute to complete.
Approved by Pete Woods, PS Jenkins bot.
- 493. By Michi Henning
-
Marked ScopeExecData copy constructor as amd64-only in symbols file because it is not emitted on i386 and armhf.
Approved by Pete Woods, PS Jenkins bot.
- 491. By Michi Henning
-
Excluded one of the thread pool tests when run under valgrind because it gives valgrind a heart attack. (Too many threads to track.).
Approved by PS Jenkins bot, Marcus Tomlinson.
- 490. By Michi Henning
-
This MR changes the ObjectAdapter to load-balance incoming requests, so they are always scheduled for an idle thread. If all threads are busy, the pump stops polling the front-end socket, so requests pile up in the transport layer until a thread becomes available. Threads are re-used in LRU order, so we get better thread affinity and cache hits.
Approved by Marcus Tomlinson, PS Jenkins bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)