Giter VIP home page Giter VIP logo

Comments (6)

junwen12221 avatar junwen12221 commented on August 25, 2024

陈俊文领任务

from mycat2.

imzhangsiwei avatar imzhangsiwei commented on August 25, 2024

张思伟领任务

from mycat2.

K-Darker avatar K-Darker commented on August 25, 2024

周浩领任务

from mycat2.

junwen12221 avatar junwen12221 commented on August 25, 2024

遇上的严重问题
Mysqlsession 无法释放(现在HBT有此问题),
解决: Mysqlsession.unbindMycatSession();
印象中会出现心跳检测会从mycatsession取Mysqlsession造成null异常,再次判断一次是否已经unbind?

数据投进队列后,由于多线程poll,造成提早返回EOF给客户端
解决:只使用一个队列处理

使用MyCommand实现,socket在某次正常返回数据时候后,关闭了,没有异常
原因还没查明,使用BackendIOTaskWithResultSet实现没有此问题

from mycat2.

junwen12221 avatar junwen12221 commented on August 25, 2024
如何合拼多线程接收的数据源,
使用队列合拼带有标记数据源字段的row?

投进队列中执行的拷贝,使用的介质:
byte[] ByteBuffer MappedBytebuffer 
假设一个row只有128bytes却占用了8192bytes的ByteBuffer,
byte[]是否造成GC压力?

批处理:进入队列的单元是row,是否可以多个row?

无锁队列?环形队列?使用MappedByteBuffer构建环形队列?

直到使用MySQLCommand.onBackendResponse的时候再替换Task?lazy new object

从currMycatSession.getMySQLSession的时候是否绑定MySQLSession   MycatSession与MySQLSession的关系

from mycat2.

junwen12221 avatar junwen12221 commented on August 25, 2024

image

from mycat2.

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.