Re: [Xen-devel] [PATCH 0/7] oxenstored: improve transaction conflict handling

2016-03-19 Thread Wei Liu
On Fri, Mar 18, 2016 at 10:33:35AM -0400, Konrad Rzeszutek Wilk wrote: > On Thu, Mar 17, 2016 at 05:51:08PM +, Jonathan Davies wrote: > > This patch series makes a substantial improvement to oxenstored's > > transaction > > handling. > > > > The original design of oxenstored assumed that a tr

[Xen-devel] [PATCH 0/7] oxenstored: improve transaction conflict handling

2016-03-19 Thread Jonathan Davies
This patch series makes a substantial improvement to oxenstored's transaction handling. The original design of oxenstored assumed that a transaction would only ever span a small subtree. In practice this is rarely the case and means that other xenstore traffic overlapping with a transaction can ca

Re: [Xen-devel] [PATCH 0/7] oxenstored: improve transaction conflict handling

2016-03-19 Thread Konrad Rzeszutek Wilk
On Thu, Mar 17, 2016 at 05:51:08PM +, Jonathan Davies wrote: > This patch series makes a substantial improvement to oxenstored's transaction > handling. > > The original design of oxenstored assumed that a transaction would only ever > span a small subtree. In practice this is rarely the case

Re: [Xen-devel] [PATCH 0/7] oxenstored: improve transaction conflict handling

2016-03-19 Thread David Scott
> On 18 Mar 2016, at 16:36, Wei Liu wrote: > > On Fri, Mar 18, 2016 at 10:33:35AM -0400, Konrad Rzeszutek Wilk wrote: >> On Thu, Mar 17, 2016 at 05:51:08PM +, Jonathan Davies wrote: >>> This patch series makes a substantial improvement to oxenstored's >>> transaction >>> handling. >>> >>>

Re: [Xen-devel] [PATCH 0/7] oxenstored: improve transaction conflict handling

2016-03-18 Thread Jonathan Davies
On Fri, Mar 18, 2016 at 10:33:35AM -0400, Konrad Rzeszutek Wilk wrote: > On Thu, Mar 17, 2016 at 05:51:08PM +, Jonathan Davies wrote: > > This patch series makes a substantial improvement to oxenstored's > > transaction > > handling. > > > > The original design of oxenstored assumed that a tr