| Bug #21929 | Slave DN gets unknown PGMAN Error: 2341 during replication of mixed DBT2 testing | ||
|---|---|---|---|
| Submitted: | 30 Aug 2006 20:26 | Modified: | 30 Nov 2007 19:40 |
| Reporter: | Jonathan Miller | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Cluster: Disk Data | Severity: | S3 (Non-critical) |
| Version: | 5.1.12 | OS: | Linux (Linux (AMD64)) |
| Assigned to: | Pekka Nousiainen | CPU Architecture: | Any |
[30 Aug 2006 20:26]
Jonathan Miller
[15 Sep 2006 21:56]
Jonas Oreland
Hi, I quite certain that this a duplicate of http://bugs.mysql.com/bug.php?id=20612 Can you retest when pekka has pushed fix for that...
[15 Oct 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[1 Jun 2007 7:51]
Pekka Nousiainen
the context:
void
Pgman::fsreadreq(Signal* signal, Ptr<Page_entry> ptr)
{
File_map::ConstDataBufferIterator it;
bool ret = m_file_map.first(it) && m_file_map.next(it, ptr.p->m_file_no);
ndbrequire(ret);
Uint32 fd = * it.data;
