Skip to content

Commit

Permalink
OAK-11303 - Add name of indexes to indexing reporter in import phase. (
Browse files Browse the repository at this point in the history
  • Loading branch information
nfsantos authored Dec 12, 2024
1 parent 9237b75 commit da01d4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ enum IndexImportState {

public void importIndex() throws IOException, CommitFailedException {
try {
indexingReporter.setIndexNames(List.copyOf(indexes.keySet()));
if (indexes.isEmpty()) {
LOG.warn("No indexes to import (possibly index definitions outside of a oak:index node?)");
}
Expand Down

0 comments on commit da01d4a

Please sign in to comment.