lp://qastaging/~stolowski/+junk/symbols-test

Created by Paweł Stołowski and last modified
Get this branch:
bzr branch lp://qastaging/~stolowski/+junk/symbols-test
Only Paweł Stołowski can upload to this branch. If you are Paweł Stołowski please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Paweł Stołowski
Status:
Development

Recent revisions

499. By Paweł Stołowski

Updated symbols.

498. By Paweł Stołowski

Added dummy foobar method.

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 QtNetworkConfigurationManager 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.

492. By Pete Woods

Merge trunk

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)
This branch contains Public information 
Everyone can see this information.