为了更快的定位您的问题,请提供以下信息,谢谢
【详述】测试集群,用stargo v2.3从2.5.13升级3.2.2成功后,尝试用stargo v2.3降级回2.5.13不成功,后改按官方文档手动降级到3.1.1。但是FE启动失败,报cannot deserialize问题。求解
【是否存算分离】否
【StarRocks版本】例如:3.2.2降级到3.1.1
【集群规模】例如:3fe(3 follower)+3be(fe与be混部)
【机器信息】虚拟机
【附件】
- fe.log/beINFO/相应截图
2024-01-11 18:04:53,420 INFO (main|1) [StarRocksFE.start():127] StarRocks FE starting, version: 3.1.1-e022963
2024-01-11 18:04:53,427 INFO (main|1) [FrontendOptions.analyzePriorityCidrs():299] configured prior_cidrs value: 10.201.195.0/24
2024-01-11 18:04:53,431 INFO (main|1) [FrontendOptions.initAddrUseIp():249] Use IP init local addr, IP: /10.200.195.201
2024-01-11 18:04:53,697 INFO (main|1) [Auth.grantRoleInternal():837] grant operator to ‘root’@’%’, isReplay = true
2024-01-11 18:04:53,723 INFO (main|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role root[-1]
2024-01-11 18:04:53,729 INFO (main|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role db_admin[-2]
2024-01-11 18:04:53,729 INFO (main|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role cluster_admin[-3]
2024-01-11 18:04:53,730 INFO (main|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role user_admin[-4]
2024-01-11 18:04:53,730 INFO (main|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role public[-5]
2024-01-11 18:04:53,730 INFO (main|1) [GlobalStateMgr.initAuth():1108] using new privilege framework…
2024-01-11 18:04:53,892 INFO (main|1) [NodeMgr.getHelperNodes():653] get helper nodes: [10.200.195.201:9010]
2024-01-11 18:04:53,906 INFO (main|1) [NodeMgr.getClusterIdAndRoleOnStartup():454] Current run_mode is null
2024-01-11 18:04:53,906 INFO (main|1) [NodeMgr.getClusterIdAndRoleOnStartup():461] Got cluster id: 1240041826, role: FOLLOWER, node name: 10.200.195.201_9010_1679363129733 and run_mode: null
2024-01-11 18:04:53,908 INFO (main|1) [BDBEnvironment.ensureHelperInLocal():340] skip check local environment because helper node and local node are identical.
2024-01-11 18:04:53,935 INFO (main|1) [BDBEnvironment.setupEnvironment():269] start to setup bdb environment for 1 times
2024-01-11 18:04:54,351 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [StateChangeExecutor.notifyNewFETypeTransfer():62] notify new FE type transfer: UNKNOWN
2024-01-11 18:04:54,374 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [BDBEnvironment.setupEnvironment():280] replicated environment is all set, wait for state change…
2024-01-11 18:05:04,375 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [BDBEnvironment.setupEnvironment():288] state change done, current role UNKNOWN
2024-01-11 18:05:04,381 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [BDBEnvironment.setupEnvironment():292] end setup bdb environment after 1 times
2024-01-11 18:05:04,387 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1452] start load image from /data/sr/meta/image/image.44785572. is ckpt: false
2024-01-11 18:05:04,446 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadHeaderV2():1730] finished to replay header from image
2024-01-11 18:05:04,463 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 1 from image
2024-01-11 18:05:05,464 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 2 from image
2024-01-11 18:05:05,464 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 3 from image
2024-01-11 18:05:05,469 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 4 from image
2024-01-11 18:05:05,480 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 5 from image
2024-01-11 18:05:05,484 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 6 from image
2024-01-11 18:05:05,484 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 7 from image
2024-01-11 18:05:05,491 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 8 from image
2024-01-11 18:05:05,496 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 9 from image
2024-01-11 18:05:05,542 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9207029, label: delete_153fd4b2-ae08-11ee-8346-005056a53e39, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.188, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704706023538, commit time: 1704706023659, finish time: 1704706023665, write cost: 121ms, publish total cost: 6ms, total cost: 127ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@50211483
2024-01-11 18:05:05,545 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9207030, label: delete_156473b4-ae08-11ee-8346-005056a53e39, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.188, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704706023700, commit time: 1704706023733, finish time: 1704706023735, write cost: 33ms, publish total cost: 2ms, total cost: 35ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@51ff3c4b
2024-01-11 18:05:05,546 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9208029, label: delete_43098592-ae09-11ee-8750-005056a5bdc1, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.187, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704706529850, commit time: 1704706529931, finish time: 1704706529939, write cost: 81ms, publish total cost: 8ms, total cost: 89ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@1472208d
2024-01-11 18:05:05,546 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9208030, label: delete_4324d5c4-ae09-11ee-8750-005056a5bdc1, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.187, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704706529956, commit time: 1704706529989, finish time: 1704706529994, write cost: 33ms, publish total cost: 5ms, total cost: 38ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@35bd8bc9
2024-01-11 18:05:05,546 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9210031, label: delete_4fdaa841-ae0a-11ee-898d-005056a53e39, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.188, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704706980931, commit time: 1704706981103, finish time: 1704706981113, write cost: 172ms, publish total cost: 10ms, total cost: 182ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@6de004f1
2024-01-11 18:05:05,546 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalTransactionMgr.loadTransactionStateV2():805] discard expired transaction state: TransactionState. txn_id: 9211032, label: delete_8d136b52-ae0a-11ee-be2a-005056a5bdc1, db id: 10003, table id list: 10028, callback id: -1, coordinator: FE: 10.201.195.187, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1704707083611, commit time: 1704707083769, finish time: 1704707083777, write cost: 158ms, publish total cost: 8ms, total cost: 166ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@45d56062
2024-01-11 18:05:05,550 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 10 from image
2024-01-11 18:05:05,560 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [ColocateTableIndex.loadColocateTableIndexV2():814] finished replay colocateTableIndex from image
2024-01-11 18:05:05,560 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 11 from image
2024-01-11 18:05:05,591 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 12 from image
2024-01-11 18:05:05,670 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [TxnStateCallbackFactory.addCallback():37] add callback of txn state : 7042318. current callback size: 1
2024-01-11 18:05:05,690 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 13 from image
2024-01-11 18:05:05,690 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 14 from image
2024-01-11 18:05:05,690 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 15 from image
2024-01-11 18:05:05,690 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 16 from image
2024-01-11 18:05:05,700 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 17 from image
2024-01-11 18:05:05,701 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():110] Meta block for 17 read 34 json < total 35 json, will skip the rest 1 json
2024-01-11 18:05:05,701 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 0 json: 0
2024-01-11 18:05:05,713 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 18 from image
2024-01-11 18:05:05,714 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationProviderFactory.installPlugin():32] Plugin MYSQL_NATIVE_PASSWORD has already been installed!
2024-01-11 18:05:05,714 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationProviderFactory.installPlugin():32] Plugin AUTHENTICATION_LDAP_SIMPLE has already been installed!
2024-01-11 18:05:05,714 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationProviderFactory.installPlugin():32] Plugin AUTHENTICATION_KERBEROS has already been installed!
2024-01-11 18:05:05,714 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationProviderFactory.installPlugin():32] Plugin AUTHENTICATION_LDAP_SIMPLE_FOR_EXTERNAL has already been installed!
2024-01-11 18:05:05,715 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationMgr.loadV2():774] loading 3 users
2024-01-11 18:05:05,716 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthenticationMgr.loadV2():785] loaded 3 users
2024-01-11 18:05:05,716 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [GlobalStateMgr.loadImage():1519] Success load StarRocks meta block 19 from image
2024-01-11 18:05:05,717 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role root[-1]
2024-01-11 18:05:05,717 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role db_admin[-2]
2024-01-11 18:05:05,717 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role cluster_admin[-3]
2024-01-11 18:05:05,718 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role user_admin[-4]
2024-01-11 18:05:05,718 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.initBuiltinRoleUnlocked():281] create built-in role public[-5]
2024-01-11 18:05:05,718 INFO (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [AuthorizationMgr.loadV2():1833] loading 3 users
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():110] Meta block for 20 read 6 json < total 19 json, will skip the rest 13 json
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 0 json: {“user”:“monitor”,“host”:"%",“isDomain”:false}
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 1 json: {“r”:[],“d”:[],“m2”:[[{“id”:1},[{“a”:{“b”:2032},“o”:{“clazz”:“TablePEntryObject”,“ci”:-1,“d”:“ALL_DATABASES_UUID”,“t”:“ALL_TABLES_UUID”},“g”:false},{“a”:{“b”:128},“o”:{“clazz”:“TablePEntryObject”,“ci”:-11,“d”:“1”,“t”:“ALL_TABLES_UUID”},“g”:false}]],[{“id”:2},[{“a”:{“b”:280494368},“o”:{“clazz”:“DbPEntryObject”,“ci”:-1,“i”:“ALL_DATABASES_UUID”},“g”:false}]],[{“id”:3},[{“a”:{“b”:255913994},“g”:false}]],[{“id”:4},[{“a”:{“b”:131072},“o”:{“clazz”:“UserPEntryObject”},“g”:false}]],[{“id”:5},[{“a”:{“b”:2336},“o”:{“clazz”:“ResourcePEntryObject”},“g”:false}]],[{“id”:6},[{“a”:{“b”:416},“o”:{“clazz”:“ViewPEntryObject”,“ci”:-11,“d”:“ALL_DATABASES_UUID”,“t”:“ALL_TABLES_UUID”},“g”:false}]],[{“id”:7},[{“a”:{“b”:264480},“o”:{“clazz”:“CatalogPEntryObject”,“i”:-1},“g”:false}]],[{“id”:8},[{“a”:{“b”:65952},“o”:{“clazz”:“MaterializedViewPEntryObject”,“ci”:-11,“d”:“ALL_DATABASES_UUID”,“t”:“ALL_TABLES_UUID”},“g”:false}]],[{“id”:9},[{“a”:{“b”:2080},“o”:{“clazz”:“FunctionPEntryObject”,“d”:-2,“functionId”:-3},“g”:false}]],[{“id”:10},[{“a”:{“b”:288},“o”:{“clazz”:“ResourceGroupPEntryObject”,“i”:-1},“g”:false}]],[{“id”:11},[{“a”:{“b”:2080},“o”:{“clazz”:“FunctionPEntryObject”,“d”:-4,“functionId”:-3},“g”:false}]],[{“id”:12},[{“a”:{“b”:2336},“o”:{“clazz”:“StorageVolumePEntryObject”,“id”:“ALL_STORAGE_VOLUMES_ID”},“g”:false}]],[{“id”:13},[{“a”:{“b”:2336},“o”:{“clazz”:“PipePEntryObject”,“id”:-5,“database”:“ALL_DATABASES_UUID”},“g”:false}]]]}
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 2 json: 5
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 3 json: -1
2024-01-11 18:05:05,720 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 4 json: {“n”:“root”,“ma”:0,“p”:[],“s”:[],“c”:“built-in root role which has all privileges on all objects”,“m2”:{}}
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 5 json: -2
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 6 json: {“n”:“db_admin”,“ma”:0,“p”:[],“s”:[],“c”:“built-in database administration role”,“m2”:{}}
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 7 json: -3
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 8 json: {“n”:“cluster_admin”,“ma”:0,“p”:[],“s”:[],“c”:“built-in cluster administration role”,“m2”:{}}
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 9 json: -4
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 10 json: {“n”:“user_admin”,“ma”:0,“p”:[],“s”:[],“c”:“built-in user administration role”,“m2”:{}}
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 11 json: -5
2024-01-11 18:05:05,721 WARN (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [SRMetaBlockReader.close():113] skip 12 json: {“n”:“public”,“ma”:2,“p”:[],“s”:[],“c”:“built-in public role which is owned by any user”,“m2”:[[{“id”:1},[{“a”:{“b”:128},“o”:{“clazz”:“TablePEntryObject”,“ci”:-11,“d”:“1”,“t”:“ALL_TABLES_UUID”},“g”:false}]]]}
2024-01-11 18:05:05,722 ERROR (UNKNOWN 10.200.195.201_9010_1679363129733(-1)|1) [StarRocksFE.start():190] StarRocksFE start failed
com.google.gson.JsonParseException: cannot deserialize interface com.starrocks.privilege.PEntryObject subtype named PipePEntryObject; did you forget to register a subtype?
at com.starrocks.persist.gson.RuntimeTypeAdapterFactory$1.read(RuntimeTypeAdapterFactory.java:383) ~[starrocks-fe.jar:?]
at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222) ~[spark-dpp-1.0.0.jar:?]
at com.starrocks.persist.gson.GsonUtils$ProcessHookTypeAdapterFactory$1.read(GsonUtils.java:652) ~[starrocks-fe.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61) ~[spark-dpp-1.0.0.jar:?]
at com.starrocks.persist.gson.GsonUtils$ProcessHookTypeAdapterFactory$1.read(GsonUtils.java:652) ~[starrocks-fe.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:174) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[spark-dpp-1.0.0.jar:?]
at com.starrocks.persist.gson.GsonUtils$ProcessHookTypeAdapterFactory$1.read(GsonUtils.java:652) ~[starrocks-fe.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222) ~[spark-dpp-1.0.0.jar:?]
at com.starrocks.persist.gson.GsonUtils$ProcessHookTypeAdapterFactory$1.read(GsonUtils.java:652) ~[starrocks-fe.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:963) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:928) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:877) ~[spark-dpp-1.0.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:848) ~[spark-dpp-1.0.0.jar:?]
at com.starrocks.persist.metablock.SRMetaBlockReader.readJson(SRMetaBlockReader.java:90) ~[starrocks-fe.jar:?]
at com.starrocks.privilege.AuthorizationMgr.loadV2(AuthorizationMgr.java:1837) ~[starrocks-fe.jar:?]
at com.starrocks.server.GlobalStateMgr.loadImage(GlobalStateMgr.java:1518) ~[starrocks-fe.jar:?]
at com.starrocks.server.GlobalStateMgr.initialize(GlobalStateMgr.java:1082) ~[starrocks-fe.jar:?]
at com.starrocks.StarRocksFE.start(StarRocksFE.java:133) ~[starrocks-fe.jar:?]
at com.starrocks.StarRocksFE.main(StarRocksFE.java:84) ~[starrocks-fe.jar:?]