Cassandra Reaper project

Reaper is a centralized, stateful, and highly configurable tool for running Apache Cassandra repairs against single or multi-site clusters

License

License

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

io.cassandrareaper
ArtifactId

ArtifactId

cassandra-reaper-pom
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Cassandra Reaper project
Reaper is a centralized, stateful, and highly configurable tool for running Apache Cassandra repairs against single or multi-site clusters
Project URL

Project URL

https://cassandra-reaper.io
Source Code Management

Source Code Management

https://github.com/thelastpickle/cassandra-reaper

Download cassandra-reaper-pom

How to add to project

<!-- https://jarcasting.com/artifacts/io.cassandrareaper/cassandra-reaper-pom/ -->
<dependency>
    <groupId>io.cassandrareaper</groupId>
    <artifactId>cassandra-reaper-pom</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cassandrareaper/cassandra-reaper-pom/
implementation 'io.cassandrareaper:cassandra-reaper-pom:2.0'
// https://jarcasting.com/artifacts/io.cassandrareaper/cassandra-reaper-pom/
implementation ("io.cassandrareaper:cassandra-reaper-pom:2.0")
'io.cassandrareaper:cassandra-reaper-pom:pom:2.0'
<dependency org="io.cassandrareaper" name="cassandra-reaper-pom" rev="2.0">
  <artifact name="cassandra-reaper-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cassandrareaper', module='cassandra-reaper-pom', version='2.0')
)
libraryDependencies += "io.cassandrareaper" % "cassandra-reaper-pom" % "2.0"
[io.cassandrareaper/cassandra-reaper-pom "2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • src/server

Reaper for Apache Cassandra

Build Status

codecov

Hosted By: Cloudsmith

Reaper is a centralized, stateful, and highly configurable tool for running Apache Cassandra repairs against single or multi-site clusters.

The current version supports running Apache Cassandra cluster repairs in a segmented manner, opportunistically running multiple parallel repairs at the same time on different nodes within the cluster. Basic repair scheduling functionality is also supported.

Reaper comes with a GUI, which if you're running in local mode can be at http://localhost:8080/webui/

Please see the Issues section for more information on planned development, and known issues.

Documentation and Help

The full documentation is available at the Reaper website. The source for the site is located in this repo at src/docs.

Have a question? Join us on the ASF Slack in the #cassandra-reaper channel.

System Overview

Reaper consists of a database containing the full state of the system, a REST-full API, and a CLI tool called spreaper that provides an alternative way to issue commands to a running Reaper instance. Communication with Cassandra nodes in registered clusters is handled through JMX.

Reaper system does not use internal caches for state changes regarding running repairs and registered clusters, which means that any changes done to the storage will reflect to the running system dynamically.

You can also run the Reaper with memory storage, which is not persistent, and is meant to be used only for testing purposes.

This project is built on top of Dropwizard: http://dropwizard.io/

Note: This repo is a fork from the original Reaper project, created by the awesome folks at Spotify.

io.cassandrareaper

Versions

Version
2.0
1.4.7
1.4.1
1.3.0
1.2.2
1.1.0
1.0.2
1.0.1
1.0.0