Jesse
|
2bbff8ae4d
|
Add additional libraries that need to be installed for building pro
Former-commit-id: 303a0646b5510e310dfd03c7288d747f76ce3d62
|
2021-03-30 13:14:03 -07:00 |
|
John Sully
|
bb629c6f1e
|
Enable LTO
Former-commit-id: 7241bfc25525e8b27193fb0d4f9eae2e5e98e8d6
|
2021-03-28 18:27:14 +00:00 |
|
John Sully
|
526761b6f9
|
Make some asserts debug only for perf
Former-commit-id: c22740df4f7c1468fbe19fd97dfaec20e011b6f1
|
2021-03-28 18:27:00 +00:00 |
|
John Sully
|
5a28256b80
|
Excessive rehashing adds latency
Former-commit-id: 9db2277b0fea032abcde089f617fe7e4f5ce12e3
|
2021-03-28 17:59:02 +00:00 |
|
John Sully
|
73bc5aec95
|
Fix thread safety issues with the cache prefetch logic
Former-commit-id: a80a128bb64b81115c095d6dd91896ff73048b3d
|
2021-03-28 17:58:43 +00:00 |
|
John Sully
|
c356822897
|
Prefetch keys even in pure RAM scenarios
Former-commit-id: 54c0f11db0b35f34c9dfc3c8b4b76b7b7921bacd
|
2021-03-26 23:48:24 +00:00 |
|
John Sully
|
1a2803a1ac
|
Eliminate unnecessary lookup in ensure when there is no snapshot
Former-commit-id: 04540531b95ebadf6d60c90c6681c11060eaf907
|
2021-03-26 23:44:42 +00:00 |
|
John Sully
|
931a5cce44
|
Fix issue where timethread wakes too slowly
Former-commit-id: 60f875f5eb7cb541e537f0f440ce8d5aeac57862
|
2021-03-26 02:54:33 +00:00 |
|
jsully
|
69dd623558
|
Merge branch 'timethread_idle' into 'keydbpro'
Sleep the time thread when server sleeps
See merge request keydb-dev/KeyDB-Pro!15
Former-commit-id: 0864c46e38f85f03ea69a18162e3797370c17c91
|
2021-03-26 02:36:01 +00:00 |
|
John Sully
|
788ff61b4b
|
Prevent unnecessary copies in replication scenarios
Former-commit-id: 84c671cdafae7e84beef722fcc8a90b92918c89d
|
2021-03-25 23:14:48 +00:00 |
|
christianEQ
|
de376f6b93
|
moved time thread code to end of beforeSleep
Former-commit-id: ac1022c772c7357571829f24c87aa3dc2deade72
|
2021-03-24 21:16:21 +00:00 |
|
christianEQ
|
ce8705451a
|
serverAsserts on sleeping_threads, remove bare locks
Former-commit-id: 8c64ca2333d8eb2ee92d835907474ec63e127b62
|
2021-03-24 20:44:40 +00:00 |
|
christianEQ
|
9dde193c1d
|
counter for time thread sleeping threads
Former-commit-id: 6270939d6a2d7820fecac9c5aedf0ff985531f6b
|
2021-03-24 20:33:26 +00:00 |
|
John Sully
|
d71956e1ce
|
Fix bug where we skip valid dict elements in dictGetRandomKey
Former-commit-id: 626b56b00824573660af0c47b210fd1e8d2cfeb2
|
2021-03-24 20:26:33 +00:00 |
|
christianEQ
|
ecf2d0aeb5
|
removed extraneous wakeTimeThread cal
Former-commit-id: cfb5c5d7dc1e09c51ca416a2dbb19eab4bbaa77a
|
2021-03-24 20:24:07 +00:00 |
|
christianEQ
|
301e4f6a16
|
added condition variable to time thread; wake on afterSleep, sleep on beforeSleep
Former-commit-id: ff2f2a3aceff2ba4a74951197348d67fc39568b2
|
2021-03-24 19:27:39 +00:00 |
|
christian
|
adf8ba67c8
|
Merge branch 'rebrand' into 'keydbpro'
Rebrand
See merge request keydb-dev/KeyDB-Pro!14
Former-commit-id: 6840087819f26804302635dd0a75de523e133f8c
|
2021-03-23 20:01:05 +00:00 |
|
benschermel
|
cd48001c21
|
addressing comments from merge review
Former-commit-id: 955aa69ca16ca7230d5099ad16f6f825402b5dd5
|
2021-03-23 18:41:59 +00:00 |
|
benschermel
|
88e6c73906
|
update enterprise wording for keydb.config lk
Former-commit-id: feb2d31e6544763c94f4abaea69bc98bd1cb8b17
|
2021-03-21 05:19:28 +00:00 |
|
benschermel
|
3f9a80917a
|
minor fixes
Former-commit-id: ad7a27d41fb9e8e47966bbee72b28a4be66bbd8f
|
2021-03-18 01:16:57 +00:00 |
|
benschermel
|
d0e424039c
|
fix rpm script for centos8
Former-commit-id: 6790d9b793b1995b2faae7dbfb5d09dce90a878c
|
2021-03-17 05:11:01 +00:00 |
|
benschermel
|
05b2d1e798
|
update all packaging to support enterprise dist
Former-commit-id: 1fd4f27cd271090fc66dba3b09a3800bf1c33b0e
|
2021-03-17 02:30:34 +00:00 |
|
John Sully
|
4f06fb2b4f
|
Make async rehash behave with snapshots (thread safety issues)
Former-commit-id: 372adf39a80252b8035e3c948fcaf7d5ef6f928f
|
2021-03-16 02:38:41 +00:00 |
|
John Sully
|
25f56c59b0
|
Remove snapshot consolidation because its not properly thread safe
Former-commit-id: dcb86d2b92e3ecdb9f914b6f5de9e184cdd23036
|
2021-03-16 02:37:49 +00:00 |
|
John Sully
|
6b579db919
|
Fix TSAN errors in tests
Former-commit-id: 30207d2ab34f175b94f430f97581191343d23f1e
|
2021-03-16 02:29:24 +00:00 |
|
benschermel
|
3adcc6efc7
|
re-label keydb-pro-server to keydb-server
Former-commit-id: eb6f61ad372f0f4e573b9b731eac6c7f2ada0d9f
|
2021-03-16 01:57:26 +00:00 |
|
John Sully
|
712e524ea2
|
Support deletes in the monkey
Former-commit-id: 84101aaa1bd0c89fbaffc11a264788cd75458c48
|
2021-03-15 19:41:38 +00:00 |
|
John Sully
|
8de2349fd6
|
Add the monkey script to enhance testing
Former-commit-id: 57ce7b9e9976ca6827415d756ea3cabef1a0d615
|
2021-03-15 15:32:43 +00:00 |
|
John Sully
|
96ab9c58ae
|
We can't swap databases if there are async rehashes
Former-commit-id: 4b8967f94667309c5585032db7403bf4c8885145
|
2021-03-15 05:46:52 +00:00 |
|
John Sully
|
f4eae316b2
|
Enable more asserts to better validate snapshots
Former-commit-id: 01113e2eec3a0dbe0d07f98289a0050df7713047
|
2021-03-14 23:40:41 +00:00 |
|
John Sully
|
718c31000e
|
Fix incorrect memory order on refcounted strings
Former-commit-id: fcf3368b1d56ad7a11e510e5a66e415a46277e8b
|
2021-03-14 19:42:56 +00:00 |
|
John Sully
|
1f1f5bdc91
|
Avoid queuing null pointers to be freed
Former-commit-id: f50541d437cd1d98139c29407bb3fb4d6ce17fca
|
2021-03-14 03:22:10 +00:00 |
|
John Sully
|
b4d0679232
|
Ensure the hash is passed through when moving tombstones
Former-commit-id: 91c8d2d38a33175c64c987b75e94c4b8782a3cdc
|
2021-03-14 03:21:09 +00:00 |
|
John Sully
|
b678ff7d3e
|
Reduce log spam
Former-commit-id: a5ba7bdde5435ad5b7cf066e0b45f6df1f784808
|
2021-03-14 03:19:41 +00:00 |
|
John Sully
|
5a53d87cb5
|
Remove rarely used bug-prone code paths from tricky snapshot code
Former-commit-id: dff84228afb97962d77caefe948154090dd5ce23
|
2021-03-14 03:19:04 +00:00 |
|
John Sully
|
49cc53508d
|
Add checked build support to makefile
Former-commit-id: 7e27c371679d780137a5d39b03b9472651ddf686
|
2021-03-14 03:18:24 +00:00 |
|
John Sully
|
abbf83e8be
|
If we're clearing the command queue we need to reset the parse length
Former-commit-id: 19068f990a77fb428a50a8f751ed6f8cf59a8a74
|
2021-03-10 02:53:52 +00:00 |
|
John Sully
|
f86dee6eb3
|
When we add a delay to rdb save for test purposes we still need to check for aborts
Former-commit-id: b057b4d05aae6c08b855bfc9ae48d41ad0e881f8
|
2021-03-10 02:53:15 +00:00 |
|
John Sully
|
5d7f6d0cd3
|
Fix failed merge due to overwriting the hashidx and pretending no rehash is in progress
Former-commit-id: 0524b822a05b732e0f3e510dcaeb3304069d3595
|
2021-03-10 02:52:22 +00:00 |
|
John Sully
|
7efaf33a78
|
Fix crash saving an RDB
Former-commit-id: 51c35f03a84f7ada0f150a1c3992df574ab89b95
|
2021-03-05 00:54:11 +00:00 |
|
John Sully
|
1bf6ca0645
|
Load perf fixes with a storage provider set
Former-commit-id: 861b19de00c75c9167cc25031292284ad1c21893
|
2021-03-04 07:41:06 +00:00 |
|
John Sully
|
269cbd5c25
|
Fix compile warnings
Former-commit-id: c314cab888e9c8b3e825b2dfe0c0392ee998bdc4
|
2021-03-03 22:12:51 +00:00 |
|
jsully
|
0352f7c9cd
|
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
|
e06cae3fe0
|
Data loss issue due to async rehash interfering with snapshots
Former-commit-id: 5245ca9a67c74b34139cafc9754543d1b8bed90a
|
2021-03-03 07:06:19 +00:00 |
|
John Sully
|
9ea8843e14
|
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
|
9e986e7a63
|
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
|
20089d7256
|
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
|
52ee1687ff
|
Key prefetch error handling instead of crashign
Former-commit-id: b322a14efb1b897134b229c1726b45264b57783f
|
2021-03-02 01:38:12 +00:00 |
|
christianEQ
|
1478883884
|
time thread priority + nanosleep
Former-commit-id: c84f296edabc001a1836ab8437f746dcff811148
|
2021-02-26 20:17:34 +00:00 |
|
John Sully
|
e5a2edd641
|
Don't complain about unclean shutdowns with an empty database
Former-commit-id: 99f5c02e87062552eaa2f26e960eb7c9dd977c84
|
2021-02-26 06:06:58 +00:00 |
|