Tom van der Woerdt created CASSANDRA-12243:
----------------------------------------------
Summary: upgradesstables cancels view build
Key: CASSANDRA-12243
URL: https://issues.apache.org/jira/browse/CASSANDRA-12243
Project: Cassandra
Issue Type: Bug
Reporter: Tom van der Woerdt
It appears that running upgradesstables cancels view builds, even if there are
no sstables to upgrade :
{code}
$ nodetool compactionstats -H
pending tasks: 54
id compaction type keyspace
table completed total unit progress
1cfee290-4dbe-11e6-b619-fb674e694d11 View build mykeyspace
mytable 666 bytes 1015 bytes ranges 65.62%
Active compaction remaining time : n/a
$ nodetool upgradesstables
$ nodetool compactionstats -H
pending tasks: 53
{code}
Easy to reproduce.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)