Varun Gupta
Varun Gupta
AFAIK, only yaml change is not sufficient for incremental backup. At Cassandra, taking snapshot or backup is just copying SSTables to a different folder location at same machine. Where as...
Those backups will be created locally on that host, and if that satisfies you requirement, then great.
@dilyanpalauzov I am having similar [issue](https://github.com/cri-o/cri-o/issues/6943). Were you able to find a work-around? Thanks
> I do not think we should add the func if there is no use case. That's fine.
@axamon Update the commit message to be more meaningful.
> I added the intersect function for *StringSet types that is concurrency safe. Can you change commit name from "added intersect" to something "Add intersect util method for StringSet" As...
@axamon Thank for the fixes, we do not have unit & integration test CI setup at open source yet. I will run the patch locally, if no errors then I...
@michaeljs1990 Thanks for raising the concern, I looked more into it and Mesos exposes detailed [reasons](https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L2602) why the container was terminated which includes memory limit (ln 2607). I will fix...