Issue #2416: message: RetrievalTask in log

Type: DocumentationVersion: 2.7.6Priority: NormalStatus: ActiveReplies: 2
#1

we faced a poor performance of objectdb last week, during that time frame we have this message in the log:

...

[2019-03-01 11:53:40 #5 store] 
RetrievalTask.reportPrimaryResult0: page#27184134, reader.getPos() = 816

...

what does that mean, what to do ?

 

#2

This logging information is written in addition to throwing an exception. Do you see that exception in the log? Maybe it was caught by your application? This log message by itself provides very little info.

It is possible that the same exception is related to the performance issues and to the writing of that log entry.

ObjectDB Support
#3

unfortunately there is no exception in the log, we'll check our logs 

Reply