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

redis.exceptions.ResponseError #134

Open
zhengyali opened this issue Mar 8, 2022 · 0 comments
Open

redis.exceptions.ResponseError #134

zhengyali opened this issue Mar 8, 2022 · 0 comments

Comments

@zhengyali
Copy link

Describe the bug/issue
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.

To Reproduce
Please provide more information about:

  • 5.0.14
    [4144] 07 Mar 21:31:35.345 # fork operation failed
    [4144] 07 Mar 21:31:35.367 # Background saving terminated by signal 1
    [4144] 07 Mar 21:31:37.378 - DB 0: 6 keys (0 volatile) in 8 slots HT.
    [4144] 07 Mar 21:31:37.380 - 4 clients connected (0 replicas), 744944 bytes in use
    [4144] 07 Mar 21:31:41.000 * 10 changes in 300 seconds. Saving...
    [4144] 07 Mar 21:31:41.007 * Background saving started by pid 7952
    [7952] 07 Mar 21:31:41.122 #
    The Windows version of Redis reserves heap memory from the system paging file
    for sharing with the forked process used for persistence operations.At this time there is insufficient contiguous free space available in the
    system paging file. You may increase the size of the system paging file.
    Sometimes a reboot will defragment the system paging file sufficiently for
    this operation to complete successfully.

Redis can not continue. Exiting.

Crash report

Redis version: 5.0.14
[7260] 07 Mar 21:31:47.291 # --- ABORT
[7260] 07 Mar 21:31:47.293 # --- STACK TRACE
redis-server.exe!((null):0)(0x00000016, 0x00000000, 0x1400DDC40, 0x1401B5750)
redis-server.exe!((null):0)(0x0014EFE8, 0x1400F8EBF, 0x00000016, 0x1400DDC40)
redis-server.exe!((null):0)(0x0014F001, 0x100000000, 0x00000000, 0x00000030)
redis-server.exe!((null):0)(0x0000000C, 0x1401A9160, 0x00000030, 0x0000005E)
redis-server.exe!((null):0)(0x7FE175800120, 0x14004A64C, 0x14017C7E8, 0x00000000)
redis-server.exe!((null):0)(0x7FE175800120, 0x1400847A7, 0x3939353636340030, 0x00003730)
redis-server.exe!((null):0)(0x00000000, 0x14004A75D, 0x1D83227B1A4D998, 0x00000000)
redis-server.exe!((null):0)(0x0014F1F0, 0x00000000, 0x00000000, 0x00000009)
redis-server.exe!((null):0)(0x005A7B80, 0x00DE0000, 0x00000000, 0x00001C5C)
redis-server.exe!((null):0)(0x01CC2D20, 0x00DE0000, 0x00DE0000, 0x0000009D)
redis-server.exe!((null):0)(0x000001B8, 0x00000000, 0x000001B8, 0x2AAAAAAAAAAAAAAB)
redis-server.exe!((null):0)(0x00000000, 0x00000000, 0x00585800, 0x00000000)
redis-server.exe!((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
KERNEL32.DLL!BaseThreadInitThunk((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
[7260] 07 Mar 21:31:47.304 #

INFO output

Event Log

Additional context
Windows 10 专业版 版本号:20H2,操作系统内部版本:19042.1526

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
@zhengyali and others