We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tracer.java
The aim here is to resolve the issue with the column RELATIVE_BLOCK_NUMBER which is not currently being written into the lt trace files.
RELATIVE_BLOCK_NUMBER
lt
The text was updated successfully, but these errors were encountered:
Trace.java
Currently in hub/fragment/common/CommonFragment.java we have this:
hub/fragment/common/CommonFragment.java
public Trace trace(Trace trace) { final CallFrame frame = commonFragmentValues.callFrame; final TransactionProcessingMetadata tx = commonFragmentValues.txMetadata; final boolean isExec = commonFragmentValues.hubProcessingPhase == TX_EXEC; return trace .absoluteTransactionNumber(tx.getAbsoluteTransactionNumber()) .batchNumber(tx.getRelativeBlockNumber()) ...
After regenerating the Trace.java the batchNumber has disappeared. However, I do see .relativeBlockNumber() which looks like a sensible replacement?
batchNumber
.relativeBlockNumber()
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The aim here is to resolve the issue with the column
RELATIVE_BLOCK_NUMBER
which is not currently being written into thelt
trace files.The text was updated successfully, but these errors were encountered: