-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
[BUGFIX] Shortcircuit work in SolrRoutingMiddleware #3339
[BUGFIX] Shortcircuit work in SolrRoutingMiddleware #3339
Conversation
0805a95
to
d422688
Compare
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.
@christophlehmann
Thanks for fixing that issue.
We want back-ports.
Is EXT:solr 11.2.x affected as well?
Yes, 11.2 ist affected as well. You can cherry-pick it without further changes. |
Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background: Superflous logging 'Could not resolve page by path...' to Solr logfile. Relates: TYPO3-Solr#3202
d422688
to
320be8e
Compare
Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background: Superflous logging 'Could not resolve page by path...' to Solr logfile. Relates: TYPO3-Solr#3202 Ports: TYPO3-Solr#3339
Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension. Background: Superflous logging 'Could not resolve page by path...' to Solr logfile. Relates: TYPO3-Solr#3202 Ports: TYPO3-Solr#3339
@christophlehmann The change is already in v 11.2 but the log entries doesn't stop (within TYPO3 10) |
@josefglatz |
Thank you
Diese Nachricht wurde von meinem Smartphone versandt
… Am 20.10.2022 um 12:18 schrieb Rafael Kähm ***@***.***>:
@christophlehmann The change is already in v 11.2 but the log entries doesn't stop (within TYPO3 10)
@josefglatz
Please make sure dev-release-11.2.x is loaded. There is no stable 11.2.x release now with this change.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
What this pr does
Shortcircuit work in SolrRoutingMiddleware like in PageIndexerFinisher: When a request does not have the X-Tx-Solr-Iq header, then it's not interesting for the Solr extension.
Background: Superflous logging 'Could not resolve page by path...' to Solr logfile.
How to test
Fixes: #3202