This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 3dda362 Simplified V0 -> V1 direct serialization logic.
new 80cec58 Updated stout recordio encoder/decoder to be lower-level.
new ed39b42 Updated mesos code to work against recordio encoder/decoder
changes.
new a15e5a3 Updated StreamingHttpConnection to allow writing serialized
records.
new d9fe311 Improved operator api subscribe initial payload performance.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
3rdparty/stout/include/stout/recordio.hpp | 49 +++-----
3rdparty/stout/tests/recordio_tests.cpp | 50 +++------
src/checks/checker_process.cpp | 25 ++---
src/common/http.hpp | 19 +++-
src/common/recordio.hpp | 21 ++--
src/executor/executor.cpp | 8 +-
src/master/http.cpp | 136 +++++++++++++++++++++--
src/master/master.hpp | 5 +
src/resource_provider/http_connection.hpp | 5 +-
src/resource_provider/manager.cpp | 48 ++------
src/scheduler/scheduler.cpp | 8 +-
src/slave/containerizer/mesos/io/switchboard.cpp | 15 ++-
src/slave/http.cpp | 25 ++---
src/tests/api_tests.cpp | 111 ++++++------------
src/tests/common/recordio_tests.cpp | 52 +++------
src/tests/containerizer/io_switchboard_tests.cpp | 39 +++----
src/tests/executor_http_api_tests.cpp | 17 +--
src/tests/master/mock_master_api_subscriber.cpp | 2 +-
src/tests/resource_provider_manager_tests.cpp | 15 +--
src/tests/scheduler_http_api_tests.cpp | 22 ++--
20 files changed, 329 insertions(+), 343 deletions(-)