mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
This doesn't change the end result of a successful run, though this is what a typical flow looks like prior to this fix: Consider a sheet with 10 data rows (+ 1 header row = 11). A 10-row data set will call worksheet.setRowCount(10), which truncates the last row of the existing sheet. This row will eventually be added again in the last for loop, but if the synchronizer fails mid-sync, this last row will remain dropped. This fix will prevent this last row from being dropped. This doesn't fix the broader issue of SheetSynchronizer not behaving transactionally -- that's a different can of worms. See the linked bug for an instance where the synchronizer failed mid-run and dropped a data row as a result. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136398109 |
||
---|---|---|
.. | ||
sheet | ||
BigqueryPollJobAction.java | ||
BUILD | ||
CheckSnapshotServlet.java | ||
DatastoreBackupInfo.java | ||
DatastoreBackupService.java | ||
DriveModule.java | ||
ExportConstants.java | ||
ExportDomainListsAction.java | ||
ExportRequestModule.java | ||
ExportReservedTermsAction.java | ||
ExportSnapshotServlet.java | ||
ExportUtils.java | ||
LoadSnapshotAction.java | ||
package-info.java | ||
PublishDetailReportAction.java | ||
SyncGroupMembersAction.java | ||
UpdateSnapshotViewAction.java |