----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57184/ -----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Avinash sridharan, Jie Yu, Joris Van Remoortere, and Vinod Kone. Repository: mesos Description ------- Segfault may occur on two function with v1 scenario: 1. createPersistentVolume(). 2. createDiskResource(). These are due to the use of common 'Resources::parse()'. This patch fixes this issue by replacing with 'TResources::parse()'. Diffs ----- src/tests/mesos.hpp b450a04dfbf3bbeeb6b605fb78097dca390cbdbe Diff: https://reviews.apache.org/r/57184/diff/1/ Testing ------- make check Thanks, Gilbert Song
