[jira] [Created] (KUDU-3644) Update VM instance detector to handle AWS IMDSv2

2025-02-21 Thread Alexey Serbin (Jira)
Alexey Serbin created KUDU-3644: --- Summary: Update VM instance detector to handle AWS IMDSv2 Key: KUDU-3644 URL: https://issues.apache.org/jira/browse/KUDU-3644 Project: Kudu Issue Type: Improve

[jira] [Updated] (KUDU-3644) Update VM instance detector to handle AWS IMDSv2

2025-02-21 Thread Alexey Serbin (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin updated KUDU-3644: Description: The original implementation of Kudu's VM instance detection in AWS public cloud target

[jira] [Updated] (KUDU-3644) Update VM instance detector to handle AWS IMDSv2

2025-02-21 Thread Alexey Serbin (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin updated KUDU-3644: Description: The original implementation of Kudu's VM instance detection in AWS public cloud target

[jira] [Commented] (KUDU-3641) RaftConsensusElectionITest.TestNewLeaderCantResolvePeers scenario fails from time to time

2025-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929183#comment-17929183 ] ASF subversion and git services commented on KUDU-3641: --- Commit 8ce9

[jira] [Commented] (KUDU-3641) RaftConsensusElectionITest.TestNewLeaderCantResolvePeers scenario fails from time to time

2025-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929296#comment-17929296 ] ASF subversion and git services commented on KUDU-3641: --- Commit 8180

[jira] [Created] (KUDU-3645) Do not retry close() syscall on EINTR

2025-02-21 Thread Alexey Serbin (Jira)
Alexey Serbin created KUDU-3645: --- Summary: Do not retry close() syscall on EINTR Key: KUDU-3645 URL: https://issues.apache.org/jira/browse/KUDU-3645 Project: Kudu Issue Type: Improvement

[jira] [Updated] (KUDU-3645) Do not retry close() syscall on EINTR

2025-02-21 Thread Alexey Serbin (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin updated KUDU-3645: Code Review: https://gerrit.cloudera.org/#/c/22521/ > Do not retry close() syscall on EINTR > --

[jira] [Assigned] (KUDU-3645) Do not retry close() syscall on EINTR

2025-02-21 Thread Alexey Serbin (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin reassigned KUDU-3645: --- Assignee: Alexey Serbin > Do not retry close() syscall on EINTR > ---

[jira] [Updated] (KUDU-3645) Do not retry close() syscall on EINTR

2025-02-21 Thread Alexey Serbin (Jira)
[ https://issues.apache.org/jira/browse/KUDU-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serbin updated KUDU-3645: Description: It's not a good idea to retry calling close() on EINTR, at least on Linux and other Un