Github user shuizz commented on the pull request:
https://github.com/apache/mesos/commit/5b2261409e2b391d9182c5579e1df481c7f0779f#commitcomment-28612799
add follow code to resolve it in
protobuf::internal::parse(google::protobuf::Message* message, const
JSON::Object& object)
case google::protobuf::FieldDescriptor::TYPE_MESSAGE:
if (field->is_repeated()) {
reflection->AddMessage(message, field);
} else {
reflection->MutableMessage(message, field);
}
break;---
