Skip to content

When a segment is shown, and no data is there, then show accurate error message when segment won't be archived  #19011

@tsteur

Description

@tsteur

To reproduce, set below config settings:

[General]
rearchive_reports_in_past_last_n_months = "last1"
rearchive_reports_in_past_exclude_segments = 1
process_new_segments_from = "editLast30"
enable_general_settings_admin = 0
enable_browser_archiving_triggering = 0
browser_archiving_disabled_enforce = 1
enable_create_realtime_segments = 0
  • Then create a segment
  • Then request a date range from 1 year ago.
  • You will see an error message like below:

image

It suggests the data may become available and it may be a problem if the message doesn't go away.

However, in reality, the data will never appear because the requested data will never be archived. That's because the segment was last edited on say 2022-01-13 08:25:22 meaning we never archive any data from before say 2021-12-13 because of the process_new_segments_from = "editLast30" setting.

Expected:
The message should make it clear why the data won't become available.

Metadata

Metadata

Assignees

Labels

BugFor errors / faults / flaws / inconsistencies etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions