Hi folks,

Is there a guaranteed that the response to an initial monitor request will
return in a single request object? In unit testing we have found it to be
the case but during production testing we have a found a couple of cases
where the monitor response contained only a subset of the data and that the
remaining tables were updated via a NOTIFY response. Is there a restart
scenario where ovsdb-server would only return a subset of the database to
an initial monitor?

The follow paragraph in section 4.1.6. of the OVSDB RFC makes some mention
of how the initial views are returned and implies that the entire contents
of the database is returned in a single response object. Is this affected
by scale or load?

   Note that initial views of rows are not presented in update
   notifications, but in the response object to the monitor request.
   The formatting of the <table-updates> object, however, is the same in
   either case.


Thanks for any help,

Dennis
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to