signoz icon indicating copy to clipboard operation
signoz copied to clipboard

No retry option for same number of days in case of failure for retention

Open abhinavramana opened this issue 2 years ago • 0 comments

Bug description

I tried to increase the retention period to 8 days for logs and that call failed without telling reason. This is okay, however, it says please try again but no option to try again.

image

So now we are stuck because we don't know whats the current state, was it the original 1 day or the new 8 days, or is the system totally broken now

The workaround, for example seems to be to set the failed 8 days to some other number (say 9), so that the save button gets clickable again. Then we have to click it, and then change it back to 8 days to try again.

Expected behavior

In this transaction, I expected 1 day -> 8 day click button -> Failed -> Click save again -> Passed

However I had to do 1 day -> 8 day click button -> Failed -> 9 day -> click save again -> Passed -> 8 day -> Click save again -> Passed

This too without telling that we have to do this way as the save button is just disabled

Basically if transaction failed, then save should not be disabled. Save should only be disabled during the transaction is happening

Version information

  • Signoz version: 0.11.4
  • Browser version: Firefox
  • Your OS and version: Ubuntu 22.04
  • Your CPU Architecture(ARM/Intel): Intel

abhinavramana avatar Dec 07 '22 14:12 abhinavramana