Skip to content

Conversation

@karrgov
Copy link
Contributor

@karrgov karrgov commented Sep 24, 2025

Add an occasional message when a task execution fails to complete for a long time

LMCROSSITXSADEPLOY-3279

Copy link
Contributor

@theghost5800 theghost5800 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some meaningful commit message and add ticket id at different line(reverse commit message lines)

if (lastLog == null) {
lastLog = Constants.LONG_DEFAULT_NULL_VALUE;
}
if (!lastLog.equals(Constants.LONG_DEFAULT_NULL_VALUE)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This if statement can be removed if default value is set

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But if statement is still present, is it really removed?

@karrgov karrgov force-pushed the timed_message_for_stalled_execution branch 2 times, most recently from 59cf55a to 4419e7f Compare September 24, 2025 12:01
@karrgov karrgov force-pushed the timed_message_for_stalled_execution branch from 4419e7f to 6883328 Compare September 24, 2025 12:03
@s-yonkov-yonkov s-yonkov-yonkov changed the title LMCROSSITXSADEPLOY-3279 Add an occasional message when a task execution fails to complete for a long timeLMCROSSITXSADEPLOY-3279 Sep 24, 2025
@s-yonkov-yonkov s-yonkov-yonkov changed the title Add an occasional message when a task execution fails to complete for a long timeLMCROSSITXSADEPLOY-3279 Add an occasional message when a task execution fails to complete for a long time LMCROSSITXSADEPLOY-3279 Sep 24, 2025
LMCROSSITXSADEPLOY-3279
if (lastLog == null) {
lastLog = Constants.LONG_DEFAULT_NULL_VALUE;
}
if (!lastLog.equals(Constants.LONG_DEFAULT_NULL_VALUE)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But if statement is still present, is it really removed?

LMCROSSITXSADEPLOY-3279
@theghost5800
Copy link
Contributor

Squash commits before merge

@s-yonkov-yonkov s-yonkov-yonkov merged commit 48a10df into cloudfoundry:master Sep 29, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants