-
Notifications
You must be signed in to change notification settings - Fork 1k
Insights: dragonflydb/dragonfly
Overview
17 Pull requests merged by 8 people
-
chore(bptree): introduce ability comparing keys to non-key types
#4805 merged
Mar 21, 2025 -
fix(hll_family): Fixed PFMERGE wrong merge operation
#4796 merged
Mar 20, 2025 -
feat: ignore managed_service_info flag for cluster
#4803 merged
Mar 20, 2025 -
fix(hset_family): Fix crash on scan after expiry set
#4802 merged
Mar 20, 2025 -
fix(json_family): Fix memory tracking for JSON
#4777 merged
Mar 20, 2025 -
feat test: add test for pipeline queue overlimit
#4791 merged
Mar 19, 2025 -
feat: add sleep between migration connecting attempts
#4798 merged
Mar 18, 2025 -
fix: support dump for external objects
#4794 merged
Mar 18, 2025 -
fix: invalid reference inside GetQueueBackpressure
#4789 merged
Mar 17, 2025 -
feat(server): Cluster MOVED response Prometheus metric
#4786 merged
Mar 17, 2025 -
Fix extended node info comparison
#4788 merged
Mar 17, 2025 -
fix: removal of Expiry bit when overriding external strings
#4785 merged
Mar 17, 2025 -
feat: add node health status for CLUSTER SLOTS and SHARDS
#4767 merged
Mar 17, 2025 -
fix bug : moved error port number on migration finish
#4776 merged
Mar 17, 2025 -
fix: proper memory accounting for objects loaded via streaming
#4774 merged
Mar 16, 2025 -
chore: clean up dbslice
#4769 merged
Mar 15, 2025 -
fix: optional brackets were removed for ipv6 host
#4759 merged
Mar 15, 2025
11 Pull requests opened by 7 people
-
feat(eviction): Add eviction based on RSS memory. DRAFT
#4772 opened
Mar 15, 2025 -
chore: prefetch keys in opmget
#4778 opened
Mar 16, 2025 -
feat(search_family): Add basic support for the FT.CONFIG command
#4779 opened
Mar 16, 2025 -
fix(stream_family): Fix memory tracking for the STREAMs. SECOND PR
#4781 opened
Mar 16, 2025 -
feat(server): Add support for aliasing commands
#4782 opened
Mar 17, 2025 -
chore: test new mimalloc version
#4800 opened
Mar 19, 2025 -
fix(rdb_load): Handle JSON loading failure when parsing fails
#4801 opened
Mar 19, 2025 -
[this is a test ignore] chore: yield at bucket granularity
#4804 opened
Mar 20, 2025 -
[do not review] Checking test_s3_save_local_dir
#4806 opened
Mar 21, 2025 -
test: reproduce socket issue during migration
#4808 opened
Mar 21, 2025 -
fix: Backward compatibility for fields without the "@" sign in the FT.AGGREGATE command #4698
#4810 opened
Mar 21, 2025
16 Issues closed by 7 people
-
`PFMERGE` wrong behavior
#4750 closed
Mar 20, 2025 -
SIGSEGV on HSCAN when field has a TTL
#4799 closed
Mar 20, 2025 -
Check failed: static_cast<int64_t>(u_.json_obj.cons.bytes_used) >= size
#4725 closed
Mar 20, 2025 -
master crash in CondVarAny::notify_all
#4770 closed
Mar 17, 2025 -
Cluster `MOVED` response Prometheus metric
#4749 closed
Mar 17, 2025 -
SIGABRT with ssd tiering on 1.26.3
#4672 closed
Mar 17, 2025 -
Check slots for migration initiating process
#4471 closed
Mar 17, 2025 -
Enabling both cache_mode and SSD Data Tiering in dragonfly
#4123 closed
Mar 17, 2025 -
benchmark n2d-*-16 and n2-*-16 on GCP
#3483 closed
Mar 17, 2025 -
support valkey compatible behaviour for both cluster shards/nodes
#4741 closed
Mar 17, 2025 -
Cluster redirecting to admin port
#4764 closed
Mar 17, 2025 -
Cluster returns outdated `CLUSTER SLOTS`
#4765 closed
Mar 17, 2025 -
object_used_memory and memory type counters overflow
#4773 closed
Mar 16, 2025 -
Out Of Memory When Trying To Use Data Tiering
#4771 closed
Mar 15, 2025 -
Use PROVIDED BUFFERS for reading from socket
#3523 closed
Mar 15, 2025 -
IPv6 replication issues
#4622 closed
Mar 15, 2025
11 Issues opened by 7 people
-
SIGSEGV 0x559e755018d0 (unknown) dfly::detail::ascii_unpack_simd()
#4811 opened
Mar 21, 2025 -
set performance regression during full sync or cluster migration
#4809 opened
Mar 21, 2025 -
Migration stuck in `CONNECTING` state
#4797 opened
Mar 18, 2025 -
failed replication_test.py::test_replication_timeout_on_full_sync
#4795 opened
Mar 18, 2025 -
[TIERING] remove check fail in OpManager::PrepareRead for read errors
#4793 opened
Mar 18, 2025 -
add a test for #4789
#4790 opened
Mar 17, 2025 -
Dragonfly becomes unresponsive during full sync
#4787 opened
Mar 17, 2025 -
test_client_pause_with_replica
#4784 opened
Mar 17, 2025 -
test_s3_save_local_dir failed
#4783 opened
Mar 17, 2025 -
Support basic options in the FT.CONFIG command
#4780 opened
Mar 16, 2025 -
Move bumpup logic out of FindInternal
#4775 opened
Mar 16, 2025
11 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(docker): push dragonfly image to gcp artifact registry
#4716 commented on
Mar 21, 2025 • 3 new comments -
refactor: add ability to reinit incoming migration object
#4756 commented on
Mar 18, 2025 • 1 new comment -
Tune eviction threshold in cache mode
#4011 commented on
Mar 16, 2025 • 0 new comments -
Broken TLS replication due to preemptions in Async writes
#4303 commented on
Mar 17, 2025 • 0 new comments -
Regular full sync between master and replica
#4760 commented on
Mar 20, 2025 • 0 new comments -
Backward compatibility for fields without the "@" sign in the FT.AGGREGATE command
#4698 commented on
Mar 21, 2025 • 0 new comments -
Dragonfly crashes in minimal memory configuration
#2739 commented on
Mar 21, 2025 • 0 new comments -
feat: add intrusive stringset DO NOT REVIEW
#4705 commented on
Mar 17, 2025 • 0 new comments -
chore(deps): bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the actions group
#4744 commented on
Mar 17, 2025 • 0 new comments -
feat(dfly_bench): Handle moved slots in cluster
#4761 commented on
Mar 21, 2025 • 0 new comments -
feat(server): SCAN command add ATTR options
#4766 commented on
Mar 19, 2025 • 0 new comments