Duplicating sequence_nr in tag_views

Hello.
I have a cluster with 3 persistent nodes. And I am persisting the events into cassandra datastore (5 cluster nodes). I am using akka-persistence-cassandra plugin (version 0.91) from Akka.
After some time of working there was a problem.

I have a duplication rows in tag_views. Identical sequence_nr (230), but different tag_pid_sequence_nr (230, 232). And because of this i have a problem.

%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202019-05-24%2018-09-00

Likely the result of bug #461 please upgrade to the latest Cassandra plugin, 0.98, where this has been fixed.

Thank you very much for helping.
We will increase our plugin version