Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aut-13906 AUT-13945 roll deallocation #43

Merged
merged 19 commits into from
Sep 21, 2023
Merged

Conversation

sitay93
Copy link

@sitay93 sitay93 commented Sep 6, 2023

No description provided.

@sitay93 sitay93 self-assigned this Sep 6, 2023
@sitay93 sitay93 requested a review from zivmessing September 6, 2023 09:58
*/
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class StatefulInstance {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

*/
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class StatefulInstance {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

if (statefulInstancesResponse.isRequestSucceed()) {
List<AwsStatefulInstance> statefulInstances = statefulInstancesResponse.getValue();
Map<String, AwsStatefulInstance> ssiByInstanceId = new HashMap<>();
statefulInstances.forEach(ssi -> ssiByInstanceId.put(ssi.getInstanceId(), ssi));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use toMap just run and test

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

zivmessing
zivmessing previously approved these changes Sep 20, 2023
@sitay93 sitay93 requested a review from adivos September 21, 2023 10:06
@adivos adivos merged commit 7a4b0c7 into master Sep 21, 2023
@adivos adivos deleted the AUT-13906-Roll-deallocation branch September 21, 2023 10:13
@sitay93 sitay93 changed the title Aut-13906 roll deallocation Aut-13906 AUT-13945 roll deallocation Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants