File tree Expand file tree Collapse file tree
src/main/java/org/dcache/nearline/cta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public void completed(Set<URI> uris) {
268268 };
269269
270270 var ar = ctaRequestFactory .getStoreRequest (r , ctaArchiveId );
271- var response = withStats (Action .CANCEL_FLUSH , () -> cta .withDeadline (getRequestDeadline ()).archive (ar ));
271+ var response = withStats (Action .SUBMIT_FLUSH , () -> cta .withDeadline (getRequestDeadline ()).archive (ar ));
272272
273273 LOGGER .info ("{} : {} : archive id {}, request: {}" ,
274274 r .getId (),
@@ -559,7 +559,7 @@ PendingRequest getRequest(String id) {
559559
560560 /**
561561 * Convert a given Throwable into CacheException to ensure serialization.
562- * @param e origianl exception.
562+ * @param e original exception.
563563 * @return corresponding cache exception
564564 */
565565 private CacheException asCacheException (Throwable e ) {
You can’t perform that action at this time.
0 commit comments