You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2015/05/04 20:06:58 UTC

[Hadoop Wiki] Update of "2015MayBugBash" by SomeOtherAccount

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "2015MayBugBash" page has been changed by SomeOtherAccount:
https://wiki.apache.org/hadoop/2015MayBugBash?action=diff&rev1=3&rev2=4

  <<TableOfContents(4)>>
  
+ ----
+ {{{#!wiki red/solid
+ IMPORTANT NOTE: Apache has limited QA capabilities. It is extremely important that everyone avoids  submitting patches to Jenkins for testing unless they are absolutely  certain that all relevant tests will pass.  HDFS unit tests, for example, will tie up a test slot for '''over two hours'''.
+ }}}
+ ----
  == Information ==
- 
- With over 900 patches not yet reviewed and approved for Apache Hadoop, it's time to make some strong progress on the bug list! 
+ With over 900 patches not yet reviewed and approved for Apache Hadoop, it's time to make some strong progress on the bug list!
  
  A number of Apache Hadoop committers and Hadoop-related tech companies are hosting an Apache Hadoop Community event on Friday, May 8th, after HBaseCon 2015. You are hereby invited for a fun, daylong event devoted to identifying and registering important patches and cleaning up the queue.
  
@@ -18, +22 @@

   1. Hang out on the #hadoop channel on irc.freenode.net .
  
  == Procedures for that day ==
- 
  === Source Code Contributions ===
- 
  ==== Non-committers ====
- 
   1. Read through the [[https://issues.apache.org/jira/issues/?filter=12331694|To Be Reviewed queue]].
   1. Find a JIRA to work on.
   1. Remove the '''BB2015-05-TBR''' label from that JIRA so that it leaves the queue.
-  1. Work through the issues in that JIRA. Work make sure the patch applies cleanly, test pasts locally by running against test-patch.sh, any pre-existing committer comments are covered, etc.
-  1. When you think it is ready, set the label to '''BB2015-05-RFC'''.
+  1. Work through the issues in that JIRA:
+   1. Make sure the patch applies cleanly
+   1. Fix any pre-existing comments
+  1. '''Before uploading''', test the patch locally using {{{test-patch.sh}}} to prevent overloading the QA servers.
+  1. Upload the reworked patch back into JIRA.
+  1. Set the label to '''BB2015-05-RFC'''.
  
  Note that in some cases, the functionality in older patches may already exist.  Please close these JIRA, preferably as a duplicate to the JIRA that added that functionality or as Invalid with a comment stating that you believe the issue is stale and already fixed.
  
  ==== Committers ====
- 
   1. Read through the [[https://issues.apache.org/jira/issues/?filter=12331695|Ready For Committer queue]].
   1. Find a JIRA to work on.
   1. Remove the '''BB2015-05-RFC''' label from that JIRA so that it leaves the queue.
   1. Review the patch.  If it needs more work, add a comment and add the''' BB2015-05-TBR''' label so that it goes back into the non-committer queue.
   1. Commit the patch as per usual if it is ready to go.
- 
  
  === Non-source Code Contributions ===
  The vast majority of Hadoop content, including almost all of the documentation is part of the source tree.  However, there are multiple ways in which those who are unfamiliar with developer environments can contribute: