yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.86k stars 1.05k forks source link

[Platform - Bug] Different Result in UI screen for failed backups #7201

Open karishmalalani opened 3 years ago

karishmalalani commented 3 years ago

Running 2.4

While Taking encrypted backups w/ysql_auth = true it " Failed"

But Show different UI screens status

The "Tasks" page showed the backup job as "Failed"

The "Backups" page continued to show the backup job as still "In Process"

tylarb commented 3 years ago

Specifically, after encountering issue already tracked in https://github.com/yugabyte/yugabyte-db/issues/5571, this UI bug is observed.

chirag-yb commented 3 years ago

@tylarb As you recall ysql_auth enabled backup issue is fixed in 2.4.1. Can you try with the latest release and confirm if this is still an issue?

tylarb commented 3 years ago

@chirag-yb This bug is not that backups are unable to complete with ysql. It's the UI bug associated with a failed backup - so, I don't know if it's generic to any failed backup, or specifically to backups only with ysql_auth enabled...

But now that ysql_auth enabled backups are able to complete, the backup failure condition won't exist, so this bug won't appear. But that don't mean the bug is fixed.