858 - Failed SyncMailjetUsersJob #858#414
Conversation
| log.debug("Tags available {}", tagsList); | ||
| log.debug("All units: {}", allUnits); | ||
| log.info("Git content cache population for " + sanitiseInternalLogValue(sha) + " completed!"); | ||
| log.info(CONTENT_LOG_PREFIX + "Git content cache population for " + sanitiseInternalLogValue(sha) + " completed! Cached {} total objects", contentCache.size()); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 166).
| log.debug("All units: {}", allUnits); | ||
| log.info("Git content cache population for " + sanitiseInternalLogValue(sha) + " completed!"); | ||
| log.info(CONTENT_LOG_PREFIX + "Git content cache population for " + sanitiseInternalLogValue(sha) + " completed! Cached {} total objects", contentCache.size()); | ||
| log.info(CONTENT_LOG_PREFIX + "Git content cache for {} completed: {} total objects loaded", sanitiseInternalLogValue(sha), contentCache.size()); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 151).
| content = this.augmentChildContent(content, treeWalk.getPathString(), null, content.getPublished()); | ||
|
|
||
| if (null != content) { | ||
| log.info(CONTENT_LOG_PREFIX + "Successfully loaded page/content: {} from {}", content.getId(), treeWalk.getPathString()); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 131).
|
|
||
| if (!context.contentCache.containsKey(flattenedContent.getId())) { | ||
| log.debug("Loading into cache: {} ({}) from {}", flattenedContent.getId(), flattenedContent.getType(), | ||
| log.info(CONTENT_LOG_PREFIX + "Loading into cache: {} ({}) from {}", flattenedContent.getId(), flattenedContent.getType(), |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 128).
| endTime = System.nanoTime(); | ||
| log.info("Bulk indexing content took: {}ms", (endTime - startTime) / NANOSECONDS_IN_A_MILLISECOND); | ||
| log.info("Search index request sent for: " + sanitiseInternalLogValue(sha)); | ||
| log.info(CONTENT_LOG_PREFIX + "Bulk indexed {} content objects to Elasticsearch for version {}", contentToIndex.size(), sanitiseInternalLogValue(sha)); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 157).
| log.info("Search index request sent for: " + sanitiseInternalLogValue(sha)); | ||
| log.info(CONTENT_LOG_PREFIX + "Bulk indexed {} content objects to Elasticsearch for version {}", contentToIndex.size(), sanitiseInternalLogValue(sha)); | ||
| log.info( | ||
| CONTENT_LOG_PREFIX + "Bulk indexing content took: {}ms", (endTime - startTime) / NANOSECONDS_IN_A_MILLISECOND); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 121).
|
|
||
| boolean shouldSkipUnpublished(final Content content) { | ||
| return !includeUnpublished && !content.getPublished(); | ||
| return !includeUnpublished && !content.getPublished(); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 6.
| boolean shouldSkipUnpublished(final Content content) { | ||
| return !includeUnpublished && !content.getPublished(); | ||
| return !includeUnpublished && !content.getPublished(); | ||
| } |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 6, expected level should be 4.
| this.registerContentProblem(content, "No altText attribute set for media element: " + media.getSrc() | ||
| + " in Git source file " + content.getCanonicalSourceFile(), indexProblemCache); | ||
| } | ||
| if ((media.getAltText() == null || media.getAltText().isEmpty()) && !(media instanceof Video) && |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck> reported by reviewdog 🐶
'&&' should be on a new line.
|



No description provided.