Steve Loughran
Steve Loughran
legitimate failure ``` Expected to find '404' but got unexpected exception: java.io.UncheckedIOException: java.io.FileNotFoundException: missing at org.apache.hadoop.util.functional.FunctionRaisingIOE.unchecked(FunctionRaisingIOE.java:50) at org.apache.hadoop.util.functional.TestFunctionalIO.lambda$testUncheckedFunction$9(TestFunctionalIO.java:105) at org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:500) at org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:386) at org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:455) at org.apache.hadoop.util.functional.TestFunctionalIO.testUncheckedFunction(TestFunctionalIO.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at...
All checkstyles are from underscores; I tried to set up a style rule to disable this but it didn't work right as there's no checkstyle overrides in hadoop-common right now
> fs.capability.virtual.block.locations it's to say "this fs makes up block locations". it means that cost of looking up block locations is a lot less (no remote calls) and you don't...
Is there an approximate timeline for this? I don't want to have to reimplement our own refresh thread code -not because it is hard, but because maintenance and testing with...
any timeline updates? I am about to have to implement a workaround for what should be a foundational use case "reliably provide credentials to java applications running in EC2 instances"....
New stack trace. Single host launching 5 processes, triggering a 503 response. This is not during cache refresh, this is simply startup. The good news: this is easier for you...
* we are still expecting an update on this * I cannot believe this is treated as a P2 issue. This is a fundamental problem which all EC2 clients will...
@debora-ito are there any plans to address this. If not, someone is welcome to provide a PR in the hadoop connector which provides a workaround for this. I have no...
This is good for review. Nice purge of outdated stuff, simpler docs, and with lots of tests deparameterized: faster test runs. What not to like? @mukund-thakur @ahmarsuhail @shameersss1 @saikatroy038 @HarshitGupta11
revisting this; missed the approval. some bit of resync needed and I've done a full doc review/rework. couple of test failures cropped up