Skip to content
  • Dinesh Surya Prakash's avatar
    533b224c
    Bug#11766869 NDB_CONFIG TO DUMP COMPLETE CURRENT CONFIGURATION · 533b224c
    Dinesh Surya Prakash authored
    Problem
    =======
    
    1)Ndb_error_reporter internally uses ndb_config with a deprecated parameter
    "id". Hence ndb_config returns null and that breaks the testcase
    "ndb.ndb_error_reporter".
    
    2)ndb_config accepts deprecated parameter "id" but now it does not support
    it and it is not compactable with the earlier version.
    
    Fix
    ===
    
    1)Replaced the deprecated parameter "id" with new parameter "Nodeid" also
    added checks in the Ndb_error_reporter to fail in right place when the
    config file is wrong.
    
    
    2)have changed ndb_config to be compactable to earlier version.
    533b224c
    Bug#11766869 NDB_CONFIG TO DUMP COMPLETE CURRENT CONFIGURATION
    Dinesh Surya Prakash authored
    Problem
    =======
    
    1)Ndb_error_reporter internally uses ndb_config with a deprecated parameter
    "id". Hence ndb_config returns null and that breaks the testcase
    "ndb.ndb_error_reporter".
    
    2)ndb_config accepts deprecated parameter "id" but now it does not support
    it and it is not compactable with the earlier version.
    
    Fix
    ===
    
    1)Replaced the deprecated parameter "id" with new parameter "Nodeid" also
    added checks in the Ndb_error_reporter to fail in right place when the
    config file is wrong.
    
    
    2)have changed ndb_config to be compactable to earlier version.
Loading