John Sully
|
50ce24a10c
|
Fix compile warnings
Former-commit-id: c314cab888e9c8b3e825b2dfe0c0392ee998bdc4
|
2021-03-03 22:12:51 +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
|
08b9f21d71
|
Data loss issue due to async rehash interfering with snapshots
Former-commit-id: 5245ca9a67c74b34139cafc9754543d1b8bed90a
|
2021-03-03 07:06:19 +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 |
|
John Sully
|
4066ce8f3a
|
Don't let dictionaries shrink too rapidly. It can cause massive perf issues while in the shrink rehash
Former-commit-id: a7ad346e4f03c85d22a29c8268d35471e86283aa
|
2021-03-03 07:05:12 +00:00 |
|
John Sully
|
76698beeaf
|
Drastically improve perf when loading an RDB with a storage provider
Former-commit-id: 0133b42d54676e8fac2c5cb006cc87988dced268
|
2021-03-02 04:16:20 +00:00 |
|
John Sully
|
6065f276c4
|
Key prefetch error handling instead of crashign
Former-commit-id: b322a14efb1b897134b229c1726b45264b57783f
|
2021-03-02 01:38:12 +00:00 |
|
christianEQ
|
175b266c34
|
time thread priority + nanosleep
Former-commit-id: c84f296edabc001a1836ab8437f746dcff811148
|
2021-02-26 20:17:34 +00:00 |
|
John Sully
|
877ad1e4b2
|
Don't complain about unclean shutdowns with an empty database
Former-commit-id: 99f5c02e87062552eaa2f26e960eb7c9dd977c84
|
2021-02-26 06:06:58 +00:00 |
|
John Sully
|
bbb310f419
|
Eliminate needless lock
Former-commit-id: 60f972d463f202edb33ff9a25bc2bd3e2558105c
|
2021-02-26 05:40:56 +00:00 |
|
John Sully
|
6ee9d69763
|
Eliminate the need for an mfence by tricking the CPU into ordering the futex read
Former-commit-id: 340e6f5bc94cd1c3b0c6fb6da833e8504acaf23a
|
2021-02-26 01:28:05 +00:00 |
|
John Sully
|
4f632962c1
|
eliminate syscall in call()
Former-commit-id: 3ee111a2e50bc29818ba85ae4fb786171d695c37
|
2021-02-26 01:03:10 +00:00 |
|
jsully
|
1459d88a6d
|
Merge branch 'timethread' into 'keydbpro'
Offload updating cached time to dedicated thread
See merge request keydb-dev/KeyDB-Pro!10
Former-commit-id: 31786a995d0220ec0cb4502917a8cc0f192da4cb
|
2021-02-26 00:50:22 +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
|
ca13fda90f
|
Fix issue where finding random keys is slow due to not shrinking the hash table.
Former-commit-id: fd05010cdcf9d6a6187ca2e18bc55adbaa680a02
|
2021-02-22 09:14:24 +00:00 |
|
John Sully
|
87fc018415
|
Implement maxstorage config
Former-commit-id: 79e07859dfec14edf2a39646013e1a82db033d4f
|
2021-02-19 05:17:41 +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
|
c43bb8e8b5
|
Fix deadlock in storage prefetch
Former-commit-id: 9e6162de08248f7726b97b73aee2f23808ff4e7b
|
2021-02-12 19:38:57 +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
|
4efab08466
|
Fix bug in fastlock stack metadata
Former-commit-id: 241d1bd7e1ed64885adbb07653a5c7e8ef882607
|
2021-02-07 19:11:05 -05: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
|
27552cb307
|
Ensure the C lock implementation behaves the same as the ASM
Former-commit-id: b5ddc11c46d2eabd28fae4c69927c356dd18bf6e
|
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
|
071ecb801a
|
Allow multiple threads to rehash simultaneously
Former-commit-id: 5a2cc90786dfd1bfd341dbf5713bcde01f0cfff3
|
2021-02-07 19:11:05 -05:00 |
|
John Sully
|
6379ae6c7f
|
Fix races in free
Former-commit-id: 3881d5c1f22f022855c0abcf7b0c2070e204c0a3
|
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
|
aa47e643b0
|
Fix memory leak in mvccRestore
Former-commit-id: 165333b0fc648c79e66f04d9c8c4a1d0059fe57a
|
2021-02-07 23:38:49 +00:00 |
|
John Sully
|
e2f634aef5
|
Fix cluster test failure
Former-commit-id: 230fde39882766426d892fd30d0c8349f5cca912
|
2021-02-07 23:38:25 +00:00 |
|
John Sully
|
6a7b193fc1
|
Fix memory leak in mvccRestore
Former-commit-id: 92da1cbd0a08b66264f170a9b57ef7270f270157
|
2021-02-07 23:38:09 +00:00 |
|
John Sully
|
52c1d17127
|
Update test to handle forkless bgsave
Former-commit-id: fc8c6de8252e6b802688413050f1a823093d0a1d
|
2021-02-07 21:41:19 +00: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 |
|
jsully
|
1c0c0ebd3f
|
Merge branch 'opensourcemerge_2021-02-01' into 'keydbpro'
Merge from open source Feb 5 2021
See merge request keydb-dev/KeyDB-Pro!9
Former-commit-id: 1a2e2b99cc0123b1b03b78b5f28107df395decdb
|
2021-02-07 20:49:08 +00:00 |
|
christianEQ
|
fc83515309
|
fixed up backup stuff
Former-commit-id: 8a23162c24dc13a4268928c5defd85b0b5249d39
|
2021-02-04 22:36:32 +00:00 |
|
christianEQ
|
ed2a86c98f
|
removed bgsave test, not applicable to keydb pro
Former-commit-id: d017c160662702ebcdbf063df239b907c2a193c5
|
2021-02-03 19:13:53 +00:00 |
|
christianEQ
|
c69b2845fd
|
Merge remote-tracking branch 'opensource/unstable' into keydbpro
Former-commit-id: 5bad058733de2c217340bb9ee48f02b07d754808
|
2021-02-03 18:10:27 +00:00 |
|
John Sully
|
651abfdca0
|
Module test reliability
Former-commit-id: cc827e157a8cdd0224eaa76d6a70e0cccd95f544
|
2021-02-01 22:21:49 +00:00 |
|
John Sully
|
cb5119b756
|
Simplify the handling of CreateTimer
Former-commit-id: 7b4e25008a352bd425582a3e60b26894826af626
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
b0f94bd4b5
|
Modified RM_CreateTimer to prevent more that one function being posted at a time
Former-commit-id: f66e5a9c3d6925c3c6d383fbc43fbfbd56721dad
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
cf122aa54d
|
Changed RM_CreateTimer to only call aePostFunction is existing aePostFunction isn't in flight
Former-commit-id: 9954f5b4a48286d07fb876fd9579801365b6c237
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
84dc6401c7
|
Now post entire timer installation process as one function to make atomic with respect to global locks
Former-commit-id: 53936661c88bd7eac88308afc75c510134a8e044
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
49132539dd
|
Updated header file to remove fSynchronous flag
Former-commit-id: e2552ff8a92ea5adf7cea070b48afc573003254d
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
662037e3a3
|
Removed more uses of fSynchronous and the use of condition variable and mutex on the control struct.
Former-commit-id: 6ab08cc3e1429178b26b55ed7aa8ba85240eb766
|
2021-02-01 15:51:22 -05:00 |
|
VivekSainiEQ
|
2addbe7e4a
|
Added fix for scenario where module thread waiting for s_mutexModule in acquireGIL can deadlock with module thread waiting for s_mutex in releaseGIL
Former-commit-id: 3205373bb378f895824cc1936a6bae663b1abdcc
|
2021-02-01 15:51:22 -05: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 |
|