GitHub user navina opened a pull request:
https://github.com/apache/samza/pull/379
SAMZA-1523 Cleanup table entries before shutting down the processor
Modified the `TableUtils#deleteProcessorEntity` to provide an option to
disable optimistic locking during a call to Azure Table Storage service.
@sborya @PawasChhokra @nickpan47 Review please?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navina/samza azure-etag-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/379.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #379
----
commit 28312cb8b91b16349f6d2bc60e9c41ae988b96e0
Author: navina <[email protected]>
Date: 2017-12-05T19:32:09Z
SAMZA-1523 Cleanup table entries before shutting down the processor
----
---