File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1895,6 +1895,7 @@ boost::shared_ptr<CalpontSystemCatalog> CalpontSystemCatalog::makeCalpontSystemC
1895
1895
boost::shared_ptr<CalpontSystemCatalog> instance;
1896
1896
CatalogMap::const_iterator it = fCatalogMap .find (sessionID);
1897
1897
1898
+ idblog (" creating syscat for session ID " << sessionID);
1898
1899
if (sessionID == 0 )
1899
1900
{
1900
1901
if (it == fCatalogMap .end ())
@@ -1937,6 +1938,7 @@ boost::shared_ptr<CalpontSystemCatalog> CalpontSystemCatalog::makeCalpontSystemC
1937
1938
void CalpontSystemCatalog::removeCalpontSystemCatalog (uint32_t sessionID)
1938
1939
{
1939
1940
boost::mutex::scoped_lock lock (map_mutex);
1941
+ idblog (" for session ID " << sessionID << " syscat map " << (fCatalogMap .contains (sessionID) ? " contains" : " does not caontain" ) << " syscat instance" );
1940
1942
DEBUG << " remove calpont system catalog for session " << sessionID << endl;
1941
1943
fCatalogMap .erase (sessionID);
1942
1944
/*
You can’t perform that action at this time.
0 commit comments