This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch fix/validate-dependency-blob-keys
in repository https://gitbox.apache.org/repos/asf/storm.git


    omit 317b35f2e Reject a topology submission that lists a blob key which is 
not a dependency blob key
     add 0441cfc2b Apply the nimbus ACLs to listBlobs so callers only see blobs 
they may read (#9000)
     add c8a1474a6 Read and check the docker command file before changing 
worker directory ownership
     add 1b3dcc12d Authorize createStateInZookeeper requests like the other 
blob operations
     add 9a6490a0f Filter the topology history by the authenticated caller 
rather than the requested user name (#9003)
     add 3bbf1ac97 Reject a topology submission that lists a blob key which is 
not a dependency blob key

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (317b35f2e)
            \
             N -- N -- N   refs/heads/fix/validate-dependency-blob-keys 
(3bbf1ac97)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../auth/authorizer/SimpleACLAuthorizer.java       |   3 +
 .../auth/authorizer/SimpleACLAuthorizerTest.java   |  15 +++
 storm-core/src/native/worker-launcher/impl/main.c  |   6 +-
 .../native/worker-launcher/impl/worker-launcher.c  |  33 +++++-
 .../native/worker-launcher/impl/worker-launcher.h  |  12 +++
 .../org/apache/storm/daemon/nimbus/Nimbus.java     |  66 ++++++++++--
 .../org/apache/storm/daemon/nimbus/NimbusTest.java | 114 ++++++++++++++++++++-
 7 files changed, 236 insertions(+), 13 deletions(-)

Reply via email to