Re: Cluster Configuration files

2016-11-18 Thread Jacob Barrett
In my memory the reason the files are written to disk is because nobody wrote a input/output stream or other io interfaces for the XML parser to use. Easy enough to do through. On Fri, Nov 18, 2016 at 3:50 PM Jinmei Liao wrote: > As far as I remember, cluster configurations files are saved in an

Re: Cluster Configuration files

2016-11-18 Thread Jinmei Liao
As far as I remember, cluster configurations files are saved in an internal region as well, and that region is defined as replicate_persistent, so the content of it gets written to the disk as well in those ConfigDistDir backup files. This is something we need to clean up as well. Just use one way