(long timestamp)
| 7712 | } |
| 7713 | |
| 7714 | private Row newRowO3(long timestamp) { |
| 7715 | LOG.info().$("switched to o3 [table=").$(tableToken).I$(); |
| 7716 | txWriter.beginPartitionSizeUpdate(); |
| 7717 | o3OpenColumns(); |
| 7718 | o3InError = false; |
| 7719 | o3MasterRef = masterRef; |
| 7720 | rowAction = ROW_ACTION_O3; |
| 7721 | o3TimestampSetter(timestamp); |
| 7722 | return row; |
| 7723 | } |
| 7724 | |
| 7725 | private long nextPostingSealPurgePubSeq(Sequence pubSeq, int retryCount) { |
| 7726 | long cursor = pubSeq.next(); |
no test coverage detected