sanjaypujare
sanjaypujare
Both the Jenkins and Travis builds/tests have failed. Could you check the failures and see if they are related to these changes?
If this is the same failure you see in your PR CI tests then that's good news. Not sure why we are getting "Unknown" from the VersionInfo object but it...
@abossert just checking. Hopefully you are not stuck on anything and making progress on this PR.
@tweise added that test (com.datatorrent.stram.util.VersionInfoTest.testMavenProperties). Any ideas?
My preference: just make the change to honor dfs.http.policy only and not worry about dfs.https.enable and hadoop.ssl.enabled . We haven't heard about any existing Apex users using SSL.
Good question. As per https://hadoop.apache.org/docs/r3.1.0/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml, `HTTP_AND_HTTPS` means service is provided both on http and https. We use this setting for both outbound and inbound (apex web-service) and enhancing our inbound...
It looks like the client didn't receive a response message but just an OK status code. Can you confirm the server is sending a response?
> ... > I'm getting the response in my android app on debug version. But when I get the signed release version of my app it's giving me this runtime...
Thank you. Just to summarize/confirm: - you have a gRPC server written in C#/dotnet5 that is used in all of your tests - you have been able to make successful...
@afshin1394 is this still happening? It will be good to have a reproducible test case/env so we can reproduce it here