Data Log not found

Asked by Amit Saha

I am getting this error message in my 'var/log/master.err' when I am running some tests with MTR (debug-max build of MySQL 6.0.8-alpha) and 'bzr' checkout of PBXT:

090306 08:30:11 [Error] user_1 int XTDataLogCache::dlc_get_open_log(datalog_xt.cc:850) -78: Data log not found: '/home/as227057/mysql/installs/608-amd-debug/mysql-test/var/master-data/pbxt/data/dlog-65534.xt'
090306 08:30:11 [Error] user_1 int XTDataLogCache::dlc_get_open_log(datalog_xt.cc:850)

The MTR reports it as:

1297: Got temporary error -1 'Data log not found: '/home/as227057/mysql/installs/608-amd-debug/mysql-t

What would be the reason?

Question information

Language:
English Edit question
Status:
Solved
For:
PBXT Edit question
Assignee:
No assignee Edit question
Solved by:
Amit Saha
Solved:
Last query:
Last reply:
Revision history for this message
Paul McCullagh (paul-mccullagh) said :
#1

Hi Amit,

That is definitely a bug! It looks like an overflow problem. The maximum log ID is actually 32767 (0x7FFF). You have a log ID of 0xFFFE which is not in the allowed range.

Would be great if you would report this as a bug...

Thanks,

Paul

Revision history for this message
Amit Saha (amit-saha) said :
#2

On 03/06/09 15:22, Paul McCullagh wrote:
> Your question #63248 on PBXT changed:
> https://answers.launchpad.net/pbxt/+question/63248
>
> Status: Open => Answered
>
> Paul McCullagh proposed the following answer:
> Hi Amit,
>
> That is definitely a bug! It looks like an overflow problem. The maximum
> log ID is actually 32767 (0x7FFF). You have a log ID of 0xFFFE which is
> not in the allowed range.
>
> Would be great if you would report this as a bug...

Done: https://bugs.launchpad.net/pbxt/+bug/338664

-Amit
>
> Thanks,
>
> Paul
>

--
http://blogs.sun.com/amitsaha

Revision history for this message
Amit Saha (amit-saha) said :
#3

Filed as a bug

Revision history for this message
Paul McCullagh (paul-mccullagh) said :
#4

Thanks for the bug report, and thanks for testing PBXT!