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/12/14 07:31:07 UTC

[GitHub] [dubbo] JihanChen opened a new issue, #11130: 关于应用元数据的存储膨胀问题

JihanChen opened a new issue, #11130:
URL: https://github.com/apache/dubbo/issues/11130

   问题描述: 假如某个应用发布了几十次,每次发布都修改了某个dubbo接口,这样应用元数据都会计算出不同的一个revision,存储在元数据中心中,那其实真正用到的元数据是最新一次发布的元数据,之前几十个revision也用不到了,在很多应用频繁发布服务的情况下可能会导致元数据中心的存储压力,这块有没有好的解决方案?
   使用版本dubbo-3.0.10


-- 
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.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


[GitHub] [dubbo] JihanChen commented on issue #11130: 关于应用元数据的存储膨胀问题

Posted by GitBox <gi...@apache.org>.
JihanChen commented on issue #11130:
URL: https://github.com/apache/dubbo/issues/11130#issuecomment-1350651483

   关于在 dubbo mesh 控制面做这块优化现在有计划的时间节点了吗


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #11130: 关于应用元数据的存储膨胀问题

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #11130:
URL: https://github.com/apache/dubbo/issues/11130#issuecomment-1352612984

   > 关于在 dubbo mesh 控制面做这块优化现在有计划的时间节点了吗
   
   这个预计明年一月份的时候会有preview版本


-- 
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


[GitHub] [dubbo] xlq20080808 commented on issue #11130: 关于应用元数据的存储膨胀问题

Posted by "xlq20080808 (via GitHub)" <gi...@apache.org>.
xlq20080808 commented on issue #11130:
URL: https://github.com/apache/dubbo/issues/11130#issuecomment-1717617743

   我们也遇到了该问题,想请问/dubbo/metadata/{application}/{metadataRevision} 中哪些数据可以安全清理
   


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #11130: 关于应用元数据的存储膨胀问题

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #11130:
URL: https://github.com/apache/dubbo/issues/11130#issuecomment-1350595334

   local 的 metadata 方式不会有这个问题。remote 的需要在元数据中心做定时清理,目前这个没有太好的解决办法,未来会在 dubbo mesh 控制面去做优化解决。


-- 
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