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

Reindex: 2 skipped annotations id 835827 and id 835834 #171

Open
PeterCodar opened this issue Sep 8, 2020 · 2 comments
Open

Reindex: 2 skipped annotations id 835827 and id 835834 #171

PeterCodar opened this issue Sep 8, 2020 · 2 comments

Comments

@PeterCodar
Copy link

Yesterday, I have deleted all search indexes, replicated the data up-to-date and then executed:
sudo docker-compose exec indexer python -m sir reindex

The following 2 annotations id 835827 and id 835834 were skipped:

2020-09-05 14:28:51,024: Checking whether the versions of the Solr cores are supported
2020-09-05 14:28:51,090: Importing annotation...
2020-09-05 14:31:07,633: Skipping annotation with id 835827. The most likely cause of this is an unsupported control character in the data.
2020-09-05 14:31:07,639: Skipping annotation with id 835834. The most likely cause of this is an unsupported control character in the data.
2020-09-05 14:31:11,929: Successfully imported annotation!

Therefore the command
admin/check-search-indexes all
fails for the annotations:

CORE           STATUS  INDEX     DB
editor         OK      0         /0
instrument     OK      994       /994
series         OK      11999     /11999
place          OK      43144     /43144
event          OK      44424     /44424
tag            OK      100668    /100668
area           OK      118283    /118283
label          OK      185708    /185708
cdstub         OK      293239    /293239
annotation     --      374482    /374484
work           OK      1364636   /1364636
artist         OK      1697014   /1697014
release-group  OK      2066573   /2066573
release        OK      2617510   /2617510
url            OK      6976326   /6976326
recording      OK      23085150  /23085150
@PeterCodar
Copy link
Author

PeterCodar commented Oct 1, 2020

Two more...

2020-10-01 13:23:20,648: Skipping annotation with id 848977. The most likely cause of this is an unsupported control character in the data.
2020-10-01 13:23:21,574: Skipping annotation with id 849005. The most likely cause of this is an unsupported control character in the data.

@michaelchisari
Copy link

I'm seeing 5 annotations skipped on a fresh install

2020-11-21 06:26:10,296: Skipping annotation with id 835834. The most likely cause of this is an unsupported control character in the data.
2020-11-21 06:26:13,987: Skipping annotation with id 835827. The most likely cause of this is an unsupported control character in the data.
2020-11-21 06:26:18,981: Skipping annotation with id 848977. The most likely cause of this is an unsupported control character in the data.
2020-11-21 06:26:23,460: Skipping annotation with id 849005. The most likely cause of this is an unsupported control character in the data.
2020-11-21 06:26:28,722: Skipping annotation with id 851348. The most likely cause of this is an unsupported control character in the data.

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

No branches or pull requests

2 participants