nitindhiman314e

Results 13 comments of nitindhiman314e

Hi @johnbelamaric @chrisohaver - Thanks for your reply and suggestions! I appreciate it. I’ve dug into this and replicated our production DNS issue to validate a fix, so here’s what...

Ok @chrisohaver - Could you please suggest the best way to overcome or dig deeper into the issue?

> Was the snapshot-flow-worker restarted/killed during the initial load or the source postgres restarted etc? If the connection to the source postgres during initial load is killed/dropped/broken, it will lead...

> If you are running via docker, I would recommend checking the containers. Also if you are on [our slack](https://slack.peerdb.io/) that generally allows moving faster @iamKunalGupta, We're not running it...

> using @iamKunalGupta - I restarted the mirroring again. Now I'm getting below error: Any clue? ``` { "message": "failed to sync records: failed to copy records into destination table:...

> Hi [@nitindhiman314e](https://github.com/nitindhiman314e) ! > > Were the destination tables created by PeerDB or were they pre-existing before the mirror was created? @Amogh-Bharadwaj - All destination tables were created by...

Hi All, Did we get any workaround to solve this problem? I'm also getting below same error failed to pull records: [pg_query_executor] failed to set snapshot: ERROR: invalid snapshot identifier:...

> #2168 Hi @serprex , Thank you for your response! I noticed that issue #2168 is still in an open state. Are you suggesting that the "fix-initial-snapshot-replay" branch contains the...

Hi @JesseStutler - I debugged it. Using rate() instead of irate() inside avg_over_time() fixed the issue of the negative CPU. Before: ``` wget -qO- 'http://0.0.0.0:8481/select/0/prometheus/api/v1/query?query=avg_over_time%28%28100%20-%20%28avg%20by%20%28instance%29%20%28irate%28 node_cpu_seconds_total%7Bmode%3D"idle"%2Cinstance%3D"io-23"%7D%5B5m%5D%29%29%20*%20100%29%29%5B10m%5D%29' {"status":"success","isPartial":false,"data":{"resultType":"vector","result":[{"metric":{"instance":"io-23"},"value":[1761890760,"-2465.27777787091"]}]}}/ # ``` After:...