Skip to content

Instantly share code, notes, and snippets.

@PeterCorless
Last active June 7, 2022 18:05
Show Gist options
  • Save PeterCorless/6fb8c31f723a6cd3608e0b4482b7dfba to your computer and use it in GitHub Desktop.
Save PeterCorless/6fb8c31f723a6cd3608e0b4482b7dfba to your computer and use it in GitHub Desktop.
ScyllaDB-Manager-3.0
sctool repair -K system* --name system_auth --dry-run --cron '1 2 3 4 5'
NOTICE: dry run mode, repair is not scheduled
Cron: 1 2 3 4 5 (At 02:01 AM, on day 3 of the month, and on Friday, only in April)
Tz: America/New_York
Data Centers:
- dc1
- dc2
Keyspaces:
- system_distributed (4 tables)
- system_distributed_everywhere (1 table)
- system_traces (5 tables)
╭──────────────────────────────────────────────┬──────────────┬────────┬──────────────────┬─────────┬───────┬──────────────┬────────────┬────────┬────────────────╮
│ Task                                         │ Schedule     │ Window │ Timezone         │ Success │ Error │ Last Success │ Last Error │ Status │ Next           │
├──────────────────────────────────────────────┼──────────────┼────────┼──────────────────┼─────────┼───────┼──────────────┼────────────┼────────┼────────────────┤
│ healthcheck/cql                              │ @every 15s   │        │ America/New_York │ 1538    │ 0     │ 1m32s ago    │          │ DONE   │ in 6s          │
│ healthcheck/alternator                       │ @every 15s   │        │ America/New_York │ 1538    │ 0     │ 1m33s ago    │           │ DONE   │ in 6s          │
│ healthcheck/rest                             │ @every 1m0s  │        │ America/New_York │ 382     │ 0     │ 1m34s ago    │          │ DONE   │ in 51s         │
│ repair/all-weekly                            │ 0 23 * * SAT │        │ America/New_York │ 0       │ 0     │              │           │ NEW    │ in 3d12h49m19s │
│ suspend/ea70e24c-7303-446b-bc82-737805f7cdcb │              │        │ America/New_York │ 1       │ 0     │ 6h30m58s ago │          │ DONE   │                │
╰──────────────────────────────────────────────┴──────────────┴────────┴──────────────────┴─────────┴───────┴──────────────┴────────────┴────────┴────────────────╯
$ sctool info repair
Name: repair/all-weekly
Cron: 0 23 * * SAT (At 11:00 PM, only on Saturday)
Tz: America/New_York
Retry: 3
Properties:
- keyspace: cadabra*
╭──────────────────────────────────────┬────────────────────────┬──────────┬──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ ID │ Start time │ Duration │ Status │
├──────────────────────────────────────┼────────────────────────┼──────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤
│ 6c99e11f-73bb-11ec-a30e-0242c0a86402 │ 12 Jan 22 10:22:15 EST │ 0s │ ERROR get repair target: no keyspace matched criteria [cadabra*.*] - available keyspaces are: [] │
╰──────────────────────────────────────┴────────────────────────┴──────────┴──────────────────────────────────────────────────────────────────────────────────────────────────╯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment