[PATCH] vinyl: ignore quota timeout on replication

Vladimir Davydov vdavydov.dev at gmail.com
Mon Jan 29 16:55:54 MSK 2018


On Mon, Jan 29, 2018 at 04:50:44PM +0300, Konstantin Osipov wrote:
> * Vladimir Davydov <vdavydov.dev at gmail.com> [18/01/29 16:22]:
> > Closes #3087
> > ---
> > Branch: gh-3087-vy-ignore-quota-timeout-on-replication
> 
> We already have session type.

Oops, missed that.

> Is it possible to use it instead?

Guess it is, gonna give it a try, thx.

> 
> >  
> > +enum fiber_type {
> > +	/** Unknown fiber (default). */
> > +	FIBER_TYPE_UNKNOWN = 0,
> > +	/** Applier fiber. */
> > +	FIBER_TYPE_APPLIER = 1,
> > +	FIBER_TYPE_MAX
> > +};
> > +



More information about the Tarantool-patches mailing list