Giter VIP home page Giter VIP logo

Comments (13)

gouhongshen avatar gouhongshen commented on May 28, 2024

直接自增主键表,没有记录:

mysql> select col_name, table_id from mo_catalog.mo_increment_columns;
Empty set (0.04 sec)

新建含有自增主键的表,操作可以成功

mysql> create table incr_test(a int auto_increment, b int);
Query OK, 0 rows affected (0.14 sec)

mysql> insert into incr_test(b) values(1),(2),(3);
Query OK, 3 rows affected (0.04 sec)

mysql> select col_name, table_id from mo_catalog.mo_increment_columns;
+------------------+----------+
| col_name         | table_id |
+------------------+----------+
| a                |  1683165 |
| __mo_fake_pk_col |  1683165 |
+------------------+----------+
2 rows in set (0.04 sec)

from matrixone.

qingxinhome avatar qingxinhome commented on May 28, 2024

这个问题有复现流程吗? @gouhongshen

from matrixone.

gouhongshen avatar gouhongshen commented on May 28, 2024

这个问题有复现流程吗? @gouhongshen

正在用脚本复现,目前还没出现

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

开了trace,等待复现

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

开了 trace,等待复现

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

开了 trace,等待复现

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

开了 trace,等待复现

from matrixone.

gouhongshen avatar gouhongshen commented on May 28, 2024

复现:https://grafana.cn-dev.matrixone.tech/explore?panes=%7B%22NWi%22:%7B%22datasource%22:%22aee71632-e6c2-4299-906a-cc73bb62fd3b%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22iotdemo-debug%5C%22%7D%20%7C~%20%60Cannot%20find%20tableID%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22aee71632-e6c2-4299-906a-cc73bb62fd3b%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%22now-12h%22,%22to%22:%22now%22%7D%7D%7D&schemaVersion=1&orgId=1

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

trace数据因为fatal没有上传,但是从trace看,是出问题的时候读数据没有读到数据。使用新开的相同snapshot的事务,可以读到数据

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

无进展

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

无进展

from matrixone.

zhangxu19830126 avatar zhangxu19830126 commented on May 28, 2024

无进展

from matrixone.

gouhongshen avatar gouhongshen commented on May 28, 2024

太久没有出现,先降级

from matrixone.

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.