So I found a few more things that I thought I would raise:
- With my library size, would the following article be applicable: Work Around For Slow Movie Scanning for Extra Large Collections
I am having frequent issues with the library slowness queries but only after scanning. I did notice that it’s stopped occuring during playback so I’m wondering if it’s the fact that the libraries are so large slowing down the file system… I can break the individual folders down alphabetically and add each show to a subfolder to separate them out and add all the letters to the library? I want to make sure this is worth it before I engage that endeavor.
-
I use a tool called “FreeFileSync” to backup my plex media (I have a separate backup system for my servers, VEEAM). This tool creates a file called “sync.ffs_lock” each time it scans (it was set to automatically scan every 30 minutes). As this was starting up, it was causing plex to repeatedly scan as it was detecting a “change” in the library. Using the method recommended by FreeFileSync to disable that (https://freefilesync.org/manual.php?topic=expert-settings), I am no longer frequently updating.
-
Whenever my server optimizes, I get the following in my logs:
> |Nov 21, 2018 23:05:20.117|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |---|---|---|
> |Nov 21, 2018 23:05:20.106|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.096|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.086|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.075|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.065|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.055|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.044|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.034|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.024|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.014|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:20.003|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.993|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.983|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.943|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.902|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.862|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.846|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
> |Nov 21, 2018 23:05:19.835|INFO|SQLITE3:0x10, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed|
I have tried checking for corruption (came back OK) and repaired it anyways. I also tried rebuilding the DB and get this still. Is there something I can do to fix the database schema? Does it need to be fixed?
- I also get the following and I’m not sure what to make of it:
> |Nov 21, 2018 23:05:20.240|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |---|---|---|
> |Nov 21, 2018 23:05:20.236|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |Nov 21, 2018 23:05:20.236|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |Nov 21, 2018 23:05:20.236|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |Nov 21, 2018 23:05:20.232|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |Nov 21, 2018 23:05:20.231|ERROR|Exception getting remote address: remote_endpoint: Transport endpoint is not connected|
> |Nov 21, 2018 23:05:20.173|ERROR|EventSource: Retrying in 15 seconds.|
Also to note, my load average in htop is down to 0.00 0.11 0.35 while all of the above is occurring.
Thanks!