Skip to content

Commit

Permalink
GG-20185 control.sh validate_indexes SQL Index issue must contain inf…
Browse files Browse the repository at this point in the history
…ormation about cache group.
  • Loading branch information
ktkalenko committed Jul 8, 2019
1 parent 2578931 commit 82409a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ else if (current++ % checkThrough > 0)
}
}

String uniqueIdxName = "[cache=" + ctx.name() + ", idx=" + idx.getName() + "]";
String uniqueIdxName = "[cacheGroup=" + ctx.group().name() + ", cache=" + ctx.name() + ", idx=" + idx.getName() + "]";

processedIndexes.incrementAndGet();

Expand Down

0 comments on commit 82409a9

Please sign in to comment.