I executed control.sh with the option set to true and set false, made a diff of control.sh outputs and got this:
Print absolute paths of unused archived wal segments on each node: control.(sh|bat) --wal print [consistentId1,consistentId2,....,consistentIdN] Delete unused archived wal segments on each node: control.(sh|bat) --wal delete [consistentId1,consistentId2,....,consistentIdN] [--yes] I assume that these commands are in experiment mode. On Mon, Sep 7, 2020 at 12:42 PM Nikolay Izhikov <nizhi...@apache.org> wrote: > Hello, Philipp. > > Indeed, lack of the information about experimental control.sh command is a > gap in Ignite documentation. > Do you want to contribute corresponding page to close this gap? > > To see all experimental commands you can build Ignite from sources and > execute the following commands > > >> $ export IGNITE_ENABLE_EXPERIMENTAL_COMMAND="true" > >> $ ./bin/control.sh > > > 7 сент. 2020 г., в 12:26, Philipp Masharov <masharov...@gmail.com> > написал(а): > > > > Hello Nikolay! > > > > It's more convenient to use an option instead of an environmental > variable. > > But what is experiment commands? Are these commands not > production-ready? I > > never heard about it and I can't find information about experiment > commands > > in the product documentation. > > > > On Mon, Sep 7, 2020 at 12:08 PM Nikolay Izhikov <nizhi...@apache.org> > wrote: > > > >> Hello, Igniters. > >> > >> For now, experimental commands in control.sh can be enabled only via > >> system property > >> > >> ``` > >> $ export IGNITE_ENABLE_EXPERIMENTAL_COMMAND="true" > >> $ ./bin/control.sh > >> ``` > >> > >> I think we should add explicit argument for this. > >> > >> ``` > >> ./control.sh —enable-experimental > >> ``` > >> > >> WDYT? > >