Merge branch 'cassandra-4.1' into cassandra-5.0

This commit is contained in:
Stefan Miklosovic 2023-11-20 10:41:35 +01:00
commit 2004c17b60
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
11 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
#Hints, version 3.0.30-SNAPSHOT #Hints, version 3.0.28-SNAPSHOT
#Tue Nov 07 00:22:19 CET 2023 #Fri Nov 17 15:56:12 CET 2023
descriptorTimestamp=1699312935941 descriptorTimestamp=1700232964563
cells=3014 cells=2996
hash=-2121230191 hash=1893573886
cfid=531ba420-7cfb-11ee-824a-01f39c3f61a3 cfid=6f55edb0-8559-11ee-a403-a931264ebdbf
hostId=09be0db9-3264-4615-8765-3401a89d050f hostId=23b9a46b-e21a-4a8d-b171-3f1886fa537d

View File

@ -1,7 +1,7 @@
#Hints, version 4.1.4-SNAPSHOT #Hints, version 4.1.4-SNAPSHOT
#Tue Nov 07 14:57:58 CET 2023 #Fri Nov 17 16:12:05 CET 2023
descriptorTimestamp=1699365476115 descriptorTimestamp=1700233917885
cells=3066 cells=3049
hash=-1205488531 hash=429137970
cfid=a84e1840-7d75-11ee-98b4-9b56646d896a cfid=aa718ab0-855b-11ee-89ad-6d3be2679d52
hostId=088a61e7-e1b5-46a9-a83d-2ce5a636d531 hostId=8d0a4af4-4c94-4cb5-915f-08c0f1c7ab85

View File

@ -189,7 +189,7 @@ public class HintsMaker
{ {
while (session.position() < maxLength && mutationIterator.hasNext()) while (session.position() < maxLength && mutationIterator.hasNext())
{ {
Hint hint = Hint.create(mutationIterator.next(), System.currentTimeMillis()); Hint hint = Hint.create(mutationIterator.next(), System.currentTimeMillis(), Integer.MAX_VALUE);
session.append(hint); session.append(hint);
} }