|
@@ -965,9 +965,6 @@ public class Dispatcher {
|
|
if (target.storageType != targetStorageType) {
|
|
if (target.storageType != targetStorageType) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- if (!target.hasSpaceForScheduling(block.getNumBytes())) {
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
// check if the block is moved or not
|
|
// check if the block is moved or not
|
|
if (movedBlocks.contains(block.getBlock())) {
|
|
if (movedBlocks.contains(block.getBlock())) {
|
|
return false;
|
|
return false;
|