Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
//OzoneManagerRequestHandler public OMClientResponse handleWriteRequest(OMRequest omRequest, long transactionLogIndex) throws IOException {
In OzoneManagerRequestHandler.handleWriteRequest, only transactionLogIndex is passed without the term. However, it uses a Map/Function to get the term later on. We should pass TransactionInfo, which includes both term and index
//OzoneManagerDoubleBuffer Function<Long, Long> indexToTerm
Attachments
Issue Links
- links to