SteNicholas opened a new pull request, #2372:
URL: https://github.com/apache/incubator-celeborn/pull/2372

   ### What changes were proposed in this pull request?
   
   Override `toString` method for `StoreVersion`.
   
   ### Why are the changes needed?
   
   Avoid displaying `StoreVersionhashCode` in the `IOException` thrown after 
the checkVersion check fails in `RocksDBProvider`/`LevelDBProvider`, show 
something like:
   ```
   cannot read state DB with version 
org.apache.celeborn.service.deploy.worker.shuffledb.StoreVersion1f, 
incompatible with current version 
org.apache.celeborn.service.deploy.worker.shuffledb.StoreVersion3e
   ```
   Backport [[SPARK-46622] Should override `toString` method for 
`shuffledb.StoreVersion`](https://github.com/apache/spark/pull/44624)
   
   ### Does this PR introduce _any_ user-facing change?
   q
   No.
   
   ### How was this patch tested?
   
   `DBProviderSuiteJ`


-- 
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]

Reply via email to