2016-03-08 11:27 GMT+01:00 Mark Thomas <ma...@apache.org>: > On 08/03/2016 10:20, Rémy Maucherat wrote: > > 2016-03-08 11:11 GMT+01:00 <ma...@apache.org>: > > > >> Author: markt > >> Date: Tue Mar 8 10:11:12 2016 > >> New Revision: 1734044 > >> > >> URL: http://svn.apache.org/viewvc?rev=1734044&view=rev > >> Log: > >> Based on EG discussion, add a boolean return value to push() so the > >> application can tell if the push was sent or not. > >> > > > > That was scary when some other guy suggested to throw an ISE. This stuff > is > > best effort, and that's it. > > I think the ISE idea originated with me but I agree it is bad idea > because of the inherent race condition. > > Woops, sorry ;) I didn't remember it. But ultimately, push is not necessary for the application to work, so I don't see how it could be an error.
Rémy