You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: File listing after update.
Issue: Updates to files were not stored in the GEDS internal cache.
This resulted in invalid file listings.
To mitigate this issue the following changes were added:
- Updates are now reflected in the cache.
- The metadata server is always queried when the file status is
requested.
Signed-off-by: Pascal Spörri <psp@zurich.ibm.com>
Tcp transport fixes
o Flip do-while loop for epoll return processing for both transmit
and receive path.
o Handle activateEndpoint failures.
o Remove writeLock() in addEndpoint since all endpoint list
management is alreay locked by global tcpTransport write lock.
Signed-off-by: Bernard Metzler <bmt@zurich.ibm.com>