Please describe the feature you have in mind and explain what the current shortcomings are?
Currently it's hard to identify whether a resolver timestamp missing on LakeFS or any USD lib items unable to be found on the LakeFS server are because it can't connect to the server or whether the matching resolver doesn't exist on the LakeFS repository. Hence, the logs we generate are unclear regarding whether it failed to connect due to any of:
- missing or invalid lakefs server credentials
- wrong lakefs repo uri
- missing resolver item on the server (this is what it reports now)
How would you imagine the implementation of the feature?
Get a connection status to the repo itself, detect whether it's able to access the server, whether it's able to login or not, etc. and report accordingly. This will make it easier to debug the issue that users might face.
[Child Issues]
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently it's hard to identify whether a resolver timestamp missing on LakeFS or any USD lib items unable to be found on the LakeFS server are because it can't connect to the server or whether the matching resolver doesn't exist on the LakeFS repository. Hence, the logs we generate are unclear regarding whether it failed to connect due to any of:
How would you imagine the implementation of the feature?
Get a connection status to the repo itself, detect whether it's able to access the server, whether it's able to login or not, etc. and report accordingly. This will make it easier to debug the issue that users might face.
[Child Issues]