alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.1k stars 12.81k forks source link

nacos 2.3.0 CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER 未注册 #11635

Closed coderwsll closed 8 months ago

coderwsll commented 8 months ago

定位: ConfigRowMapperInjector.injectConfigRowMapper 中未注册CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER

问题: 使用derby集群启动,配置变更发布最后一步查询配置信息结果(EmbeddedConfigInfoTagPersistServiceImpl.getConfigInfoOperateResult)异常:IllegalArgumentException:RowMapper is required

e07d32a9698f904d359c770be4b02e0

1704882379711

shiyiyue1102 commented 8 months ago

这个问题已经在 #11465 中解决