[PATCH 6/6] Introduce replica local spaces

Konstantin Osipov kostja at tarantool.org
Wed Jun 27 21:27:06 MSK 2018


* Vladimir Davydov <vdavydov.dev at gmail.com> [18/06/13 20:40]:
> @@ -48,6 +48,11 @@ struct space_opts {
>  	 * - changes are not part of a snapshot
>  	 */
>  	bool temporary;
> +	/**
> +	 * The space is replica local: changes
> +	 * done to it are not replicated.
> +	 */
> +	bool local;

Argh, I hate this violation of the coding style. There is bool
view in 2.0. Please make these flags bits to save space and prefix
them all with is_ once and for all.

Finally, the patch should contain a petition to @docbot so that
there is a documentation request for it

-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list