Re: Ignite in docker (Native Persistence)

2018-12-18 Thread Dave Harvey
This is the ECS task we use to create the container. Caveat: we have a custom docker image with some enhancements to run.sh. Especially around consistent ID and what we call Autobaseline, and support for AWS instance storage (Ignite persistence is useless for us with EBS/GP2). I'll generate a

Re: Ignite in docker (Native Persistence)

2018-12-18 Thread Dave Harvey
See attached, which we use in our AWS ECS containers. Note that beside WAL and data, the work directory needs persistence, because it has all the typeID mappings. On Tue, Dec 18, 2018 at 7:32 AM Павлухин Иван wrote: > Hi Rahul, > > Could you please share an ignite configuration and how do you

Re: Ignite in docker (Native Persistence)

2018-12-18 Thread Павлухин Иван
Hi Rahul, Could you please share an ignite configuration and how do you launch a docker container with Ignite? Do you see something in your ignitedata/persistence ignitedata/wal ignitedata/wal/archive after container stop? I guess you can configure a consistentId by configuring

Re: Ignite in docker (Native Persistence)

2018-12-18 Thread RahulMetangale
Hi All, I followed following steps for persistence in docker but i am observing that cache is not retained after restart. From documentation i see that consisitentID need to be set to retain cache after restart but i am not sure how it can set in configuration xml file. Any help is greatly

Re: Ignite in docker (Native Persistence)

2017-12-07 Thread Denis Magda
docker-compose, docker-swarm or kubernetes, depending on >> your needs. >> For example, Kubernetes provides a wide variety of volume options >> https://kubernetes.io/docs/concepts/storage/volumes/ >> <https://kubernetes.io/docs/concepts/storage/volumes/> >> >

Re: Ignite in docker (Native Persistence)

2017-12-07 Thread Nikolai Tikhonov
tart. > > It's worth trying docker-compose, docker-swarm or kubernetes, depending on > your needs. > For example, Kubernetes provides a wide variety of volume options > https://kubernetes.io/docs/concepts/storage/volumes/ > > > Has anyone use Ignite Native Persistence wi

Re: Ignite in docker (Native Persistence)

2017-12-06 Thread Denis Magda
cker-swarm or kubernetes, depending on > your needs. > For example, Kubernetes provides a wide variety of volume options > https://kubernetes.io/docs/concepts/storage/volumes/ > > Has anyone use Ignite Native Persistence with Docker? Is there a solution on how to map the Volume dynamically?

Re: Ignite in docker (Native Persistence)

2017-12-01 Thread afedotov
Hi, You need to create volumes and map them to the ${IGNITE_HOME}/work/db or any other path that you might have specified via setPersistentStorePath. These volumes should outlive the Ignite containers and thus it will be possible to reuse them on restart. It's worth trying docker-compose,

Ignite in docker (Native Persistence)

2017-11-27 Thread Humphrey
Has anyone use Ignite Native Persistence with Docker? Is there a solution on how to map the Volume dynamically? And how about when you restart the whole cluster, how does it maps all volumes? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/