You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/05/18 12:45:45 UTC

[GitHub] [bookkeeper] wenbingshen opened a new pull request, #3958: [improve] Limit decommissionBookie http request

wenbingshen opened a new pull request, #3958:
URL: https://github.com/apache/bookkeeper/pull/3958

   ### Motivation
   
   1. DecommissionService may receive multiple repeated decommission tasks, because it does not check the current task execution progress, which will bring dos and ddos attack vulnerabilities.
   2. After DecommissionService receives a task, it cannot tell the task initiator whether the task is still in progress.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] wenbingshen commented on pull request #3958: [improve] Limit decommissionBookie http request

Posted by "wenbingshen (via GitHub)" <gi...@apache.org>.
wenbingshen commented on PR #3958:
URL: https://github.com/apache/bookkeeper/pull/3958#issuecomment-1553913790

   rerun failure checks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org