BlockManagerId object caching | 1 ms | Passed |
LRU with mixed storage levels (encryption = off) | 78 ms | Passed |
LRU with mixed storage levels (encryption = on) | 83 ms | Passed |
LRU with mixed storage levels and streams (encryption = off) | 0.14 sec | Passed |
LRU with mixed storage levels and streams (encryption = on) | 0.21 sec | Passed |
SPARK-1194 regression: fix the same-RDD rule for cache replacement | 30 ms | Passed |
SPARK-13328: refresh block locations (fetch should fail after hitting a threshold) | 29 ms | Passed |
SPARK-13328: refresh block locations (fetch should succeed after location refresh) | 46 ms | Passed |
SPARK-14252: getOrElseUpdate should still read from remote storage | 0.12 sec | Passed |
SPARK-17484: block status is properly updated following an exception in put() | 67 ms | Passed |
SPARK-17484: master block locations are updated following an invalid remote block fetch | 66 ms | Passed |
SPARK-20640: Shuffle registration timeout and maxAttempts conf are working | 5.2 sec | Passed |
SPARK-9591: getRemoteBytes from another location when Exception throw | 0.16 sec | Passed |
StorageLevel object caching | 1 ms | Passed |
block compression | 0.3 sec | Passed |
block store put failure | 6 ms | Passed |
correct BlockResult returned from get() calls | 55 ms | Passed |
disk and memory storage (encryption = off) | 54 ms | Passed |
disk and memory storage (encryption = on) | 58 ms | Passed |
disk and memory storage with getLocalBytes (encryption = off) | 43 ms | Passed |
disk and memory storage with getLocalBytes (encryption = on) | 54 ms | Passed |
disk and memory storage with serialization (encryption = off) | 74 ms | Passed |
disk and memory storage with serialization (encryption = on) | 70 ms | Passed |
disk and memory storage with serialization and getLocalBytes (encryption = off) | 49 ms | Passed |
disk and memory storage with serialization and getLocalBytes (encryption = on) | 53 ms | Passed |
disk and off-heap memory storage (encryption = off) | 78 ms | Passed |
disk and off-heap memory storage (encryption = on) | 62 ms | Passed |
disk and off-heap memory storage with getLocalBytes (encryption = off) | 60 ms | Passed |
disk and off-heap memory storage with getLocalBytes (encryption = on) | 50 ms | Passed |
fetch remote block to local disk if block size is larger than threshold | 29 ms | Passed |
get matching blocks | 42 ms | Passed |
in-memory LRU for partitions of multiple RDDs | 29 ms | Passed |
in-memory LRU for partitions of same RDD | 28 ms | Passed |
in-memory LRU storage | 45 ms | Passed |
in-memory LRU storage with off-heap | 92 ms | Passed |
in-memory LRU storage with serialization | 0.1 sec | Passed |
in-memory LRU with streams (encryption = off) | 34 ms | Passed |
in-memory LRU with streams (encryption = on) | 31 ms | Passed |
isDriver() backwards-compatibility with legacy driver ids (SPARK-6716) | 0 ms | Passed |
master + 1 manager interaction | 91 ms | Passed |
master + 2 managers interaction | 0.16 sec | Passed |
negative byte values in ByteBufferInputStream | 2 ms | Passed |
on-disk storage (encryption = off) | 67 ms | Passed |
on-disk storage (encryption = on) | 69 ms | Passed |
optimize a location order of blocks with topology information | 34 ms | Passed |
optimize a location order of blocks without topology information | 37 ms | Passed |
overly large block | 46 ms | Passed |
query block statuses | 45 ms | Passed |
query locations of blockIds | 5 ms | Passed |
read-locked blocks cannot be evicted from memory | 87 ms | Passed |
remove block if a read fails due to missing DiskStore files (SPARK-15736) | 0.18 sec | Passed |
removing block | 0.1 sec | Passed |
removing broadcast | 0.35 sec | Passed |
removing rdd | 40 ms | Passed |
reregistration doesn't dead lock | 0.41 sec | Passed |
reregistration on block update | 37 ms | Passed |
reregistration on heart beat | 40 ms | Passed |
safely unroll blocks through putIterator (disk) | 45 ms | Passed |
turn off updated block statuses | 28 ms | Passed |
updated block statuses | 41 ms | Passed |