You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Pawas Chhokra (JIRA)" <ji...@apache.org> on 2017/07/31 23:13:00 UTC

[jira] [Created] (SAMZA-1374) Implement Leader Election using Lease Blob in Azure

Pawas Chhokra created SAMZA-1374:
------------------------------------

             Summary: Implement Leader Election using Lease Blob in Azure
                 Key: SAMZA-1374
                 URL: https://issues.apache.org/jira/browse/SAMZA-1374
             Project: Samza
          Issue Type: New Feature
            Reporter: Pawas Chhokra
            Assignee: Pawas Chhokra


A blob in Azure storage is used for storing large amounts of unstructured data. A Lease Blob is an operation that establishes and manages a lock on a blob for write and delete operations. Acquiring a lease on a blob that has already been leased by someone results in failure. We will use this operation to elect the leader when running in Azure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)