Cassandra snapshot with TTL

2024-11-20 Thread edi mari
Hi, I'm attempting to use the `snapshot` command with the `--tt` option, but I keep encountering an error. Can you help me figure out what I might be doing wrong? I'm using Cassandra v4.1.5. *nodetool snapshot --ttl 1HOURS -t my_snapshot my_keyspace* nodetool: Invalid duration: 1[HOURS] Accepted

Re: Cassandra snapshot with TTL

2024-11-19 Thread edi mari
Working, Thanks On Tue, Nov 19, 2024 at 12:01 PM guo Maxwell wrote: > try to replace 1HOURS with 1h ? > > edi mari 于2024年11月19日周二 17:52写道: > >> Hi, >> I'm attempting to use the `snapshot` command with the `--tt` option, but >> I keep encountering an error. >> Can you help me figure out what I

Re: Cassandra snapshot with TTL

2024-11-19 Thread guo Maxwell
try to replace 1HOURS with 1h ? edi mari 于2024年11月19日周二 17:52写道: > Hi, > I'm attempting to use the `snapshot` command with the `--tt` option, but I > keep encountering an error. > Can you help me figure out what I might be doing wrong? > > I'm using Cassandra v4.1.5. > > *nodetool snapshot --tt