We have a solr cloud 4.7.1 with 3 collections on 8 servers. Each collection is broken into 4 shards with 4 servers holding a primary replica of each collection and 4 different servers holding the other replicas. Last week the servers holding the replicas for shard 2 of one of the collections started exhibiting a weird behavior. Files were being writting to one of the collections filling up the partition. When the partition hit 100% the files were deleted and the collection was back to its usual size; but the process would start again. This would go on for a few hours and then stop for a few hours. The issue occurred from Wednesday into Thursday afternoon but stopped from Thursday until early Monday morning.
In the directory holding the replica's files I see a single file growing to fill the drive's capacity: ????.nvd. From my reading this is a norms file. I see that in the schema.xml file for this collection omitNorms is set to true.
Nothing else is standing out in the logs and my searches are striking out. Any thoughts please?