Menu

#377 tau_tti: tau_getOwnIds doesn't check the cache correct

3.0.0.0
closed
2311 (3)
2024-02-05
2021-10-06
No

In tau_tti.c funciton tau_getOwnIds

It is not correct to check:
if (appHandle->pTTDB->noOfCachedCst == 0)
Can be any cst in the cach it may not be own cst that we need. Depends on previous made requests.

Suggested change to
if(appHandle->pTTDB->cstInfo[0] == NULL) / own cst info is always stored on entry 0 /

Discussion

  • Armin-Hagen Weiss

    • status: open --> accepted
    • assigned_to: Armin-Hagen Weiss
    • Milestone: 2.1.0.0 --> 2.2.0.0
     
  • Armin-Hagen Weiss

    • labels: --> 2311
    • summary: tau_getOwnIds don't check the cache correct --> tau_tti: tau_getOwnIds doesn't check the cache correct
    • status: accepted --> pending
    • assigned_to: Armin-Hagen Weiss --> Anders Öberg
     
  • Armin-Hagen Weiss

    Suggested change implemented. To be tested.

     
  • Anders Öberg

    Anders Öberg - 2021-10-11
     
  • Anders Öberg

    Anders Öberg - 2021-10-11

    Tested OK

     
  • Armin-Hagen Weiss

    • status: pending --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB