Giter VIP home page Giter VIP logo

Comments (4)

BQDMDMN avatar BQDMDMN commented on May 20, 2024

原始集群为6381,6382,6383,6384,6385,6386,扩容的节点为:6387,6388
扩容后循环取值结果:
test959
test960
test961
null
test963
test964
test965
null
test967
test968
test969
test970
null
test972
test973
test974
null
test976
test977
test978
null
null
test981
test982
test983
null
test985
test986
test987
null
test989
test990
test991
test992
null
test994
test995
test996
null
test998
test999
test1000
并且重启也解决不了取值为null的问题。
但是直接连接redis服务端采用命令的方式在扩容的节点上查这些为null的key是有值的:
127.0.0.1:6387> get testv1-997
"test997"
127.0.0.1:6387> get testv1-993
"test993"

from redisson.

BQDMDMN avatar BQDMDMN commented on May 20, 2024

private StringRedisTemplate redisTemplate;
set值redisTemplate.opsForValue().set(key, value);
取值redisTemplate.opsForValue().get(key);

from redisson.

mrniko avatar mrniko commented on May 20, 2024

it might be cause by ongoing replication process.

from redisson.

BQDMDMN avatar BQDMDMN commented on May 20, 2024

扩容完,过了十几小时都一直是这个情况,进去取值部分依然为null

from redisson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.