| 1755 | } |
| 1756 | |
| 1757 | bool TagPartitionedLogSystem::hasRemoteLogs() const { |
| 1758 | return logRouterTags > 0 || pseudoLocalities.size() > 0; |
| 1759 | } |
| 1760 | |
| 1761 | Tag TagPartitionedLogSystem::getRandomRouterTag() const { |
| 1762 | return Tag(tagLocalityLogRouter, deterministicRandom()->randomInt(0, logRouterTags)); |
no test coverage detected