-
Notifications
You must be signed in to change notification settings - Fork 355
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: colinmarc/hdfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: colinmarc/hdfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 25 files changed
- 2 contributors
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5298db4 - Browse repository at this point
Copy the full SHA 5298db4View commit details
Commits on Feb 8, 2022
-
When seeking forward small amounts, don't reconnect
Currently, when seeking, we always discard the BlockReader and reconnect at the new offset. This is often wasteful, but especially when seeking forward would keep us in the same chunk, since on reconnecting we discard the beginning of the chunk anyway. This adds a new method to BlockReader, Skip, which attempts to discard bytes in order to skip forward, and makes use of that for small (<64k) forward seeks.
Configuration menu - View commit details
-
Copy full SHA for 11bad6d - Browse repository at this point
Copy the full SHA 11bad6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02ab58 - Browse repository at this point
Copy the full SHA b02ab58View commit details -
Revert "Attempt to trigger the release workflow more reliably"
This reverts commit 5298db4.
Configuration menu - View commit details
-
Copy full SHA for ce22ebc - Browse repository at this point
Copy the full SHA ce22ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6a380 - Browse repository at this point
Copy the full SHA 1f6a380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039ab59 - Browse repository at this point
Copy the full SHA 039ab59View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9b371 - Browse repository at this point
Copy the full SHA fa9b371View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aea93fd - Browse repository at this point
Copy the full SHA aea93fdView commit details -
Return a specific error if a file is still incomplete after FileWrite…
…r.Close Previously, we would simply ignore the result field on CompleteResponse, which lead to a silently hanging lease on the file. A hanging lease isn't that bad - it expires on its own - but it was causing the sneaky AlreadyBeingCreatedExceptions we were seeing in append tests. Exposing the error (and adding a function IsErrReplicating to unwrap the PathError, for convenience) allows the client to either ignore it, and let the lease expire on its own, or to retry in a loop, as the java client does, until the file is complete and the lease is destroyed. This has the potential to be a breaking change, since we would silently swallow the error before.
Configuration menu - View commit details
-
Copy full SHA for 50243c4 - Browse repository at this point
Copy the full SHA 50243c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f11406 - Browse repository at this point
Copy the full SHA 2f11406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c61d6 - Browse repository at this point
Copy the full SHA 81c61d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3faa96d - Browse repository at this point
Copy the full SHA 3faa96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a28bc - Browse repository at this point
Copy the full SHA 36a28bcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.1...v2.3.0