You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/26 02:25:01 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #10827: dubbo protocol: provider 侧没有及时释放FutureContext.future引起的OOM

AlbumenJ commented on issue #10827:
URL: https://github.com/apache/dubbo/issues/10827#issuecomment-1291409395

   See #9560
   
   Use `-Dfuture.sync.set` to prevent set future context.
   
   FutureContext is set when invocation finished. Using to return data to users. In thus, Dubbo have no chance to remove it. Because there is impossible for Dubbo to know when users no longer to use it.


-- 
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@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org