{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20618957,"defaultBranch":"master","name":"flink","ownerLogin":"rmetzger","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2014-06-08T14:58:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/89049?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717652889.0","currentOid":""},"activityList":{"items":[{"before":"fbb5c0320717b26f2017f71f7183fa6921de3769","after":null,"ref":"refs/heads/FLINK-35526","pushedAt":"2024-06-06T05:48:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":"f40b3fa094c65449173876d32df44c4086199aa7","after":"fbb5c0320717b26f2017f71f7183fa6921de3769","ref":"refs/heads/FLINK-35526","pushedAt":"2024-06-06T05:45:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"address PR comments","shortMessageHtmlLink":"address PR comments"}},{"before":"2925244b0efaf341b78e9a10611bbe88cdeb926e","after":null,"ref":"refs/heads/FLINK-35526-1.19","pushedAt":"2024-06-05T18:28:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":"2a726a2ee101d05a97e0bf323ee70b39fd34c497","after":"f40b3fa094c65449173876d32df44c4086199aa7","ref":"refs/heads/FLINK-35526","pushedAt":"2024-06-05T18:04:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"address PR comments","shortMessageHtmlLink":"address PR comments"}},{"before":"c2222b2533c87cfbd35675e2e801279afb65109b","after":null,"ref":"refs/heads/FLINK-35526-1.18","pushedAt":"2024-06-05T18:00:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":"43f96089fe776a0044cc1a44454bac2515f54046","after":"2a726a2ee101d05a97e0bf323ee70b39fd34c497","ref":"refs/heads/FLINK-35526","pushedAt":"2024-06-05T12:18:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-35526] Use more up to date jq docker image for Flink e2e tests","shortMessageHtmlLink":"[FLINK-35526] Use more up to date jq docker image for Flink e2e tests"}},{"before":"a836d0d7d6d29fb0c63852a35075ac9eb13261e6","after":"2925244b0efaf341b78e9a10611bbe88cdeb926e","ref":"refs/heads/FLINK-35526-1.19","pushedAt":"2024-06-05T12:16:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-34569][e2e] fail fast if AWS cli container fails to start (#24491)\n\n* [FLINK-34569][e2e] Fail fast if aws cli container fails to run\n\nWhy:\nAn end-to-end test run failed and in the test logs you could see that the\nAWS cli container failed to start. Because of the way it's organised the\nfailure in the subshell did not cause a failure and AWSCLI_CONTAINER_ID was\nempty. This lead to a loop trying to docker exec a command in a container\nnamed \"\" and the test taking 15 minutes to time out. This change speeds up\nthe failure.\n\nNote that we use 'return' to prevent an immediate failure of the script so\nthat we have the potential to implement a simple retry.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Add naive retry when creating aws cli container\n\nWhy:\nAn end-to-end test run failed with what looked like a transient network\nexception when pulling the aws cli image. This retries once.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Remove jq containers after user\n\nWhy:\nA large pile of exited jq containers were left in docker after\nan operation was retried repeatedly.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Clean up after failed awscli container run\n\nWhy:\nIf for some reason the command can return a non-zero exit code and also\ncreate a container, this will remove it so we don't have an orphan sitting\nstranded.\n\nSigned-off-by: Robert Young \n\n---------\n\nSigned-off-by: Robert Young ","shortMessageHtmlLink":"[FLINK-34569][e2e] fail fast if AWS cli container fails to start (apa…"}},{"before":"9897476562b8fe92e5a21320f1e4c7044c0258ec","after":"c2222b2533c87cfbd35675e2e801279afb65109b","ref":"refs/heads/FLINK-35526-1.18","pushedAt":"2024-06-05T12:15:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-34569][e2e] fail fast if AWS cli container fails to start (#24491)\n\n* [FLINK-34569][e2e] Fail fast if aws cli container fails to run\n\nWhy:\nAn end-to-end test run failed and in the test logs you could see that the\nAWS cli container failed to start. Because of the way it's organised the\nfailure in the subshell did not cause a failure and AWSCLI_CONTAINER_ID was\nempty. This lead to a loop trying to docker exec a command in a container\nnamed \"\" and the test taking 15 minutes to time out. This change speeds up\nthe failure.\n\nNote that we use 'return' to prevent an immediate failure of the script so\nthat we have the potential to implement a simple retry.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Add naive retry when creating aws cli container\n\nWhy:\nAn end-to-end test run failed with what looked like a transient network\nexception when pulling the aws cli image. This retries once.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Remove jq containers after user\n\nWhy:\nA large pile of exited jq containers were left in docker after\nan operation was retried repeatedly.\n\nSigned-off-by: Robert Young \n\n* [FLINK-34569][e2e] Clean up after failed awscli container run\n\nWhy:\nIf for some reason the command can return a non-zero exit code and also\ncreate a container, this will remove it so we don't have an orphan sitting\nstranded.\n\nSigned-off-by: Robert Young \n\n---------\n\nSigned-off-by: Robert Young ","shortMessageHtmlLink":"[FLINK-34569][e2e] fail fast if AWS cli container fails to start (apa…"}},{"before":null,"after":"9897476562b8fe92e5a21320f1e4c7044c0258ec","ref":"refs/heads/FLINK-35526-1.18","pushedAt":"2024-06-05T12:13:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[Flink 34569][e2e] fail fast if AWS cli container fails to start (#24491)\n\n* [FLINK-34569][e2e] Fail fast if aws cli container fails to run\r\n\r\nWhy:\r\nAn end-to-end test run failed and in the test logs you could see that the\r\nAWS cli container failed to start. Because of the way it's organised the\r\nfailure in the subshell did not cause a failure and AWSCLI_CONTAINER_ID was\r\nempty. This lead to a loop trying to docker exec a command in a container\r\nnamed \"\" and the test taking 15 minutes to time out. This change speeds up\r\nthe failure.\r\n\r\nNote that we use 'return' to prevent an immediate failure of the script so\r\nthat we have the potential to implement a simple retry.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Add naive retry when creating aws cli container\r\n\r\nWhy:\r\nAn end-to-end test run failed with what looked like a transient network\r\nexception when pulling the aws cli image. This retries once.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Remove jq containers after user\r\n\r\nWhy:\r\nA large pile of exited jq containers were left in docker after\r\nan operation was retried repeatedly.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Clean up after failed awscli container run\r\n\r\nWhy:\r\nIf for some reason the command can return a non-zero exit code and also\r\ncreate a container, this will remove it so we don't have an orphan sitting\r\nstranded.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n---------\r\n\r\nSigned-off-by: Robert Young ","shortMessageHtmlLink":"[Flink 34569][e2e] fail fast if AWS cli container fails to start (apa…"}},{"before":null,"after":"a836d0d7d6d29fb0c63852a35075ac9eb13261e6","ref":"refs/heads/FLINK-35526-1.19","pushedAt":"2024-06-05T12:12:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[Flink 34569][e2e] fail fast if AWS cli container fails to start (#24491)\n\n* [FLINK-34569][e2e] Fail fast if aws cli container fails to run\r\n\r\nWhy:\r\nAn end-to-end test run failed and in the test logs you could see that the\r\nAWS cli container failed to start. Because of the way it's organised the\r\nfailure in the subshell did not cause a failure and AWSCLI_CONTAINER_ID was\r\nempty. This lead to a loop trying to docker exec a command in a container\r\nnamed \"\" and the test taking 15 minutes to time out. This change speeds up\r\nthe failure.\r\n\r\nNote that we use 'return' to prevent an immediate failure of the script so\r\nthat we have the potential to implement a simple retry.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Add naive retry when creating aws cli container\r\n\r\nWhy:\r\nAn end-to-end test run failed with what looked like a transient network\r\nexception when pulling the aws cli image. This retries once.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Remove jq containers after user\r\n\r\nWhy:\r\nA large pile of exited jq containers were left in docker after\r\nan operation was retried repeatedly.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n* [FLINK-34569][e2e] Clean up after failed awscli container run\r\n\r\nWhy:\r\nIf for some reason the command can return a non-zero exit code and also\r\ncreate a container, this will remove it so we don't have an orphan sitting\r\nstranded.\r\n\r\nSigned-off-by: Robert Young \r\n\r\n---------\r\n\r\nSigned-off-by: Robert Young ","shortMessageHtmlLink":"[Flink 34569][e2e] fail fast if AWS cli container fails to start (apa…"}},{"before":null,"after":"43f96089fe776a0044cc1a44454bac2515f54046","ref":"refs/heads/FLINK-35526","pushedAt":"2024-06-05T12:08:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-35526] Use more up to date jq docker image for Flink e2e tests","shortMessageHtmlLink":"[FLINK-35526] Use more up to date jq docker image for Flink e2e tests"}},{"before":"78c85b8180d2c0e133eb7218c3f39aba81073003","after":null,"ref":"refs/heads/mtls_docs","pushedAt":"2024-05-16T13:48:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":null,"after":"78c85b8180d2c0e133eb7218c3f39aba81073003","ref":"refs/heads/mtls_docs","pushedAt":"2024-05-02T09:49:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[hotfix] Mention mTLS in SSL documentation page","shortMessageHtmlLink":"[hotfix] Mention mTLS in SSL documentation page"}},{"before":null,"after":"d301839dfe2ed9b1313d23f8307bda76868a0c0a","ref":"refs/heads/before_roman","pushedAt":"2024-04-05T08:22:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-35000][build] Updates link to test code convention in pull request template","shortMessageHtmlLink":"[FLINK-35000][build] Updates link to test code convention in pull req…"}},{"before":"aa9f4744d8cd58d749f050a34ad696bf663e9962","after":"f86c08041211bbeddf36c9ff0fbe6ae4abaa3b9d","ref":"refs/heads/master","pushedAt":"2024-04-05T08:21:34.000Z","pushType":"push","commitsCount":8206,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[hotfix] Log JobID in checkpoint abort message if available","shortMessageHtmlLink":"[hotfix] Log JobID in checkpoint abort message if available"}},{"before":"105a885fa997766d751f083a65592d1dd5b46070","after":null,"ref":"refs/heads/typo_fix_1.19","pushedAt":"2024-04-04T19:11:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":"7150f150b5b432ceac0020dc077bb96a79c76152","after":null,"ref":"refs/heads/typo_fix_1.18","pushedAt":"2024-04-04T19:11:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":null,"after":"7150f150b5b432ceac0020dc077bb96a79c76152","ref":"refs/heads/typo_fix_1.18","pushedAt":"2024-04-04T14:39:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[hotfix][table] Fix typo in maven shade configuration","shortMessageHtmlLink":"[hotfix][table] Fix typo in maven shade configuration"}},{"before":null,"after":"105a885fa997766d751f083a65592d1dd5b46070","ref":"refs/heads/typo_fix_1.19","pushedAt":"2024-04-04T14:38:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[hotfix][table] Fix typo in maven shade configuration","shortMessageHtmlLink":"[hotfix][table] Fix typo in maven shade configuration"}},{"before":null,"after":"1d8b0e71e3c427d5ed23d97600880b5fefd6b1a8","ref":"refs/heads/debug_ci","pushedAt":"2024-04-03T13:41:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"test","shortMessageHtmlLink":"test"}},{"before":"f21fca41fc47d0778b60fd94581fe61a6631fd7c","after":null,"ref":"refs/heads/FLINK-31834","pushedAt":"2023-04-19T10:08:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"}},{"before":null,"after":"f21fca41fc47d0778b60fd94581fe61a6631fd7c","ref":"refs/heads/FLINK-31834","pushedAt":"2023-04-18T14:45:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[FLINK-31834][Azure] Free up disk space before caching","shortMessageHtmlLink":"[FLINK-31834][Azure] Free up disk space before caching"}},{"before":null,"after":"a2da5169b361c41e8d270b836ad742580a3ddb4b","ref":"refs/heads/minicluster_config","pushedAt":"2023-03-28T09:35:43.569Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"Make MiniCluster configurable","shortMessageHtmlLink":"Make MiniCluster configurable"}},{"before":null,"after":"c57d87c4cd1cb4d00ce0aae9d7e8aa9b689dd875","ref":"refs/heads/rel_1.17_hotfixes","pushedAt":"2023-03-21T11:46:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rmetzger","name":"Robert Metzger","path":"/rmetzger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89049?s=80&v=4"},"commit":{"message":"[hotfix] Update copyright NOTICE year to 2023","shortMessageHtmlLink":"[hotfix] Update copyright NOTICE year to 2023"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXdEWMwA","startCursor":null,"endCursor":null}},"title":"Activity · rmetzger/flink"}