Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

CassandraMessageDAO always throws "Mailbox is over quota" when quota is set to 0 #52

Open
johnwiesel opened this issue Mar 18, 2014 · 0 comments

Comments

@johnwiesel
Copy link

The config states: "To disable quota parameter set it to 0."

But setting it to 0 does not work as expected. Put requests always return "Mailbox is over quota" message.

Suspected reason in CassandraMessageDAO.java:144

        if ((requiredBytes > Configurator.getDefaultQuotaBytes()) ||
(requiredCount > Configurator.getDefaultQuotaCount()))
{
logger.info("Mailbox is over quota: {} size={}/{}, count={}/{}",
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant