Results 9 comments of Abhishek Verma

@gabrielhartmann @mohitsoni Will this be fixed in the new dcos-commons or should I send a PR to fix it in dcos-cassandra-service?

Disclaimer: I am not affiliated with Mesosphere. I work at Uber where we use the open source frameework with Apache Mesos (without DCOS). We found this bug in production a...

One way to support different disk configurations is to set an agent attribute for the different configurations and then use Marathon-style placement constraints recently introduced in #333. @gabrielhartmann Please comment...

We can fix this by setting: ``` ObjectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); ``` but doing this in dcos-cassandra-service has no effect because the dcos-commons' SerializationUtils are being used. We will need to change...

@isaldarriaga You can build your cassandra-lucene-plugin.jar and place it inside the cassandra/lib/ directory, bundle the whole cassandra directory in a .tar.gz, upload it to S3/artifactory/HDFS and set the `$EXECUTOR_CASSANDRA_LOCATION` to...

@bpiper Disclaimer: I don't work at Mesosphere and we (at Uber) don't use DC/OS to manage our Cassandra clusters. I am not sure if you need to create a custom...

Have you thought this through about how the incremental backups will work end to end? Will it create periodic incremental snapshots? @vargup Do you think just changing that yaml parameter...

Here is the complete log file (from starting the cluster): [uber-cassandra-mesos.log.txt](https://github.com/mesosphere/dcos-cassandra-service/files/248156/uber-cassandra-mesos.log.txt) @mohitsoni Can you please take a look?