Hello Anon. E. Moose #1000171, Jenkins,

I'd like you to reexamine a change.  Please visit

    https://asterix-gerrit.ics.uci.edu/2959

to look at the new patch set (#2).

Change subject: [NO ISSUE][TX] Create New Log File Before Deleting Old Files
......................................................................

[NO ISSUE][TX] Create New Log File Before Deleting Old Files

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Ensure next log file is created after a sharp check
  point before deleting old files. This is to prevent
  the case if a crash happens right after deleting the
  old files but before creating the new one, then the
  next time the system starts up, it will start with
  log file id 0 which is wrong.
- Log the details of latest index checkpoint when the
  low watermark of the new checkpoint is less than the
  low watermakr of the latest checkpoint.

Change-Id: I4817f697b43daff55726909ab074ec30a1c224ce
---
M 
asterixdb/asterix-app/src/test/java/org/apache/asterix/test/logging/CheckpointingTest.java
M 
asterixdb/asterix-app/src/test/java/org/apache/asterix/test/txn/LogManagerTest.java
M 
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/storage/IndexCheckpoint.java
M 
asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/logging/LogManager.java
4 files changed, 71 insertions(+), 83 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/59/2959/2
-- 
To view, visit https://asterix-gerrit.ics.uci.edu/2959
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4817f697b43daff55726909ab074ec30a1c224ce
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: stabilization-f69489
Gerrit-Owner: Murtadha Hubail <mhub...@apache.org>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>

Reply via email to