WIP: Bootstrap optimisation lld flow #5240
Annotations
10 errors and 5 warnings
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L31
[Task :ambry-store:compileJava FAILED] cannot find symbol
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1324
[Task :ambry-store:compileJava FAILED] cannot find symbol
public List<FileInfo> getSealedLogsAndMetaDataFiles(){
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1331
[Task :ambry-store:compileJava FAILED] cannot find symbol
public List<FileInfo> getAllIndexSegmentsForALogSegment(String dataDir, LogSegmentName logSegmentName){
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1337
[Task :ambry-store:compileJava FAILED] cannot find symbol
public List<FileInfo> getAllBloomFiltersForALogSegment(String dataDir, LogSegmentName logSegmentName){
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1325
[Task :ambry-store:compileJava FAILED] cannot find symbol
List<FileInfo> logSegments = log.getAllLogSegmentNames().stream().filter(segment -> log.getActiveSegment().getName() != segment)
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1327
[Task :ambry-store:compileJava FAILED] cannot find symbol
.map(segment -> new FileInfo(segment.getName().toString(), segment.getView().getFirst().length())).collect(Collectors.toList());
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1333
[Task :ambry-store:compileJava FAILED] cannot find symbol
.map(file -> new FileInfo(file.getName(), file.length())).collect(
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1339
[Task :ambry-store:compileJava FAILED] cannot find symbol
.map(file -> new FileInfo(file.getName(), file.length())).collect(Collectors.toList());
^
symbol: class FileInfo
|
ambry-store/src/main/java/com/github/ambry/store/FileStore.java#L29
[Task :ambry-store:compileJava FAILED] cannot find symbol
throw new FileStoreException("FileStore is not running", File);
^
symbol: variable File
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
The logs for this run have expired and are no longer available.
Loading