apache / skywalking

APM, Application Performance Monitoring System

Home Page:https://skywalking.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Remove Segment Retention and Rotation scheduler

hanahmily opened this issue · comments

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

The segment undergoes a rotation and retention process to add new segments and remove expired data, which is scheduled to trigger at 5:00 AM every day. However, it is not feasible to replicate their behaviors in a short period of fewer than several hours.

Therefore, I suggest that we base these operations on the latest ingested data's time. By doing so, we can create an integration test suite to verify the rotation and retention process with SkyWalking OAP. The primary objective of such a test is to ensure that BanyanDB can efficiently function for a minimum of seven days.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct