Skip to content

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
  • Loading branch information
sbcd90 committed Oct 2, 2024
1 parent 66b5b1a commit f5b416f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,10 @@ class DocLevelMonitorQueries(private val client: Client, private val clusterServ
// retry with deleting query index
if (monitor.deleteQueryIndexInEveryRun == true && docLevelQueryIndexExists(monitor.dataSources)) {
try {
log.info("unknown exception during PUT mapping on queryIndex: $targetQueryIndex, retrying with deletion of query index")
log.info(
"unknown exception during PUT mapping on queryIndex: $targetQueryIndex, " +
"retrying with deletion of query index"
)
val ack = monitorCtx.docLevelMonitorQueries!!.deleteDocLevelQueryIndex(monitor.dataSources)
if (!ack) {
log.error(
Expand Down

0 comments on commit f5b416f

Please sign in to comment.