Investigation commit

This commit is contained in:
GEXCE
2017-11-28 08:51:04 +01:00
parent d3f0ef6837
commit c57203df80
2 changed files with 3 additions and 4 deletions
@@ -2,4 +2,4 @@
logging.level.com.bayer=DEBUG logging.level.com.bayer=DEBUG
#logging.level.com.bayer.edam.migration.interceptors=INFO #logging.level.com.bayer.edam.migration.interceptors=INFO
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level- %msg%n logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level- %msg%n
logging.file=application_2017-11-24_PROD.log logging.file=application_2017-11-27_PROD_investigation.log
@@ -122,8 +122,7 @@ public class MamMigrationSelective implements CommandLineRunner {
entrySelection = new ArrayList<Long>(entryMap.keySet()); entrySelection = new ArrayList<Long>(entryMap.keySet());
// Option 2: Process a fixed set of entry IDs // Option 2: Process a fixed set of entry IDs
// entrySelection = Arrays.asList(71725L, 71537L, 71263L, 71048L, 70778L, 70746L, 70745L, // entrySelection = Arrays.asList(34703L, 34702L, 34701L, 34700L, 34699L, 34698L, 33626L, 33623L, 33621L, 33620L, 32781L, 31114L);
// 70440L, 70361L, 70340L, 70288L, 70161L, 70142L, 63924L, 63201L, 57641L, 56942L);
// Option 3: Read entry IDs from file // Option 3: Read entry IDs from file
// entrySelection = new ArrayList<Long>(); // entrySelection = new ArrayList<Long>();
@@ -168,7 +167,7 @@ public class MamMigrationSelective implements CommandLineRunner {
// XXX // XXX
// if needed start from a certain ID // if needed start from a certain ID
if (id > 27834) { if (id > 58002 || id < 35620) {
skippedCounter++; skippedCounter++;
continue; continue;
} }