首页 > 数据库 >IT15527: IN SPECIFIC TIMING CONDITIONS WITH MULTIPLE DB2READLOG API CALLERS(CDC, ETC), "NO ROOM

IT15527: IN SPECIFIC TIMING CONDITIONS WITH MULTIPLE DB2READLOG API CALLERS(CDC, ETC), "NO ROOM

时间:2024-03-25 11:13:58浏览次数:39  
标签:IT15527 DB2READLOG MULTIPLE log Fix db2diag Version 10.5 DB2

IT15527: IN SPECIFIC TIMING CONDITIONS WITH MULTIPLE DB2READLOG API CALLERS(CDC, ETC), "NO ROOM FOR RETRIEVED LOG" occurs in db2diag.log

https://www.ibm.com/mysupport/s/defect/aCI0z000000TOfW/dt010963?language=en_US

  •  


    1.  Problem description                                         
    In specific timing conditions with multiple db2readlog API      
    callers (CDC, etc),                                             
    DB2 generates dump files with "No room for retrieved log"       
    warning message in db2diag.log.                                 
                                                                    
                                                                    
    2.  Diagnostic information                                      
                                                                    
    db2diag.log                                                     
                                                                    
    FUNCTION: DB2 UDB, data protection services,                    
    sqlpgRetrieveStartUse, probe:190                         ...

    Show more

     

  •  

     

    ****************************************************************

    * USERS AFFECTED:                                              *

    * ALL                                                          *

    ****************************************************************

    * PROBLEM DESCRIPTION:                                         *

    * 1.  Problem description                                      *

    * In specific timing conditions with multiple db2readlog API   *

    * callers (CDC, etc),                                          *

    * DB2 generates dump files with "No room for retrieved log"    *

    * warning message in db2diag.log.                              *

    *                                                              *

    *                                                              *

    * 2.  Diagnostic information                                   *

    *                                                              *

    * db2diag.log                                                  *

    *                                                              *

    * FUNCTION: DB2 UDB, data protection services,                 *

    * sqlpgRetrieveStartUse, probe:190                             *

    * DATA #1 :                                      *

    * WARNING: No room for retrieved log number XXXXX in           *

    * retrieveArray. Index XXXXXXX entryCount 264                  *

    *                                                              *

    * PID:XXXX TID:XXXXXXXX NODE:000 Title: SQLP_DBCB              *

    * Dump File: /db2dump/XXXXX.XXXXX.000.dump.bin                 *

    *                                                              *

    * PID:XXXX TID:XXXXXXXX NODE:000 Title: SQLP_LFPB              *

    * Dump File: /db2dump/XXXXX.XXXXX.000.dump.bin                 *

    *                                                              *

    * .....                                                        *

    *                                                              *

    * 3. Symptom                                                   *

    * Once this message happens, db2readlog API callers (CDC, etc) *

    * may                                                          *

    * receive SQL2038N error or are not able to continue           *

    * retrieving                                                   *

    * log files until database reactivation.                       *

    ****************************************************************

    * RECOMMENDATION:                                              *

    * Upgrade to DB2 Version 10.5 Fix Pack 8.                      *

    **************************************************************** 

    Show more

     

  • First fixed in Version 10.5 Fix Pack 8                          

  • 1. Reactivate the database.                                     
      db2 deactivate db <dbname>                                    
      db2 activate db <dbname>                                      
                                                                    
    2. In case of 'OVERFLOWLOGPATH' is configured for the database, 
       set 'OVERFLOWLOGPATH' as the same as full archive log path.  
                                                                    
    ( NOTE : The OVERFLOWLOGPATH value needs to be full path to the 
    archived log files. )                                           
                                                                    
      For example, if current full archive log path is              
    '/archive/aaa/db2inst1/aaa/NODE0000/LOGSTREAM0000/C0000001',    
                                                                    
      db2 update db cfg for <dbname> using OVERFLOWLOGPATH          
    /archive/aaa/db2inst1/aaa/NODE0000/LOGSTREAM0000/C0000001       
                                                                    
    ( NOTE : After changing, "NODE0000/LOGSTREAM0000" path will be  
    added automatically on "OVERFLOWLOGPATH" parameter.             
                 Even with that, the path which is specified in 'db2
    update db cfg' will be referenced. )                            

     

     

    Status

    Closed

    Programming Error - Fix provided (PER)

    A fix is available

    DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and WindowsDB2 Version 10.5 Fix Pack 11 for Linux, UNIX, and WindowsDB2 Version 10.5 Fix Pack 10 for Linux, UNIX, and Windows

    Fixed Version(s) :

    Subscribe

    By subscribing, you receive periodic emails alerting you to the status of the known issue, along with a link to the fix after it becomes available.

    Notify me when a known issue for this product changes

    Manage my notifications
    • Product

      Db2 Linux, Unix and Windows

      Software version

      10.5

      Document number

      DT010963

      Last modified

      2023年8月24日 GMT+8 18:49

    • APAR Number

      IT15527

      Reported component id

      DB2FORLUW

      Reported component release

      A50

      Status

      Closed

      PTF in error

      NoPE

      HIPER:

      NoHIPER

      Special attention

      NoSpecatt

      -Product Specific

      Submitted date:

      2016年6月01日 GMT+8 11:00

      Closed date:

      2016年11月23日 GMT+8 10:00

      Last modified date:

      2023年8月24日 GMT+8 18:49

       

       

      ------------------------------------------------------------------------------------------
      如果你觉得文章有用,欢迎打赏

       

       

       

标签:IT15527,DB2READLOG,MULTIPLE,log,Fix,db2diag,Version,10.5,DB2
From: https://www.cnblogs.com/z-cm/p/18093946

相关文章

  • 跨域配置重复 header contains multiple values
    AccesstoXMLHttpRequestat'https://dev2.xxxxxx/stp/home/instruction'fromorigin'https://test1.xxxxxx'hasbeenblockedbyCORSpolicy:Responsetopreflightrequestdoesn'tpassaccesscontrolcheck:The'Access-Control-A......
  • CodeForces 1844H Multiple of Three Cycles
    洛谷传送门CF传送门首先环是不用管的,只用判环长是否为\(3\)的倍数即可。考虑设\(f(x,y,z)\)表示\(x\)个\(1\)链,\(y\)个\(2\)链,\(z\)个\(0\)链,组成所有环长都为\(3\)的倍数的方案数。注意到\(f(x,y,z)=(x+y+z)f(x,y,z-1)\)(可以接到剩下的任意......
  • AtCoder WTF 2019 B Multiple of Nine/南外集训 2024.2.23 T1
    给定\(q\)个区间\(\{[l_i,r_i]\}\),计算满足条件的长度为\(n\)的十进制数码串\(S\)的个数\(\bmod10^9+7\):\(\foralli\in[1,q],num(S[l_i,r_i])\equiv0\pmod9\)。其中\(num(T)\)表示数码串\(T\)代表的整数,\(T[a,b]\)表示子串\(T_aT_{a+1}\dotsT_b\)......
  • [970] Combine multiple Excel files into one Excel file with multiple sheets
    YoucancombinemultipleExcelfilesintooneExcelfilewithmultiplesheetsusingthePandaslibraryinPython.Here'sageneralapproach:ReadeachExcelfileintoaPandasDataFrame.CreateanExcelwriterobjectusingPandas.WriteeachDataFra......
  • [971] [Keep original formats] Combine multiple Excel files into one Excel file w
    IftheexistingExcelfilehasspecialformattingthatpreventsreadingitdirectlywithPandas,youcanusealibrarylikeopenpyxltohandletheappendingofnewsheets.Here'showyoucanachievethis:importosfromopenpyxlimportload_workbook......
  • Find The MultipleC++
    这题就是找N的倍数m,M要求是由1和0组成且非0。可以用图来看,从1出发临边是1和0,然后广度遍历,第一个能能整除N的数输出就行。#include<iostream>#include<queue>usingnamespacestd;intmain(){intn=-1;while(cin>>n){if(n==0)break;longlon......
  • [LeetCode] 1363. Largest Multiple of Three 形成三的最大倍数
    Givenanarrayofdigits digits,return thelargestmultipleof three thatcanbeformedbyconcatenatingsomeofthegivendigitsin anyorder.Ifthereisnoanswerreturnanemptystring.Sincetheanswermaynotfitinanintegerdatatype,returnt......
  • Maven – Guide to using Multiple Repositories
     [Maven–GuidetousingMultipleRepositories](https://maven.apache.org/guides/mini/guide-multiple-repositories.html)PSD:\gitrepo\fairbeautycrm\fairbeauty-crm-test>mvn--versionApacheMaven3.9.6(bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)Mave......
  • CodeForces 1909E Multiple Lamps
    洛谷传送门CF传送门感觉这个题比较难蚌。发现按\(1\simn\)最后可以把\(1\simn\)中的所有平方数点亮。所以\(n\ge20\)就直接输出\(1\simn\)。考虑\(n\le19\)。猜测合法的方案(即按完后亮灯数\(\le\left\lfloor\frac{n}{5}\right\rfloor\)的方案,不考虑\((......
  • 【JAVA】Multiple markers at this line @Override的解决方法
    【未解决】我的是1.8,都显示的是1.8使用Eclipse进行项目开发,在实现类中的方法前面如果添加@Override就提示“Multiplemarkersatthisline”的错误,问题描述如下Multiplemarkersatthisline-ThemethodgetStudentByID(String)oftypeStudentBeanImplmustoverridea......