Bug #39947 | Mysqld can't change tables after network recovery | ||
---|---|---|---|
Submitted: | 9 Oct 2008 8:05 | Modified: | 12 Jan 2009 15:14 |
Reporter: | li zhou | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | 6.2.16 | OS: | Any |
Assigned to: | Don Kehn | CPU Architecture: | Any |
[9 Oct 2008 8:05]
li zhou
[9 Oct 2008 8:08]
li zhou
test files
Attachment: readonly.zip (application/x-zip-compressed, text), 81.51 KiB.
[10 Oct 2008 2:19]
li zhou
Sorry for my incautious description. about bin log, it should be: If we *TURN ON* log-bin, add log-bin in my.cnf, we can change table through mysqld2 on host3. If we *TURN OFF* log-bin, comment out log-bin, it can't work.
[15 Oct 2008 22:50]
Don Kehn
This is confirmed and was introduced with the global schema lock. hints: global_flag_skip_invalidate_cache, m_cluster_state == CS_waiting_for_clean_cache in the ClusterMgr.cpp area.