Skip to content

Tags: facebook/wdt

Tags

v1.27.1612021

Toggle v1.27.1612021's commit message
wdt/stargate version bump

Summary: wdt/stargate version bump auto commit

fbshipit-source-id: af265982b4f2a7e31539159a29bf3e4ea55a38a5

v1.26.1603040

Toggle v1.26.1603040's commit message
wdt version bump

Summary: wdt version bump auto commit

fb-gh-sync-id: f7902e22a62cede66a99e593fe397878b68b2e02
shipit-source-id: f7902e22a62cede66a99e593fe397878b68b2e02

v1.26.1602090

Toggle v1.26.1602090's commit message
wdt version bump

Summary: wdt version bump auto commit

Reviewed By: svcscm

fb-gh-sync-id: aebca6bf00f83d4e722473532bbf9f3220b4a192
shipit-source-id: aebca6bf00f83d4e722473532bbf9f3220b4a192

v1.25.1602051

Toggle v1.25.1602051's commit message
wdt version bump

Summary: wdt version bump auto commit

Reviewed By: svcscm

fb-gh-sync-id: 2dac19956bdd4a0f2baaccaee30af1419a4ded0d
shipit-source-id: 2dac19956bdd4a0f2baaccaee30af1419a4ded0d

v1.23.1511300

Toggle v1.23.1511300's commit message
wdt version bump

Summary: wdt version bump auto commit

Reviewed By: ldemailly

fb-gh-sync-id: ca6dd651fa553112415afd3d1c6d32794fa9d6c8

v1.22.1510270

Toggle v1.22.1510270's commit message
Fixing bug, receiver sends invalid local checkpoints in long runing mode

Summary: Long running mode has been broken in the trunk, as well as in the new version. Receiver last checkpoint
was not being cleared. How to see it broken:
1. Make a receiver in long running mode with an older version
2. Start a sender with newer version and do a transfer
3. Start another sender with newer version. This step should fail

Third step fails because the new sender doesn't understand the checkpoint
sent by the last version

Reviewed By: ldemailly

Differential Revision: D2581890

fb-gh-sync-id: 2968b3d96d23cd94597879f8bd126ac91686f0f7

v1.22.1510210

Toggle v1.22.1510210's commit message
Wdt State machine refactor

Summary: Get rid of ThreadData and move different functionalities into the appropriate modules

Reviewed By: @uddipta

Differential Revision: D2445473

v1.21.1510050

Toggle v1.21.1510050's commit message
improving cont build so it emails when rm fails and using wdt-builds@…

… instead of hardcoding our name, fixing mkdir race condition in tests

Summary: improving cont build so it emails when rm fails and using wdt-builds@ instead of hardcoding our name, fixing mkdir race condition in tests

Reviewed By: @nikunjy

Differential Revision: D2511598

fb-gh-sync-id: cdaa58229a59e150d743e52d5fb76ef42111a0b0

v1.20.1509241

Toggle v1.20.1509241's commit message
Fixes Wdt#80 - Task#8474686

Summary: * Don't overwrite by default
* really make sure we either create or open a file
* when create we fail unless overwrite is set and truncate it otherwise
* fix the timing of open and seek to count all of them not just successes
* perf record directory creation too
* openAndSetSize now private as it's risky (for retries)
* fixed perf reporting bug of missing \n when there is only 1 data point
* improved logging of option_type
* made resumption imply overwrite
* fixed the profiler test/script
* make sure failure in shell does print what fails

Reviewed By: @uddipta

Differential Revision: D2470377

v1.19.1509200

Toggle v1.19.1509200's commit message
Ensuring that file byte source is deleted before metadata is deleted

Summary: Ensuring that file byte source is deleted before metadata is deleted

Reviewed By: @ldemailly

Differential Revision: D2460832

committer: Service User <svcscm@fb.com>