Skip to content

Commit

Permalink
Merge pull request #965 from khansaad/fix-error-msgs
Browse files Browse the repository at this point in the history
Suppress Error messages
  • Loading branch information
dinogun authored Nov 2, 2023
2 parents 69020a4 + 4ffd0fb commit acf97dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public List<KruizeResultsEntry> addToDBAndFetchFailedResults(List<KruizeResultsE
failedResultsEntries.add(entry);
} else if (message.contains(DBConstants.DB_MESSAGES.NO_PARTITION_RELATION)) {
try {
LOGGER.info(DBConstants.DB_MESSAGES.CREATE_PARTITION_RETRY);
LOGGER.debug(DBConstants.DB_MESSAGES.CREATE_PARTITION_RETRY);
tx.commit();
tx = session.beginTransaction();
// create partitions based on entry object
Expand Down

0 comments on commit acf97dd

Please sign in to comment.