Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] TSpider 3.6.2 Change Log #15

Closed
yongxin-xu opened this issue Mar 10, 2021 · 0 comments
Closed

[Documentation] TSpider 3.6.2 Change Log #15

yongxin-xu opened this issue Mar 10, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@yongxin-xu
Copy link
Collaborator

English
中文

Change Log

Bugfixes

  1. Fix the bug that, in previous versions, one auto-increment duplicate error could trigger other threads to have duplicate errors at high concurrency.
  2. Fix a bug of the wrong result of affected rows in executing UPDATE JOIN.
  3. Solved the problem of empty data/excess data/no matching rows when TSpider needs to replace a new shard under UPDATE / UPDATE JOIN. The cause of the error is related to the FLOAT column and the execution plan.
  4. Avoid the empty query Bug when TSpider executes SQLs under specific scenarios.

更新记录

Bug修复

1. 解决了在高并发场景下,某一线程由于用于指定auto increment值产生而重复错误时,同一时期其他线程可能会受到连带影响,也产生duplicate主键值错误的问题。(关键词: AUTO INCREMENT, DUPLICATE )
2. 解决了在特定情况下,TSpider在执行UPDATE JOIN时,返回affected rows不符合预期的情况。 (关键词: UPDATE JOIN,  AFFECTED ROWS)
3. 解决了TSpider在UPDATE / UPDATE JOIN下,需要更换新的分片时,会出现数据为空 / 多出数据 / 没有匹配列的错误。错误原因与FLOAT列和执行计划有关。 (关键词: UPDATE,FLOAT,执行计划)
4. 修复了特定场景下TSpider在执行SQL时,会返回empty query的Bug。(关键词: EMPTY QUERY)

@yongxin-xu yongxin-xu added the documentation Improvements or additions to documentation label Mar 10, 2021
@yongxin-xu yongxin-xu self-assigned this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants