John Sully
|
635ddad7fc
|
Fix issue where GC is not free'd until a BGSAVE
Former-commit-id: e19350005b571591876e49219bfca75e905604a5
|
2021-04-07 17:30:59 +00:00 |
|
jsully
|
c168c8fbbf
|
Merge branch 'flash_read_perf' into 'keydbpro'
Flash read perf
See merge request external-collab/keydb-pro-6!1
Former-commit-id: f6d7277f307b78f079dd99bf532cd26a7b62018d
|
2021-04-07 06:12:55 +00:00 |
|
Cloud User
|
6601905d8c
|
Make high pri time thread configurable
Former-commit-id: 7e94207765d2166f46792aea0919786f3f30d7b3
|
2021-04-06 22:39:20 +00:00 |
|
jsully
|
7b61c83b3e
|
Merge branch 'keydbpro' into 'flash_read_perf'
# Conflicts:
# src/db.cpp
# src/networking.cpp
Former-commit-id: e16c846b2b9e70f20981172287b19e585f81d73d
|
2021-04-01 17:25:31 +00:00 |
|
John Sully
|
33197a128d
|
Fix thread safety issues with the cache prefetch logic
Former-commit-id: 4892122fc02109d98684a350bd732a0b08a8c7b4
|
2021-03-28 20:21:44 +00:00 |
|
John Sully
|
c6fc1bcfe3
|
Perform GET command inline
Former-commit-id: 5623936d99e334ab103f3dc1541b145c125d0ee8
|
2021-03-23 03:44:20 +00:00 |
|
John Sully
|
44603c8227
|
Make async rehash behave with snapshots (thread safety issues)
Former-commit-id: 372adf39a80252b8035e3c948fcaf7d5ef6f928f
|
2021-03-16 02:38:41 +00:00 |
|
John Sully
|
61d548079c
|
Remove snapshot consolidation because its not properly thread safe
Former-commit-id: dcb86d2b92e3ecdb9f914b6f5de9e184cdd23036
|
2021-03-16 02:37:49 +00:00 |
|
John Sully
|
15e1ee620f
|
Fix TSAN errors in tests
Former-commit-id: 30207d2ab34f175b94f430f97581191343d23f1e
|
2021-03-16 02:29:24 +00:00 |
|
jsully
|
ba5b7a6da1
|
Merge branch 'time_thread_priority' into 'keydbpro'
time thread priority + nanosleep
See merge request keydb-dev/KeyDB-Pro!11
Former-commit-id: 423b76a2bbbd568f525f6469ce829ab053972536
|
2021-03-03 18:55:07 +00:00 |
|
John Sully
|
ea6ba8370d
|
In low load async rehash may not complete in time, do it in the cron
Former-commit-id: 0a27d30753d887b6251e645abe26118068c55587
|
2021-03-03 07:05:51 +00:00 |
|
christianEQ
|
175b266c34
|
time thread priority + nanosleep
Former-commit-id: c84f296edabc001a1836ab8437f746dcff811148
|
2021-02-26 20:17:34 +00:00 |
|
John Sully
|
bbb310f419
|
Eliminate needless lock
Former-commit-id: 60f972d463f202edb33ff9a25bc2bd3e2558105c
|
2021-02-26 05:40:56 +00:00 |
|
John Sully
|
4f632962c1
|
eliminate syscall in call()
Former-commit-id: 3ee111a2e50bc29818ba85ae4fb786171d695c37
|
2021-02-26 01:03:10 +00:00 |
|
christian
|
53b7b83af6
|
Offload updating cached time to dedicated thread
Former-commit-id: 9bfc8a43952481b5b54a7b051d44b8bece4a18dd
|
2021-02-26 00:50:22 +00:00 |
|
John Sully
|
3ac42ec80c
|
Disable async rehash with single threads, it causes slowdowns as the rehash never completes
Former-commit-id: 5d08dbdf76c0fd1e0cfcf86b97ef3e656f0e4f5d
|
2021-02-16 21:07:43 +00:00 |
|
John Sully
|
ef471e6e53
|
Enable prefetch with storage providers
Former-commit-id: 21f9c52c446ad1b460a340c3d873839b2355728f
|
2021-02-11 00:50:21 +00:00 |
|
John Sully
|
e5e1350219
|
Fix polarity issue in async rehash
Former-commit-id: 9eefba49d4fcde7f12929929d7aeb36f5186a63d
|
2021-02-09 02:41:44 +00:00 |
|
John Sully
|
3de15c16ac
|
Fix deadlock with disconnecting client and storage provider
Former-commit-id: 0831745323e425f463322e8c0dc27fc25854868e
|
2021-02-08 19:02:01 +00:00 |
|
John Sully
|
078abba316
|
Merge branch 'unstable' into keydbpro
Former-commit-id: e2140793f2bf565972ada799af73bf4457e2718d
|
2021-02-08 18:17:09 +00:00 |
|
John Sully
|
662fc28fdc
|
Disable multithreaded rehash when active defrag is enabled. The two are not compatible
Former-commit-id: 56addcd17262ffbaefea26c0097cde53c616ece2
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
1b3dc3d422
|
The server should recalibrate periodically. Also reduce log noise
Former-commit-id: 8d8e1810d49da6aa921d2327cb4ea250c2b5b234
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
ba006abe02
|
Ensure rehash completes even when we're in a long running task
Former-commit-id: f107746e90f7a8ff3c7094145ee1ad438911e8c2
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
495dff1e8c
|
Implement rehash during spinlock
Former-commit-id: f68a26381a35b27948046d46c2c7bcfbdc21143d
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
1c0b603def
|
Initial implementation
Former-commit-id: 958f2c00c8efc15dc91fdeec2ff2e2ae2016c124
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
b20ab1fd21
|
Merge branch 'keydbpro' of https://gitlab.eqalpha.com/keydb-dev/KeyDB-Pro into keydbpro
Former-commit-id: 8bad923169b2a73f249fd8b3153236d6a74100c9
|
2021-02-07 20:53:07 +00:00 |
|
christianEQ
|
c69b2845fd
|
Merge remote-tracking branch 'opensource/unstable' into keydbpro
Former-commit-id: 5bad058733de2c217340bb9ee48f02b07d754808
|
2021-02-03 18:10:27 +00:00 |
|
VivekSainiEQ
|
dd0b8af2c5
|
removed synchronous calls to aePostFunction and changed scope of g_fModuleThread in order to prevent module related deadlocks, issue #214
Former-commit-id: 3b8d1f7076e4ab2082cd0768abc7b0b6ed4f951a
|
2021-02-01 15:51:22 -05:00 |
|
John Sully
|
84576e9b39
|
ARM build fix
Former-commit-id: 5832c25ad1ae3fbe12ee245a96799b4b1a75e4b1
|
2021-01-31 21:22:23 +00:00 |
|
John Sully
|
68ed1292ee
|
Fix test failure caused by allowing pings during load
Former-commit-id: 569a3d9ff86f4cd74e269391ce1d582e009147ce
|
2021-01-31 07:15:55 +00:00 |
|
christianEQ
|
a0ae32a9f0
|
added exception to allow pings during loading
Former-commit-id: 8a557e9d711c3aadbc566cf96ca2a18f10e8d5a4
|
2021-01-31 00:12:49 -05:00 |
|
christianEQ
|
19dc63bd3a
|
added severity levels for afterErrorReply
Former-commit-id: fe0f07199353abf6668cd66cd2e21751db5c21d9
|
2021-01-31 00:12:49 -05:00 |
|
John Sully
|
7766b37062
|
Fix test failure due to bad merge
Former-commit-id: f6fb0e462001c49af185682caed8881ccd6d36f3
|
2021-01-31 03:40:57 +00:00 |
|
John Sully
|
543d92d0ff
|
Fix crash on shutdown command
Former-commit-id: d72b5fa16df0c41dd62b8b6d25c1c2c9cce8b413
|
2021-01-31 02:30:28 +00:00 |
|
christianEQ
|
5a6f7c395f
|
killMainThread -> killServerThreads
Former-commit-id: 0fea781f8f0218c5475890a395c49bd7e4faa03f
|
2021-01-28 23:57:19 +00:00 |
|
christianEQ
|
70960ffe12
|
arm locker before checking zmalloc_used_memory
Former-commit-id: 52eca14ca61a54ac7dde57c2966216cab0e7ae2f
|
2021-01-27 22:24:06 +00:00 |
|
christianEQ
|
8d7142488b
|
fixed server.cpp mentions
Former-commit-id: 7ed2296fc5d10a1c41020558b4bc445953531bdd
|
2021-01-26 22:22:19 +00:00 |
|
christianEQ
|
c068f2cd3d
|
Merge tag 'tags/6.0.10' into redismerge_2021-01-20
Former-commit-id: dadce055f897cee83946c2d3e5cbb76341b94230
|
2021-01-26 21:43:09 +00:00 |
|
christianEQ
|
fc3388acfe
|
configurized loading_process_events_interval_bytes
Former-commit-id: c176ea73664a182af9caacda9d489fb2b344b2de
|
2021-01-14 13:06:57 -05:00 |
|
John Sully
|
64d24938b3
|
Merge branch 'repl_perf' into unstable
Former-commit-id: bc8cc1adb301d51e926f2552ce1eb28165ed569b
|
2020-12-24 02:22:57 +00:00 |
|
John Sully
|
7d3d900cc5
|
Don't write in the lock
Former-commit-id: 93b7364aaecbe578be4b75c18c840c4b396c7d4e
|
2020-12-17 06:52:59 +00:00 |
|
John Sully
|
b6479099d3
|
Merge branch 'unstable' into keydbpro
Former-commit-id: 53a062a6b796ccbd43560fed1b05367ba759da96
|
2020-12-11 18:39:30 +00:00 |
|
John Sully
|
248b6a52e3
|
Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable
Former-commit-id: d03c2de9017b73b5d339fe76dd99292f27dfcd52
|
2020-12-11 03:59:50 +00:00 |
|
John Sully
|
5fbe23164d
|
Prevent use after free
Former-commit-id: 81573de393eef083d2209117b270d088a7b3f819
|
2020-12-11 03:59:26 +00:00 |
|
John Sully
|
856dd45bf6
|
Fix test timeouts
Former-commit-id: 6f3feee67678b594fbe9fd592f9f823a7a07b770
|
2020-12-10 20:09:19 +00:00 |
|
John Sully
|
6b6ae228e1
|
Merge branch 'repl_perf' into keydbpro
Former-commit-id: c4431a6be7a1ddc05abdd4510630fac2a2a6664e
|
2020-12-10 18:45:52 +00:00 |
|
John Sully
|
5c832c5ad0
|
Merge branch 'unstable' into keydbpro
Former-commit-id: b7a1e16c0f04e8aeb3764e3681fa14fc0f97f6a3
|
2020-12-10 02:37:28 +00:00 |
|
Kajaruban Surendran
|
04ad6b5078
|
Calling initServerThread function cserver.cthreads(server-threads) times than MAX_EVENT_LOOPS(constant)
Former-commit-id: d6b4f994ad776efab6d647947fe1543359ec9401
|
2020-12-04 14:52:28 -05:00 |
|
christianEQ
|
e6b4537a5d
|
Issue: #204 Allocate 8 MB to thread stack
Former-commit-id: 66a41dafc47a20251f5f6776625780dfa26ee505
|
2020-12-01 14:50:03 -05:00 |
|
Kajaruban Surendran
|
188e7a5693
|
Configurable option for MOTD
Former-commit-id: 49a89d636ba698dbd0858d5059d3d6387c8c1fc7
|
2020-11-30 10:42:48 -05:00 |
|