Skip to content

Commit

Permalink
Merge pull request kruize#1331 from msvinaykumar/6_bulk_SyncOnPartitions
Browse files Browse the repository at this point in the history
6 bulk sync on partitions
  • Loading branch information
dinogun authored Oct 8, 2024
2 parents a2f550d + 68e99c8 commit 42523ca
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*******************************************************************************
* Copyright (c) 2020, 2021 Red Hat, IBM Corporation and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
package com.autotune.analyzer.workerimpl;


Expand Down Expand Up @@ -252,7 +267,7 @@ public void run() {
} catch (Exception e) {
LOGGER.error(e.getMessage());
e.printStackTrace();

jobStatusMap.get(jobID).setStatus("FAILED");
}
}
}

0 comments on commit 42523ca

Please sign in to comment.