We had a production job failue today with the exception "SEVERE: Error writing to DiskQueue backing store". DiskQueue.offer() method isn't printing the underlying exception, so we had no idea what went wrong.
We need to examine similar instances in the code and try to print underlying exception or at least provide some information about what went wrong.
We had a production job failue today with the exception "SEVERE: Error writing to DiskQueue backing store". DiskQueue.offer() method isn't printing the underlying exception, so we had no idea what went wrong.
We need to examine similar instances in the code and try to print underlying exception or at least provide some information about what went wrong.