Meng Yan

Results 56 issues of Meng Yan

## Summary Add the configMap to save the agent event state, so as to deduplicate the event in the message queue(event topics) ## Related issue(s) Fixes #https://issues.redhat.com/browse/ACM-11243

approved
dco-signoff: yes

```bash 2024/04/08 00:00:00 /workspace/manager/pkg/cronjob/task/local_compliance_history.go:117 SLOW SQL >= 200ms [245.195ms] [rows:0] CREATE MATERIALIZED VIEW IF NOT EXISTS history.local_compliance_view_2024_04_07 AS SELECT policy_id,cluster_id,leaf_hub_name,compliance FROM local_status.compliance WITH DATA; CREATE INDEX IF NOT EXISTS idx_local_compliance_view...

- what's the offset of the message of the consumer has received? what's the offset of the message the manager has processed - the database lock status - what's the...

When the Postgres credential is updated, network jitter may cause database connection failure. We should provide a way to detect the connection and re-establish it once we lose the connection....

https://stackoverflow.com/questions/26997441/why-cant-two-tables-have-an-index-of-the-same-name We need to check if all indexes on Global Hub have the above case.

### Scenarios: 1. Delete the MGH CR and verify the global hub finalizer is removed from managed clusters. ref: https://github.com/stolostron/multicluster-global-hub/issues/320 2. Delete the MGH CR and create a new one...

ref: https://docs.google.com/document/d/1BYJeYmbddRAoQ5XjgmnhZHz1y-Tb8iilo4K-6W1SjUA/edit We need to get policies from the `spec.policies` and the `spec.local_policies` table.

Some of the event metadata might differ between sender and receiver. Like the Kafka protocol, we expect to add the `topic/partition/offset` information after receiving the event. - Sender ``` Context...

Signed-off-by: myan Fixes: https://github.com/cloudevents/sdk-go/issues/1054