Notice! - If a Redis module was involved, please open an issue in the module's repo instead! - If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!

Crash report

Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context.

<search> creating vector index. Server memory limit: 838860800B, required memory: 147568B, available memory: 838203928B
884185:M 18 Nov 2023 16:22:12.401 # == CRITICAL == This server is sending an error to its AOF-loading-client: '-NOPERM ACLs rules changed between the moment the transaction was accumulated and the EXEC call. This command is no longer allowed for the following reason: no permission to execute the command or subcommand' after processing the command 'exec'
884185:M 18 Nov 2023 16:22:12.401 # == CRITICAL == This server is sending an error to its AOF-loading-client: '-NOPERM ACLs rules changed between the moment the transaction was accumulated and the EXEC call. This command is no longer allowed for the following reason: no permission to execute the command or subcommand' after processing the command 'exec'
884185:M 18 Nov 2023 16:22:12.401 # == CRITICAL == This server is sending an error to its AOF-loading-client: '-NOPERM ACLs rules changed between the moment the transaction was accumulated and the EXEC call. This command is no longer allowed for the following reason: no permission to execute the command or subcommand' after processing the command 'exec'
884185:M 18 Nov 2023 16:22:12.401 * DB loaded from incr file test-94.aof.1.incr.aof: 0.001 seconds
884185:M 18 Nov 2023 16:22:12.401 # <search> Skip background reindex scan, redis version contains loaded event.
884185:M 18 Nov 2023 16:22:12.401 * <search> Loading event ends
884185:M 18 Nov 2023 16:22:12.401 * DB loaded from append only file: 0.001 seconds
884185:M 18 Nov 2023 16:22:12.401 * Opening AOF incr file test-94.aof.1.incr.aof on server start
884185:M 18 Nov 2023 16:22:12.401 * Ready to accept connections tls.
if i search the vector, the sever will crash.

Additional information

  1. OS distribution and version linux stream 9
  2. Steps to reproduce (if any)

Comment From: oranagra

you'll have to report that in the redis search repo: https://github.com/RediSearch/RediSearch but it seems to me that your report is missing some information, on how to reproduce this. e.g. attach the AOF file and some steps you use to reproduce it. p.s. by the looks of it, you have ACL rules that mess up the loading of your AOF file (see the CRITICAL messages in your log file)