-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-30854 Ensure partitioning of KJ parts between workers in k8s
When mapping index parts to workers in containerized, treat all as if locally available, such that they will be round-robined into worker buckets. This will cause (when the default remoteKeyedLookup is true), workers to directly access a partition of the index parts and farm out request of the rest to other workers. The net result is to increase cache locality (both jhtree and within the Linux page cache). Also make some detailed logging conditional on logging level. Signed-off-by: Jake Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters