LuciferYang commented on PR #39530: URL: https://github.com/apache/spark/pull/39530#issuecomment-1379971033
cc @gengliangwang I found there are some other objects use KVStoreProtobufSerializer but not match ProtobufSerializer: ``` 19781 unmatched class org.apache.spark.status.PoolData 17177 unmatched class org.apache.spark.status.AppSummary 13207 unmatched class org.apache.spark.util.kvstore.RocksDB$TypeAliases 1533 unmatched class org.apache.spark.deploy.history.FsHistoryProviderMetadata ... ``` The first column is the number of unmatched times. `PoolData` and `AppSummary` are simple but high frequency, so I support them in this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
