扩容tiflash状态未知,一直提示错误信息

【 TiDB 使用环境】生产环境
【 TiDB 版本】5.4.3
【复现路径】
【遇到的问题:问题现象及影响】
执行tiup cluster scale-out扩容tiflash,新启动的节点状态一直是 N/A,去看error日志有这样的输出:

[2023/04/28 17:58:56.784 +08:00] [ERROR] [] [“SchemaSyncService:DB::SchemaSyncService::SchemaSyncService(DB::Context&)::<lambda()>: Sync schemas failed by DB::Exception: Wrong precision:0 \n stack : 0. bin/tiflash/tiflash(StackTrace::StackTrace()+0x16) [0x36d5536]\n1. bin/tiflash/tiflash(DB::Exception::Exception(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)+0x26) [0x36c9366]\n2. bin/tiflash/tiflash(DB::createDecimal(unsigned long, unsigned long)+0x308) [0x4e51e78]\n3. bin/tiflash/tiflash(std::enable_if<IsDecimalType<DB::DataTypeDecimal<DB::Decimal > >, std::shared_ptr<DB::IDataType const> >::type DB::getDataTypeByColumnInfoBase<DB::DataTypeDecimal<DB::Decimal >, false>(TiDB::ColumnInfo const&, DB::DataTypeDecimal<DB::Decimal > const*)+0x19) [0x77a6609]\n4. bin/tiflash/tiflash(std::_Function_handler<std::shared_ptr<DB::IDataType const> (TiDB::ColumnInfo const&), std::_Bind<std::shared_ptr<DB::IDataType const> ((std::_Placeholder<1>, DB::DataTypeDecimal<DB::Decimal >))(TiDB::ColumnInfo const&, DB::DataTypeDecimal<DB::Decimal > const*)> >::_M_invoke(std::_Any_data const&, TiDB::ColumnInfo const&)+0x1b) [0x77a3cdb]\n5. bin/tiflash/tiflash(DB::TypeMapping::getDataType(TiDB::ColumnInfo const&)+0x7b) [0x77a225b]\n6. bin/tiflash/tiflash(DB::getDataTypeByColumnInfo(TiDB::ColumnInfo const&)+0x3e) [0x77a22ee]\n7. bin/tiflash/tiflash(DB::parseColumnsFromTableInfo[abi:cxx11](TiDB::TableInfo const&, Poco::Logger*)+0x18c) [0x7a7815c]\n8. bin/tiflash/tiflash(DB::createTableStmt[abi:cxx11](TiDB::DBInfo const&, TiDB::TableInfo const&, DB::SchemaNameMapper const&, Poco::Logger*)+0x5b) [0x7a7876b]\n9. bin/tiflash/tiflash(DB::SchemaBuilder<DB::SchemaGetter, DB::SchemaNameMapper>::applyCreatePhysicalTable(std::shared_ptrTiDB::DBInfo, std::shared_ptrTiDB::TableInfo)+0x48f) [0x7a7f5cf]\n10. bin/tiflash/tiflash(DB::SchemaBuilder<DB::SchemaGetter, DB::SchemaNameMapper>::applyCreateLogicalTable(std::shared_ptrTiDB::DBInfo, std::shared_ptrTiDB::TableInfo)+0x5c) [0x7a7fcfc]\n11. bin/tiflash/tiflash(DB::SchemaBuilder<DB::SchemaGetter, DB::SchemaNameMapper>::syncAllSchema()+0xd50) [0x7a93f90]\n12. bin/tiflash/tiflash(DB::TiDBSchemaSyncer::syncSchemas(DB::Context&)+0x429) [0x7789aa9]\n13. bin/tiflash/tiflash(DB::SchemaSyncService::syncSchemas()+0x2f) [0x777899f]\n14. bin/tiflash/tiflash() [0x777b3d5]\n15. bin/tiflash/tiflash(DB::BackgroundProcessingPool::threadFunction()+0x947) [0x75d7867]\n16. bin/tiflash/tiflash() [0x8b11bef]\n17. /lib64/libpthread.so.0(+0x7dd5) [0x7fc21041fdd5]\n18. /lib64/libc.so.6(clone+0x6d) [0x7fc20fe46ead]\n”] [thread_id=21]

大家有什么思路没
【资源配置】
【附件:截图/日志/监控】

scale-in force后重新扩容

光看这段看不出来,把tifalsh的整个日志传上来看看