-
-
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
[BUG] Mount point monitoring incomplete/faulty #4275
Comments
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Jan 6, 2025
EXT:solr fails to detect changes on mounted pages correctly in some cases, this commit fixes the following issues: * mounted pages considered during garbage removal / ce update * no_search_sub_entries flag respected by garbage remover * update of existing queue items of mounted pages on updates Fixes: TYPO3-Solr#4275
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Jan 6, 2025
EXT:solr fails to detect changes on mounted pages correctly in some cases, this commit fixes the following issues: * mounted pages considered during garbage removal / ce update * no_search_sub_entries flag respected by garbage remover * update of existing queue items of mounted pages on updates Fixes: TYPO3-Solr#4275
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Jan 7, 2025
EXT:solr fails to detect changes on mounted pages correctly in some special occasions: * mounted pages not considered during garbage removal / ce update * no_search_sub_entries flag not respected by GarbageRemover strategies * existing queue items of mounted pages not updated By adjusting the monitoring related compontents the issues are fixed, affected components: * GarbageRemover strategies * page initializer * RecordMonitor * DataUpdateHandler Fixes: TYPO3-Solr#4275
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Jan 7, 2025
EXT:solr fails to detect changes on mounted pages correctly in some special occasions: * mounted pages not considered during garbage removal / ce updates * no_search_sub_entries flag not respected by GarbageRemover strategies * existing queue items of mounted pages not updated By adjusting the monitoring related components the issues are fixed, affected components: * GarbageRemover strategies * page initializer * RecordMonitor * DataUpdateHandler Fixes: TYPO3-Solr#4275
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Jan 7, 2025
EXT:solr fails to detect changes on mounted pages correctly in some special occasions: * mounted pages not considered during garbage removal / ce updates * no_search_sub_entries flag not respected by GarbageRemover strategies * existing queue items of mounted pages not updated By adjusting the monitoring related components the issues are fixed, affected components: * GarbageRemover strategies * page initializer * RecordMonitor * DataUpdateHandler Fixes: TYPO3-Solr#4275 Ports: TYPO3-Solr#4276
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EXT:solr fails to detect changes on mounted pages correctly in some special occasions:
Expected behavior
Updates of mounted pages must be detected and processed correctly
Used versions (please complete the following information):
Fixed in:
The text was updated successfully, but these errors were encountered: