[ 
https://issues.apache.org/jira/browse/IGNITE-27033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Izhikov updated IGNITE-27033:
-------------------------------------
    Description: 
Currently, Ignite provides API to enable/disable WAL only thgough java API.

IgniteCluster#disableWal(String cacheName) 
IgniteCluster#enableWal(String cacheName)
IgniteCluster#isWalEnabled(String cacheName)

 After disable/enable WAL to ensure consistency checkpoint must be done.

We must provide checkpoint command

Optional parameters of command:

* reason string
* wait-for-finish flag - if true then wait for checkpoint to finish
* timeout - milliseconds, if set then wait for checkpoint to finish within 
timeout.

  was:
Currently, Ignite provides API to enable/disable WAL only thgough java API.

IgniteCluster#disableWal(String cacheName) 
IgniteCluster#enableWal(String cacheName)
IgniteCluster#isWalEnabled(String cacheName)

 After disable/enable WAL to ensure consistency checkpoint must be done.

We must provide checkpoint command


> Checkpoint command
> ------------------
>
>                 Key: IGNITE-27033
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27033
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Nikolay Izhikov
>            Priority: Major
>              Labels: IEP-35, ise
>
> Currently, Ignite provides API to enable/disable WAL only thgough java API.
> IgniteCluster#disableWal(String cacheName) 
> IgniteCluster#enableWal(String cacheName)
> IgniteCluster#isWalEnabled(String cacheName)
>  After disable/enable WAL to ensure consistency checkpoint must be done.
> We must provide checkpoint command
> Optional parameters of command:
> * reason string
> * wait-for-finish flag - if true then wait for checkpoint to finish
> * timeout - milliseconds, if set then wait for checkpoint to finish within 
> timeout.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to