Skip to content

Commit 4bcedcc

Browse files
committed
Revert "Debug patch for Bug#17665497 DATANODE CRASH IN DBTUPDISKALLOC.CPP DBTUP (LINE: 848) 0X00000000"
This reverts commit d19890615ed0c86eb0b065b70a8744841ce5d1d0.
1 parent 3e6eae9 commit 4bcedcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ Dbtup::disk_restart_alloc_extent(EmulatedJamBuffer* jamBuf,
19761976
Uint32 pos= alloc.calc_extent_pos(old.p);
19771977
Local_extent_info_list new_list(c_extent_pool, alloc.m_free_extents[pos]);
19781978
#if defined VM_TRACE || defined ERROR_INSERT
1979-
// ndbrequire(!"Bug17665497: debugging suspect code path.");
1979+
ndbrequire(!"Bug17665497: debugging suspect code path.");
19801980
/**
19811981
* old is already in list with head alloc.m_extent_list.
19821982
* Before adding it to new_list it should be removed from
@@ -2058,7 +2058,6 @@ Dbtup::disk_page_get_allocated(const Tablerec* tabPtrP,
20582058
for (list.first(extentPtr); !extentPtr.isNull(); list.next(extentPtr))
20592059
{
20602060
#if defined VM_TRACE || defined ERROR_INSERT
2061-
// Bug17665497: debugging suspect code path in disk_restart_alloc_extent()
20622061
ndbrequire(extentPtr.p->m_free_matrix_pos == RNIL);
20632062
#endif
20642063
cnt++;

0 commit comments

Comments
 (0)