You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "szetszwo (via GitHub)" <gi...@apache.org> on 2023/02/14 23:48:43 UTC

[GitHub] [ozone] szetszwo opened a new pull request, #4275: HDDS-7969. CacheValue should not store value as an Optional.

szetszwo opened a new pull request, #4275:
URL: https://github.com/apache/ozone/pull/4275

   ## What changes were proposed in this pull request?
   
   ```java
   //CacheValue.java
     private Optional<VALUE> value;
   ```
   It should be store simply as a VALUE.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7969
   
   ## How was this patch tested?
   
   This is a code refactoring.  No new tests added.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #4275: HDDS-7969. CacheValue should not store value as an Optional.

Posted by "adoroszlai (via GitHub)" <gi...@apache.org>.
adoroszlai merged PR #4275:
URL: https://github.com/apache/ozone/pull/4275


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] szetszwo commented on pull request #4275: HDDS-7969. CacheValue should not store value as an Optional.

Posted by "szetszwo (via GitHub)" <gi...@apache.org>.
szetszwo commented on PR #4275:
URL: https://github.com/apache/ozone/pull/4275#issuecomment-1433846947

   @adoroszlai , thanks a lot for reviewing this!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org