Class DbMaxReadersExceededException

All Implemented Interfaces:
Serializable

public class DbMaxReadersExceededException extends DbException
Thrown when the maximum of readers (read transactions) was exceeded. Verify that your code only uses a reasonable amount of threads.

If a very high number of threads (>100) needs to be used, consider increasing the number of maximum readers using BoxStoreBuilder.maxReaders(int) and enabling query retries using BoxStoreBuilder.queryAttempts(int).

For debugging issues related to this exception, check BoxStore.diagnose().

See Also:
  • Constructor Details

    • DbMaxReadersExceededException

      public DbMaxReadersExceededException(String message)
    • DbMaxReadersExceededException

      public DbMaxReadersExceededException(String message, int errorCode)