Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
File location : IndexRepositoryFactory.java
Method : computeIndexRepository
Code:
PartitionRegionConfig prConfig =
(PartitionRegionConfig) prRoot.get(fileRegion.getRegionIdentifier());
while (!prConfig.isColocationComplete()) {
prConfig = (PartitionRegionConfig) prRoot.get(fileRegion.getRegionIdentifier());
}
Solution Acceptance :
We should not depend on an infinite while loop to wait for all partition region colocations to be completed.
We should find a better way and use that to replace the code above.
Attachments
Issue Links
- links to