akka/akka-core

Pruning in DistributedPubSub is not covered by tests and in the documentation

开放

#21,100 创建于 2016年8月2日

 (5 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
1 - triagedhelp wantedt:cluster-tools

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

I've tried to understand, how removed-time-to-live works in DistributedPub sub, but I haven't found any references in the docs. Also the method prune() https://github.com/akka/akka/blob/master/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/DistributedPubSubMediator.scala#L812 is not covered neither by unittests nor by multi-node tests. Also you have implemented a trait "PerGroupingBuffer" in 2.4.2, but his trait also is not covered by tests. It would be good to have tests for the whole PR: https://github.com/akka/akka/pull/19154

贡献者指南