You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/02/10 14:00:22 UTC

[GitHub] [hadoop-ozone] elek commented on issue #451: HDDS-2876. Consolidate ObjectID and UpdateID from Info objects into one class.

elek commented on issue #451: HDDS-2876. Consolidate ObjectID and UpdateID from Info objects into one class.
URL: https://github.com/apache/hadoop-ozone/pull/451#issuecomment-584135802
 
 
   Fresh build is passed: 
   https://github.com/apache/hadoop-ozone/commit/a7bc81ed113195a5c72871ad89cbb7308e307ac7
   
   Committing now with a minor conflict resolution:
   
   ```
            OmKeyInfo dbKeyInfo = omMetadataManager.getKeyTable().get(ozoneKey);
            if (dbKeyInfo != null) {
   -          if (isReplay(ozoneManager, dbKeyInfo.getUpdateID(), trxnLogIndex)) {
   +          if (isReplay(ozoneManager, dbKeyInfo, trxnLogIndex)) {
                // This transaction is a replay. Send replay response.
                throw new OMReplayException();
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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