[jira] [Created] (YARN-6413) Decouple Yarn Registry API from ZK

2017-03-29 Thread Ellen Hui (JIRA)
Ellen Hui created YARN-6413: --- Summary: Decouple Yarn Registry API from ZK Key: YARN-6413 URL: https://issues.apache.org/jira/browse/YARN-6413 Project: Hadoop YARN Issue Type: Improvement

[jira] [Created] (YARN-6412) aux-services classpath not documented

2017-03-29 Thread Miklos Szegedi (JIRA)
Miklos Szegedi created YARN-6412: Summary: aux-services classpath not documented Key: YARN-6412 URL: https://issues.apache.org/jira/browse/YARN-6412 Project: Hadoop YARN Issue Type: Bug

[jira] [Created] (YARN-6411) Clean up the overwrite of createDispatcher() in subclass of MockRM

2017-03-29 Thread Yufei Gu (JIRA)
Yufei Gu created YARN-6411: -- Summary: Clean up the overwrite of createDispatcher() in subclass of MockRM Key: YARN-6411 URL: https://issues.apache.org/jira/browse/YARN-6411 Project: Hadoop YARN Iss

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
On Wed, Mar 29, 2017 at 3:12 PM, Chris Douglas wrote: > On Wed, Mar 29, 2017 at 1:13 PM, Stack wrote: > > Is the below evidence enough that pb3 in proto2 syntax mode does not drop > > 'unknown' fields? (Maybe you want evidence that java tooling behaves the > > same?) > > I reproduced your exampl

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Chris Douglas
On Wed, Mar 29, 2017 at 1:13 PM, Stack wrote: > Is the below evidence enough that pb3 in proto2 syntax mode does not drop > 'unknown' fields? (Maybe you want evidence that java tooling behaves the > same?) I reproduced your example with the Java tooling, including changing some of the fields in t

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
Is the below evidence enough that pb3 in proto2 syntax mode does not drop 'unknown' fields? (Maybe you want evidence that java tooling behaves the same?) To be clear, when we say proxy above, are we expecting that a pb message deserialized by a process down-the-line that happens to have a crimped

[jira] [Created] (YARN-6410) FSContext.scheduler should be final

2017-03-29 Thread Daniel Templeton (JIRA)
Daniel Templeton created YARN-6410: -- Summary: FSContext.scheduler should be final Key: YARN-6410 URL: https://issues.apache.org/jira/browse/YARN-6410 Project: Hadoop YARN Issue Type: Improve

Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2017-03-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/272/ [Mar 28, 2017 2:33:26 PM] (jlowe) YARN-6359. TestRM#testApplicationKillAtAcceptedState fails rarely due to [Mar 28, 2017 3:02:07 PM] (yqlin) HDFS-11577. Combine the old and the new chooseRandom for better

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2017-03-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/360/ [Mar 28, 2017 2:33:26 PM] (jlowe) YARN-6359. TestRM#testApplicationKillAtAcceptedState fails rarely due to [Mar 28, 2017 3:02:07 PM] (yqlin) HDFS-11577. Combine the old and the new chooseRandom for better

[jira] [Created] (YARN-6408) NPE in handling NODE_UPDATE (while running SLS)

2017-03-29 Thread Carlo Curino (JIRA)
Carlo Curino created YARN-6408: -- Summary: NPE in handling NODE_UPDATE (while running SLS) Key: YARN-6408 URL: https://issues.apache.org/jira/browse/YARN-6408 Project: Hadoop YARN Issue Type: Bug

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
On Tue, Mar 28, 2017 at 4:18 PM, Andrew Wang wrote: > > > > > If unknown fields are dropped, then applications proxying tokens and > > other > > >> data between servers will effectively corrupt those messages, unless > we > > >> make everything opaque bytes, which- absent the convenient, > prenom