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

windows Redis server 2.8.2102 fragrantly crashed #2839

Closed
umashankarkahar opened this issue Oct 31, 2015 · 4 comments
Closed

windows Redis server 2.8.2102 fragrantly crashed #2839

umashankarkahar opened this issue Oct 31, 2015 · 4 comments

Comments

@umashankarkahar
Copy link

Hi,
Please help my redis service continuously stopped in few second.
Please have a look below Info file ..

Redis WEBDBSRV:0>info

Server

redis_version:2.8.2102
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:71c677ebda6cb996
redis_mode:standalone
os:Windows
arch_bits:64
multiplexing_api:winsock_IOCP
process_id:5156
run_id:3d51a63976e6caba318c6fea4c73b7a27d0097e6
tcp_port:6379
uptime_in_seconds:1838
uptime_in_days:0
hz:10
lru_clock:3459647
config_file:C:\Program Files\Redis\redis.windows-service.conf

Clients

connected_clients:7
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0

Memory

used_memory:1302288
used_memory_human:1.24M
used_memory_rss:1268648
used_memory_peak:2335192
used_memory_peak_human:2.23M
used_memory_lua:36864
mem_fragmentation_ratio:0.97
mem_allocator:dlmalloc-2.8

Persistence

loading:0
rdb_changes_since_last_save:3
rdb_bgsave_in_progress:0
rdb_last_save_time:1446299893
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:0
rdb_current_bgsave_time_sec:-1
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok

Stats

total_connections_received:17
total_commands_processed:6354
instantaneous_ops_per_sec:0
total_net_input_bytes:439723
total_net_output_bytes:0
instantaneous_input_kbps:0.00
instantaneous_output_kbps:0.00
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:66
keyspace_misses:10
pubsub_channels:2
pubsub_patterns:0
latest_fork_usec:31200

Replication

role:master
connected_slaves:0
master_repl_offset:0
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0

CPU

used_cpu_sys:0.90
used_cpu_user:0.22
used_cpu_sys_children:0.00
used_cpu_user_children:0.00

Keyspace

db0:keys=4,expires=0,avg_ttl=0
db2:keys=9,expires=0,avg_ttl=0

Error Log file :

[13096] 29 Oct 21:49:25.446 * Background saving terminated with success
[13096] 29 Oct 22:04:26.051 * 1 changes in 900 seconds. Saving...
[13096] 29 Oct 22:04:26.082 * Background saving started by pid 8092
[13096] 29 Oct 22:04:26.192 # fork operation complete
[13096] 29 Oct 22:04:26.394 * Background saving terminated with success
[13096] 29 Oct 22:17:32.948 # User requested shutdown...
[13096] 29 Oct 22:17:32.963 * Saving the final RDB snapshot before exiting.
[13096] 29 Oct 22:17:32.979 * DB saved on disk
[13096] 29 Oct 22:17:32.995 # Redis is now ready to exit, bye bye...
[10484] 29 Oct 23:08:06.623 * Redis 2.8.2102 (00000000/0) 64 bit, stand alone mode, port 6379, pid 10484 ready to start.
[10484] 29 Oct 23:08:06.623 # Server started, Redis version 2.8.2102
[10484] 29 Oct 23:08:06.623 * DB loaded from disk: 0.000 seconds
[10484] 29 Oct 23:08:06.623 * The server is now ready to accept connections on port 6379
[10484] 30 Oct 10:54:20.103 * 1 changes in 900 seconds. Saving...
[10484] 30 Oct 10:54:20.181 * Background saving started by pid 14836
[10484] 30 Oct 10:54:20.400 # fork operation complete
[10484] 30 Oct 10:54:20.603 * Background saving terminated with success
[10484] 30 Oct 10:59:21.059 * 10 changes in 300 seconds. Saving...
[10484] 30 Oct 10:59:21.090 * Background saving started by pid 7372
[10484] 30 Oct 10:59:21.309 # fork operation complete
[10484] 30 Oct 10:59:21.512 * Background saving terminated with success
[10484] 30 Oct 11:15:59.336 * 1 changes in 900 seconds. Saving...
[10484] 30 Oct 11:16:00.522 * Background saving started by pid 15332
[10484] 30 Oct 11:16:01.395 # fork operation complete
[10484] 30 Oct 11:16:01.598 * Background saving terminated with success
[10484] 30 Oct 11:27:53.381 # User requested shutdown...
[10484] 30 Oct 11:27:53.381 * Saving the final RDB snapshot before exiting.
[10484] 30 Oct 11:27:53.412 * DB saved on disk
[10484] 30 Oct 11:27:53.412 # Redis is now ready to exit, bye bye...

@badboy
Copy link
Contributor

badboy commented Oct 31, 2015

The Windows port is maintained by MSOpenTech. Please report issues to their repository

small hint: User requested shutdown → Probably someone sent a SHUTDOWN command, it's not a crash at all.

@umashankarkahar
Copy link
Author

Hi ,
Please me how can I figure out this command in windows machine

@enricogior
Copy link

@umashankarkahar
as suggested, please report the issue to the Redis on Windows repository: https://github.com/msopentech/redis

@filipecosta90
Copy link
Contributor

closing this one as per out of scope of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants