Reg:- Data Modelling Documentation

2017-05-18 Thread @Nandan@
Hi Team, Just as Information, When Data modeling Document will be published on official link. Waiting for its so long time. Please update the document. Currently no any documents present. And please put document, which can be understood by the absolute beginner as well as others also. Thanks in A

Re: Repair Management

2017-05-18 Thread Cameron Zemek
Here is what I have done so far: https://github.com/apache/cassandra/compare/trunk...instaclustr:repair_management > I'm not sure what you mean by "coordinator repair commands". Do you mean full repairs? By coordinator repair I meant the repair command from the coordinator node. That is the repai

Re: Integrating vendor-specific code and developing plugins

2017-05-18 Thread Jeff Jirsa
On Thu, May 18, 2017 at 10:28 AM, Jeff Jirsa wrote: > > > On Mon, May 15, 2017 at 5:25 PM, Jeremiah D Jordan < > jeremiah.jor...@gmail.com> wrote: > >> >> >> To me testable means that we can run the tests at the very least for >> every release, but ideally they would be run more often than that.

Re: Integrating vendor-specific code and developing plugins

2017-05-18 Thread Michael Kjellman
That’s epic Jeff. Very cool. Sent from my iPhone On May 18, 2017, at 10:28 AM, Jeff Jirsa mailto:jji...@gmail.com>> wrote: On Mon, May 15, 2017 at 5:25 PM, Jeremiah D Jordan < jeremiah.jor...@gmail.com> wrote: To me testable means that we can run the tests a

Re: Integrating vendor-specific code and developing plugins

2017-05-18 Thread Jeff Jirsa
On Mon, May 15, 2017 at 5:25 PM, Jeremiah D Jordan < jeremiah.jor...@gmail.com> wrote: > > > To me testable means that we can run the tests at the very least for every > release, but ideally they would be run more often than that. Especially > with the push to not release unless the test board is

Re: Repair Management

2017-05-18 Thread Blake Eggleston
I am looking to improve monitoring and management of repairs (so far I have  patch for adding ActiveRepairs to table/keyspace metrics) and come across  ActiveRepairServiceMBean but this appears to be limited to incremental  repairs. Is there a reason for this The incremental repair stuff was just t