Let's say there is a running cluster A, with table:books and system.sequence current value 5000, cache size 100, incremental is 1, the latest book with sequence id:4800
Now the cluster A snapshot is backed up & restored into cluster b, system.sequence and books table are properly restored, when we add a new book, the book gets sequence id: 12, why it is not 4801 or 5001? Our Phoenix version : 4.14.2 Thanks