antirez / antirez/disque

Duplicate consumer when add_job param of repli no equal the cluster node numbers

Đang mở
#212 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C
Star
8.1k
Fork
532
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

ENV: cluster has three node of A,B,C
Case Step:
1. add 100 job to A, param: replicate=1, and other param with default.
now result: A: info - registered_jobs=100,qlen=100; B:info - registered_jobs=0,qlen=0;C: same as B
2. clinet connect to C to consumer all of those jobs
now result: A: info - registered_jobs=100,qlen=0; B:info - registered_jobs=0,qlen=0;C: same as B
Note: the registered_jobs=100 at the time!
And consumer client connect to A, 100 jobs duplicate send to A!
But when A,C be connected at the same time, result is only be consumered once only
Unreasonable it is?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.