Francesc Gil

Results 63 issues of Francesc Gil

**Is your feature request related to a problem? Please describe.** In any example I see of Behavior Trees, either graphic of code the Nodes always have names as it helps...

**Is your feature request related to a problem? Please describe.** I was wondering why did you choose the current format of printing the tree. It's not that readable IMO and...

Add the ability to specify a TTL to the created object, once this time expires the object will be deleted.

Some of the config values should be the same in all the Nodes or it may cause issues, as we assume they are (cluster configuration), but some are totally independent...

Is it something we want? How would it work?

Right now there are a few thing stored in memory that if the node went down would be lost. One of those for example is the list of removedVolumeIDs from...

Right now we check all the nodes if they can replicate, we should avoid the nodes that already have a replica of the file.

If a node is down, even if it's in the downtime range if a file is in danger to be lost we should replicate it, if after this node is...

Introduce some kind of status to notify the rest of the cluster information of the Node, like if it's resynchronizing, running, draining. With this status we could change how the...

After a node has restarted, in the downtime duration, it should check that the data locally is the data expected. * We could hash the 'file' directory and it's content...