突然,我们的应用程序抛出了这个错误:
错误异常:org.springframework.orm.jpa.JpaSystemException:事务刷新失败;嵌套异常是 javax.persistence.PersistenceException: Transaction failed to flush
我注意到“数据存储读取操作”已达到 100%。这可能是与此相关的问题吗?
突然,我们的应用程序抛出了这个错误:
错误异常:org.springframework.orm.jpa.JpaSystemException:事务刷新失败;嵌套异常是 javax.persistence.PersistenceException: Transaction failed to flush
我注意到“数据存储读取操作”已达到 100%。这可能是与此相关的问题吗?
I notice that the "Datastore Read Operations" has reached 100%. Could this be issue related to this?
当 Spring 尝试将控制权传递给持久化操作控制器时,它必须刷新以将事务中的所有内容持久化到数据库,但是当 DB cn' 不再接受它们时,因为我达到了 limit: Datastore Read Operations" has reached 100%
,它会抛出这个异常。
我假设您在 DB 中有一些有限的空间?也许你只是用完了空间?