Skip to content

Commit 095e49e

Browse files
[ML] Remove unused notification messages (#74318)
Removes messages that are no longer used for creating notifications.
1 parent 2446e90 commit 095e49e

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/messages

1 file changed

+0
-3
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/messages/Messages.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public final class Messages {
7878
public static final String DATA_FRAME_ANALYTICS_AUDIT_ESTIMATED_MEMORY_USAGE_HIGHER_THAN_CONFIGURED =
7979
"Configured model memory limit [{0}] is lower than the expected memory usage [{1}]. " +
8080
"The analytics job may fail due to configured memory constraints.";
81-
public static final String DATA_FRAME_ANALYTICS_AUDIT_UNABLE_TO_ESTIMATE_MEMORY_USAGE =
82-
"Data frame analytics is unable to provide an accurate estimate. Unable to determine if configured memory [{0}] is adequate.";
8381
public static final String DATA_FRAME_ANALYTICS_AUDIT_CREATING_DEST_INDEX = "Creating destination index [{0}]";
8482
public static final String DATA_FRAME_ANALYTICS_AUDIT_REUSING_DEST_INDEX = "Using existing destination index [{0}]";
8583
public static final String DATA_FRAME_ANALYTICS_AUDIT_STARTED_REINDEXING = "Started reindexing to destination index [{0}]";
@@ -163,7 +161,6 @@ public final class Messages {
163161
public static final String JOB_AUDIT_REVERTED = "Job model snapshot reverted to ''{0}''";
164162
public static final String JOB_AUDIT_SNAPSHOT_DELETED = "Model snapshot [{0}] with description ''{1}'' deleted";
165163
public static final String JOB_AUDIT_SNAPSHOTS_DELETED = "[{0}] expired model snapshots deleted";
166-
public static final String JOB_AUDIT_FILTER_UPDATED_ON_PROCESS = "Updated filter [{0}] in running process";
167164
public static final String JOB_AUDIT_CALENDARS_UPDATED_ON_PROCESS = "Updated calendars in running process";
168165
public static final String JOB_AUDIT_MEMORY_STATUS_SOFT_LIMIT = "Job memory status changed to soft_limit; memory pruning will now be " +
169166
"more aggressive";

0 commit comments

Comments
 (0)