Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/2702
Your local `master` is in sync with your repository (`origin`) but not the
Apache GitHub repository (`upstream`). You need to do the following:
```
$ git checkout master
$ git pull upstream master
$ git checkout NIFI-4914
$ git rebase master
```---
