Skip to content

mycat1.6.5-RELEASE ,insert语句/update语句报错NullPointerException #2951

Open
@redwheat

Description

1、bug描述
output
在SpringBoot+Mybatis+MybatisPlus的应用程序里面,执行insert语句或者update语句,会偶然出现NullPointerException(10次大概只有1次成功)
根据堆栈,发现是Nativesession.queryserverVariable方法获取不到结果集导致的报错,这个获取数据库的只读状态的。

insert语句是手工写的,没有使用MybatisPlus的封装功能,是单行数据的插入

2、版本号(非常重要)
v 1.6.5-RELEASE

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions