move comment

Co-Authored-By: Lada Kesseler <23501754+lexler@users.noreply.github.com>
This commit is contained in:
Danny Faught 2024-09-27 11:18:54 -07:00
parent 2d950d5bd0
commit 3fa20ebcfd
No known key found for this signature in database
GPG Key ID: 28A992107D6E8DF4
1 changed files with 1 additions and 0 deletions

View File

@ -3546,6 +3546,7 @@ public class StorageService extends NotificationBroadcasterSupport implements IE
long totalRowCountEstimate = cfs.estimatedKeysForRange(range);
// splitCount should be much smaller than number of key samples, to avoid huge sampling error
int splitCount = calculateSplitCount(keysPerSplit, totalRowCountEstimate, keys.size());
List<Token> tokens = keysToTokens(range, keys);