Re: [DISCUSS] Issues with heterogeneity of the code

2015-03-14 Thread Aljoscha Krettek
I'm in favor of strict coding styles. And I like the google style. But I can adapt. 😀 On Mar 13, 2015 11:26 PM, "Henry Saputra" wrote: > Agree. > > We have make decision either to play tight or loose on the code style and > guide. > Once the codebase is getting too large and more committers comi

Re: [DISCUSS] Issues with heterogeneity of the code

2015-03-14 Thread Ufuk Celebi
On Saturday, March 14, 2015, Aljoscha Krettek wrote: > I'm in favor of strict coding styles. And I like the google style. +1 I would like that. We essentially all agree that we want more homogeneity and I think strict rules are the only way to go. Since this is a very subjective matter it makes

Re: Could not build up connection to JobManager

2015-03-14 Thread Stephan Ewen
Hey Dulaj! One thing you can try is to add to the JVM startup options (in the scripts in the "bin" folder) the option "-Djava.net.preferIPv4Stack=true" and see if that helps it? Stephan On Sat, Mar 14, 2015 at 4:29 AM, Dulaj Viduranga wrote: > Hi, > Still this is no luck. I’ll upload the logs

Re: Could not build up connection to JobManager

2015-03-14 Thread Stephan Ewen
Hey Dulaj! Forget what I said in the previous email. The issue with the wrong address binding seems to be solved now. There is another issue that the embedded taskmanager does not start properly, for whatever reason. My gut feeling is that there is something wrong There is a patch pending that ch

[jira] [Created] (FLINK-1705) InstanceConnectionInfo returns wrong hostname when no DNS entry exists

2015-03-14 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1705: --- Summary: InstanceConnectionInfo returns wrong hostname when no DNS entry exists Key: FLINK-1705 URL: https://issues.apache.org/jira/browse/FLINK-1705 Project: Flink

Re: Could not build up connection to JobManager

2015-03-14 Thread Dulaj Viduranga
Hay Stephan, Great to know you could fix the issue. Thank you on the update. Best regards. > On Mar 14, 2015, at 9:19 PM, Stephan Ewen wrote: > > Hey Dulaj! > > Forget what I said in the previous email. The issue with the wrong address > binding seems to be solved now. There is another issue th