You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/25 07:31:08 UTC

[GitHub] [incubator-shenyu] hutaishi opened a new issue, #3620: [Task]

hutaishi opened a new issue, #3620:
URL: https://github.com/apache/incubator-shenyu/issues/3620

   ### Description
   
   The gateway processes requests concurrently and has requests in process, but the processor's plug-in modifications are really single-threaded.
   
   Examples are as follows.
   
   ## Cannot gracefully process a request in progress
   ![image](https://user-images.githubusercontent.com/12478263/175763256-e72a9f7a-73ab-4e30-9c31-1aaf797c982d.png)
   
   
   ![image](https://user-images.githubusercontent.com/12478263/175763298-e840b91b-423a-45cf-a2ce-19ea1c528e13.png)
   
   ![image](https://user-images.githubusercontent.com/12478263/175763370-f7b6d5d1-ce2f-4c0b-a184-c35d3e6297de.png)
   
   
   ![image](https://user-images.githubusercontent.com/12478263/175763405-dd366964-f818-4b4b-b826-32a914128888.png)
   
   
   
   ### Task List
   
   1. Adopting a Copy-On-Write idea to gracefully update the plugin.


-- 
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: notifications-unsubscribe@shenyu.apache.org.apache.org

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


[GitHub] [incubator-shenyu] moremind commented on issue #3620: [Task]

Posted by GitBox <gi...@apache.org>.
moremind commented on issue #3620:
URL: https://github.com/apache/incubator-shenyu/issues/3620#issuecomment-1166440134

   ohh. These operations dependency on subscriber thread...this maybe optimize


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [incubator-shenyu] yu199195 closed issue #3620: [Task]

Posted by GitBox <gi...@apache.org>.
yu199195 closed issue #3620: [Task] <ShenyuWebHandler The modification of the plugin does not take into account concurrency issues and the current requests being processed>
URL: https://github.com/apache/incubator-shenyu/issues/3620


-- 
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: notifications-unsubscribe@shenyu.apache.org

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