Zhang Yifan

Results 6 issues of Zhang Yifan

## Feature Request RFC: https://github.com/apache/incubator-pegasus/blob/master/rfcs/2020-08-27-metric-api.md An in progress implement: https://github.com/XiaoMi/rdsn/pull/605

type/enhancement
type/incompatible

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Replica server restarted and...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. When rolling update a...

type/bug

In order to remove duplicated codes, this patch introduce a new funtion `cancel_cold_backup(const std::string& policy_name)`, which cancels specific backup and clears related checkpoint directories, and we don't need to remove...

component/backup

Before this patch, we cannot start periodic backup correctly when `backup_interval_secends` less than `one_day_seconds`, because there is some issues in `should_start_backup_unlocked()`. Now we start the first backup only when `cur_time...

component/backup

### Steps to reproduce the behavior (Required) select from_unixtime(1727193600, 'yyyy-MM-dd HH:mm'); ### Expected behavior (Required) ```sql select from_unixtime(1727193600, '%Y-%m-%d %H:%i'); +---------------------------------------------+ | from_unixtime(1727193600, '%Y-%m-%d %H:%i') | +---------------------------------------------+ | 2024-09-25 00:00...

type/bug