-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Transform] Decrease loglevel (ERROR -> WARN) of 3 transform-related error messages #134985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
przemekwitek
merged 1 commit into
elastic:main
from
przemekwitek:transform_downgrade_errors
Sep 18, 2025
Merged
[Transform] Decrease loglevel (ERROR -> WARN) of 3 transform-related error messages #134985
przemekwitek
merged 1 commit into
elastic:main
from
przemekwitek:transform_downgrade_errors
Sep 18, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
|
Pinging @elastic/ml-core (Team:ML) |
jan-elastic
reviewed
Sep 18, 2025
...n/java/org/elasticsearch/xpack/transform/persistence/AuthorizationStatePersistenceUtils.java
Show resolved
Hide resolved
jan-elastic
approved these changes
Sep 18, 2025
Contributor
jan-elastic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a clarifying question
9badeae to
72ff637
Compare
gmjehovich
pushed a commit
to gmjehovich/elasticsearch
that referenced
this pull request
Sep 18, 2025
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Sep 18, 2025
* upstream/main: (43 commits) Unmute testAckedIndexing to see if it still fails on main (elastic#134682) Silence time zone ID deprecation warning for JDK 25 due to log4j2 bug. (elastic#134719) Adding a getUnmodifiableSourceAndMetadata() method to IngestDocument (elastic#134816) Mark the create-index-from-source action as publicly available on Serverless (elastic#134953) ESQL: Rename command from INLINESTATS to INLINE STATS (elastic#134827) Document multi index query support for simplified retrievers (elastic#134980) [ML] Fix YAMl test to use correct query parameter type (elastic#134999) [Transform] Wait for PIT to close (elastic#134955) Add XPath to XmlUtils (elastic#134923) Fixing conditional processor mutability bugs (elastic#134936) [Transform] Lower loglevel of 3 transform-related error messages from ERROR to WARN (elastic#134985) Unmute pattern text tests. (elastic#134981) Integrate weights into simplified RRF retriever syntax (elastic#132680) Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:stats.CountDistinctWithConditions} elastic#134993 Update periodic java-ea build to test java 26 pre-release (elastic#134983) Mute org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT test {csv-spec:stats.CountDistinctWithConditions} elastic#134984 Fix and unmute testIndexSettingProviderPrivateSetting (elastic#134861) Add missing common cat params (elastic#134870) Support querying multiple indices with the simplified RRF retriever (elastic#134822) Allow including semantic field embeddings in _source (elastic#134717) ...
phananh1010
added a commit
to phananh1010/elasticsearch
that referenced
this pull request
Sep 23, 2025
BASE=4a2d8fd40328763780fbefc32366456e1419b48b HEAD=72ff6378adb9f7c324886609a94d425ba9e2edab Branch=main
phananh1010
added a commit
to phananh1010/elasticsearch
that referenced
this pull request
Oct 2, 2025
BASE=4a2d8fd40328763780fbefc32366456e1419b48b HEAD=72ff6378adb9f7c324886609a94d425ba9e2edab Branch=main
phananh1010
added a commit
to phananh1010/elasticsearch
that referenced
this pull request
Oct 6, 2025
BASE=4a2d8fd40328763780fbefc32366456e1419b48b HEAD=72ff6378adb9f7c324886609a94d425ba9e2edab Branch=main
phananh1010
added a commit
to phananh1010/elasticsearch
that referenced
this pull request
Oct 17, 2025
BASE=4a2d8fd40328763780fbefc32366456e1419b48b HEAD=72ff6378adb9f7c324886609a94d425ba9e2edab Branch=main
phananh1010
added a commit
to phananh1010/elasticsearch
that referenced
this pull request
Oct 23, 2025
BASE=4a2d8fd40328763780fbefc32366456e1419b48b HEAD=72ff6378adb9f7c324886609a94d425ba9e2edab Branch=main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR decreases loglevel of 3 transform-related error messages from ERROR -> WARN.
These 3 error messages (more precisely 2 of them) make up for ~88% (358/407) of all serverless errors in the last month making the
[Transforms] Serverless: Error in transform logsalert too noisy to be useful.