Skip to content

Conversation

@piyush5netapp
Copy link

@piyush5netapp piyush5netapp commented Jan 9, 2026

Description

This PR...

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

@Override
public void deleteAccessGroup(AccessGroup accessGroup) {
//TODO
s_logger.info("deleteAccessGroup: Deleting export policy");

Choose a reason for hiding this comment

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

Log accessGroup name or id as well

//TODO
s_logger.info("deleteAccessGroup: Deleting export policy");

if (accessGroup == null) {

Choose a reason for hiding this comment

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

Confirm whether accessGroup can be {}. If it can, add validation to handle an empty object.


try {
nasFeignClient.deleteExportPolicyById(authHeader,exportPolicyId);
s_logger.info("Export policy deleted successfully: {}", exportPolicyName);

Choose a reason for hiding this comment

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

Optimize these loggers into one.

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