Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…6970) This PR would cause the Alpha leader to immediately trigger a snapshot creation if it doesn't already have one. This is useful when you bring a new cluster from bulk loader. If you remove an Alpha instance and add a new Alpha instance, the new follower won't get a snapshot if the leader doesn't have one. This PR avoids that by causing the leader to get a snapshot asap. Fixes DGRAPH-2445 (cherry picked from commit 6bd7f8e) Co-authored-by: Manish R Jain <[email protected]>
- Loading branch information