Skip to content
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

Open
2 tasks
dkd-friedrich opened this issue Jan 6, 2025 · 0 comments · May be fixed by #4277
Open
2 tasks

[BUG] Mount point monitoring incomplete/faulty #4275

dkd-friedrich opened this issue Jan 6, 2025 · 0 comments · May be fixed by #4277
Assignees

Comments

@dkd-friedrich
Copy link
Member

dkd-friedrich commented Jan 6, 2025

EXT:solr fails to detect changes on mounted pages correctly in some special occasions:

  • mounted pages in combination with no_search_sub_entries flag
  • updates of existing queue entries of mounted pages

Expected behavior

Updates of mounted pages must be detected and processed correctly

Used versions (please complete the following information):

  • TYPO3 Version: 12, 13

Fixed in:

  • EXT:solr 12
  • EXT:solr 13
@dkd-friedrich dkd-friedrich self-assigned this Jan 6, 2025
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
@dkd-friedrich dkd-friedrich linked a pull request Jan 7, 2025 that will close this issue
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 a pull request may close this issue.

1 participant