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
[
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
[
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
[
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
[
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
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
[
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
> --
[
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
> ---
[
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