GithubHelp home page GithubHelp logo

Comments (4)

takenliu avatar takenliu commented on May 27, 2024 2

原因是unlink命令实现有bug。出现的前提是:复杂结构,如果field的个数大于1024,会启动单独的线程来执行unlink操作,这时有较大概率会触发事务为空的bug。下个版本修复。
当前版本可以在配置中用将unlink命令映射到del命令来解决:“mapping-command unlink del”。因为del命令对于field数量大于1024的情况采用deleteRange接口,且tendis是多线程在服务,所以改用del命令并不会造成服务器卡顿。
出现问题的代码:
8c35d0361d5ed62b691b929fee5f28cf

from tendis.

chenshi2023 avatar chenshi2023 commented on May 27, 2024

我也遇到类似问题 ,求解

from tendis.

raffertyyu avatar raffertyyu commented on May 27, 2024

能简单说下负载情况和使用到的命令吗。 还有rocks-transaction-mode这个配置的值有修改吗

from tendis.

githubname1024 avatar githubname1024 commented on May 27, 2024

@raffertyyu
您好,负载情况不高,有用redis-shake做redis到tendis的数据同步,所以有unlink命令。
rocks-transaction-mode这个是采用的默认值。
最新发生的crash,通过gdb获取到的堆栈信息如下,请查收确认。谢谢
bt.txt

from tendis.

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.