Ivan Rakov created IGNITE-7475: ---------------------------------- Summary: Improve VerifyBackupPartitionsTask to calculate partition hashes in multiple threads Key: IGNITE-7475 URL: https://issues.apache.org/jira/browse/IGNITE-7475 Project: Ignite Issue Type: Improvement Reporter: Ivan Rakov Assignee: Ivan Rakov
Currently, compute task VerifyBackupPartitionsTask calculates all hashes in ComputeJob#execute caller thread. Using multiple threads can bring significant speedup. -- This message was sent by Atlassian JIRA (v7.6.3#76005)