Skip to content

Tags: IBM/GEDS

Tags

v1.0.5

Toggle v1.0.5's commit message
S3: Download files in 1GiB chunks to reduce memory pressure.

Signed-off-by: Pascal Spörri <[email protected]>

v1.0.4

Toggle v1.0.4's commit message
Github CI: Fix fetching tags.

Signed-off-by: Pascal Spörri <[email protected]>

v1.0.3

Toggle v1.0.3's commit message
smart_open: Add missing numpy library.

Signed-off-by: Pascal Spörri <[email protected]>

v1.0.2

Toggle v1.0.2's commit message
Python/Smart_Open improve read/write API.

Signed-off-by: Pascal Spörri <[email protected]>

v1.0.1

Toggle v1.0.1's commit message
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 <[email protected]>

v1.0

Toggle v1.0's commit message
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 <[email protected]>

v0.8.4

Toggle v0.8.4's commit message
Bump the Java version to 1.2 and tie it to Metadata support.

Signed-off-by: Pascal Spörri <[email protected]>

v0.8.3

Toggle v0.8.3's commit message
TcpTransport: Workaround to fix Spark shutdown.

Signed-off-by: Pascal Spörri <[email protected]>

v0.8.2

Toggle v0.8.2's commit message
Python: Make examples consistent.

Signed-off-by: Pascal Spörri <[email protected]>

v0.8.1

Toggle v0.8.1's commit message
LocalFile: Integrate fsync.

Signed-off-by: Pascal Spörri <[email protected]>