Re: about CHANGES.txt

2015-03-16 Thread Colin McCabe
Branch merges made it hard to access change history on subversion sometimes. You can read the tale of woe here: http://programmers.stackexchange.com/questions/206016/maintaining-svn-history-for-a-file-when-merge-is-done-from-the-dev-branch-to-tru Excerpt: "prior to Subversion 1.8. The files i

[jira] [Created] (HADOOP-11723) automate and markdownify changelog and release notes

2015-03-16 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-11723: - Summary: automate and markdownify changelog and release notes Key: HADOOP-11723 URL: https://issues.apache.org/jira/browse/HADOOP-11723 Project: Hadoop Commo

Re: about CHANGES.txt

2015-03-16 Thread Ravi Prakash
+1 for automating the information contained in CHANGES.txt. There are some changes which go in without JIRAs sometimes (CVEs eg.) . I like git log because its the absolute source of truth (cryptographically secure, audited, distributed, yadadada). We could always use git hooks to force a commit

Re: Hadoop - Major releases

2015-03-16 Thread Andrew Wang
I took the liberty of adding line breaks to Joep's mail. Thanks for the great feedback Joep. The goal with 3.x is to maintain API and wire compatibility with 2.x, which I think addresses most of your concerns. A 2.x client running on JDK7 would then still be able to talk to a 3.x server running on

Re: Hadoop - Major releases

2015-03-16 Thread J. Rottinghuis
Here are some of our thought on the discussions of the past few days with respect to backwards compatibility. In general at Twitter we're not necessarily against backwards incompatible changes per se. *It depends on the "Return on Pain". While it is hard to quantify the returns in the a

[jira] [Created] (HADOOP-11722) Some Instances of Services using ZKDelegationTokenSecretManager go when old token cannot be deleted

2015-03-16 Thread Arun Suresh (JIRA)
Arun Suresh created HADOOP-11722: Summary: Some Instances of Services using ZKDelegationTokenSecretManager go when old token cannot be deleted Key: HADOOP-11722 URL: https://issues.apache.org/jira/browse/HADOOP-11

[jira] [Resolved] (HADOOP-11638) OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux

2015-03-16 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-11638. Resolution: Fixed Fix Version/s: 2.7.0 I committed this to trunk, branch-2 and bran

[jira] [Created] (HADOOP-11721) switch jenkins patch tester to use git clean instead of mvn clean

2015-03-16 Thread Sean Busbey (JIRA)
Sean Busbey created HADOOP-11721: Summary: switch jenkins patch tester to use git clean instead of mvn clean Key: HADOOP-11721 URL: https://issues.apache.org/jira/browse/HADOOP-11721 Project: Hadoop C

Re: about CHANGES.txt

2015-03-16 Thread Colin P. McCabe
+1 for generating CHANGES.txt from JIRA and/or git as part of making a release. Or just dropping it altogether. Keeping it under version control creates lot of false conflicts whenever submitting a patch and generally makes committing minor changes unpleasant. Colin On Sat, Mar 14, 2015 at 8:36

[jira] [Created] (HADOOP-11720) [JDK8] Fix javadoc errors in hadoop-streaming

2015-03-16 Thread Akira AJISAKA (JIRA)
Akira AJISAKA created HADOOP-11720: -- Summary: [JDK8] Fix javadoc errors in hadoop-streaming Key: HADOOP-11720 URL: https://issues.apache.org/jira/browse/HADOOP-11720 Project: Hadoop Common I