Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Point Radii Implementation
-
Fix Version/s: None
-
Component/s: Point Radii Migration
-
Labels:None
-
Environment:
Environment: YELL1
Description
When we try to migrate already migrated account then throwing NPE.
Steps to reproduce
1. Run target removal migration script for range of seuser id
java -jar location-target-remover-0.0.1-SNAPSHOT.jar -b 1 -s 85022 -h 4 -d 147 -e 85025
2. All the seuser are migrated
3. Re run the same script again
Actual result: Throwing NullPointerException
Expected result: Should skip already migrated accounts.