Handle InterruptedException properly

InterruptedException should never be ignored.

Before, operation would have kept retrying even if thread is
interrupted. Now, set the current thread as interrupted, log a warning
and abort the operation.

Change-Id: I03b69dcea10ab4bb3ca23d38dfbf00264f4e2401
1 file changed
tree: 7ebb69414e8ed1961e687e84b2e2b440148ae0c5
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. BUCK
  6. LICENSE