AMBARI-666-CHANGES.txt 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. Ambari Change log
  2. Notes:
  3. - Committers should be listed using their login and non-committers
  4. should be listed by their full name.
  5. - Please keep the file to a max of 80 characters wide.
  6. - Put latest commits first in each section.
  7. AMBARI-666 branch (unreleased changes)
  8. INCOMPATIBLE CHANGES
  9. NEW FEATURES
  10. AMBARI-845. Fix NPE in the server to be able to run the server api's.
  11. (mahadev)
  12. AMBARI-844. Mock JMX provider for manual tests. (Tom Beerbower via mahadev)
  13. AMBARI-841. Fix comparison predicates in case where resource does not have
  14. property value. (Tom Beerbower via mahadev)
  15. AMBARI-833. Add missing Path annotation to rest services for
  16. put/post/delete. (John Speidel via mahadev)
  17. AMBARI-838. HACK: Add a thread in server to inject requests for testing.
  18. (Jitendra via mahadev)
  19. AMBARI-835. Update JMXPropertyProvider. (Tom Beerbower via hitesh)
  20. AMBARI-832. Merge ambari-api with ambari-server (mahadev)
  21. AMBARI-822. Implement an agent simulator for unit testing. (jitendra)
  22. AMBARI-829. Add unit tests for ResourceProviderImpl. (Tom Beerbower via
  23. mahadev)
  24. AMBARI-831. Move manifest generation into the ambari agent directory.
  25. (mahadev)
  26. AMBARI-828. Manifest generation for various actions from the server.
  27. (mahadev)
  28. AMBARI-827. Add clusterName to the status of the commands run by the agent.
  29. (mahadev)
  30. AMBARI-824. Provide basic management functionality (create/update) in the
  31. rest api (John Speidel via mahadev)
  32. AMBARI-826. Bug in processing command reports. (jitendra)
  33. AMBARI-825. Controller layer implementation part 3. (hitesh)
  34. AMBARI-823. Fix security filter on the server agent ports and remove
  35. duplication on servlet contexts for certs signing. (mahadev)
  36. AMBARI-821. Implement basic service state update and verify flow to
  37. ActionManager. (hitesh)
  38. AMBARI-812. In API , improve partial response support to drill down n levels
  39. (John Spiedel)
  40. AMBARI-791. Add unit tests and java docs for SPI code. (Tom Beerbower)
  41. AMBARI-820. Remove JAXB dependencies in Server Agent protocol and move to
  42. POJO based jackson serializer. (mahadev)
  43. AMBARI-819. Management controller implemenation work. (hitesh)
  44. AMBARI-811. Bug fix in jaxb serialization for maps. (jitendra)
  45. AMBARI-810. Controller layer implementation part 1. (hitesh)
  46. AMBARI-807. Fix Action scheduler tests because of fsm interface changes.
  47. (jitendra)
  48. AMBARI-806. Remove State object as configs/stack version/running state are
  49. handled as standalone entities. (hitesh)
  50. AMBARI-805. Add requestId tracking objects for management spi. (hitesh)
  51. AMBARI-803. FSM initial refactoring for eventual live/desired objects. (hitesh)
  52. AMBARI-800. Hack to add a stage for testing in in-memory db. (jitendra)
  53. AMBARI-801. Fix heartbeat message from the agent which is causing NPE at the
  54. server. (mahadev)
  55. AMBARI-778. Ensure data flows across all steps in installer wizard.
  56. (Jaimin Jetly via yusaku)
  57. AMBARI-799. Prototype for management spi part 3. (hitesh)
  58. AMBARI-797. Prototype for management spi interface continued. (hitesh)
  59. AMBARI-795. Fix failing tests for AgentResource and BootStrap. (mahadev)
  60. AMBARI-793. Make MapReduce, Nagios, and Ganglia optional during cluster
  61. install. (yusaku)
  62. AMBARI-794. Add log4j properties for logging at the server. (mahadev)
  63. AMBARI-790. OK in registration response. (jitendra)
  64. AMBARI-787. Registration throws HostNotFoundException for new hosts. (jitendra)
  65. AMBARI-788. Fix server and agent startup for end to end testing. (mahadev)
  66. AMBARI-785. Action response unit test. (jitendra)
  67. AMBARI-783. Fix guice injection in the server. (mahadev)
  68. AMBARI-784. Add Resource download API on the server. (mahadev)
  69. AMBARI-781. Registration unit test. (jitendra)
  70. AMBARI-754. Heartbeat handler: Registration response should query component
  71. status. (jitendra)
  72. AMBARI-755. Heartbeat handler: Update state as reported in heartbeat.
  73. (jitendra)
  74. AMBARI-756. Heartbeat handler: Handle heartbeat timeout. (jitendra)
  75. AMBARI-767. Add bootstrap script to ssh in parallel and setup agents on a
  76. list of hosts. (mahadev)
  77. AMBARI-764. Integrate REST API (Tom Beerbower via mahadev)
  78. AMBARI-762. Implement Confirm Hosts page for Ambari installer
  79. (Jaimin Jetly via yusaku)
  80. AMBARI-763. Implement Installer Step 6 (Assign Slaves). (yusaku)
  81. AMBARI-760. Fix injection in data access objects to use guice provider.
  82. (mahadev)
  83. AMBARI-759. Add puppet scripts to the agent for configuring/installing
  84. various services and add security aspects to api's and server/agent.
  85. (mahadev)
  86. AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
  87. (mahadev)
  88. AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
  89. AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
  90. AMBARI-732. Action scheduler unit tests. (jitendra)
  91. AMBARI-739. Cluster fsm implementation. (hitesh)
  92. AMBARI-738. s/Node/Host/g. (hitesh)
  93. AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
  94. AMBARI-722. Action scheduler implementation. (jitendra)
  95. AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
  96. entities. (mahadev)
  97. AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
  98. AMBARI-725. Add commandstatus/result/error objects into the rest API between
  99. server and agent. (mahadev)
  100. AMBARI-723. Implement Installer Welcome page and Install Options page
  101. (Jaimin Jetly via yusaku)
  102. AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
  103. AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
  104. AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
  105. popovers for Customize Services page in Installer (yusaku)
  106. AMBARI-714. Job FSM Impl and tests. (hitesh)
  107. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  108. (mahadev)
  109. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  110. AMBARI-719. Enable Responsive Design. (yusaku)
  111. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  112. serialization. (mahadev)
  113. AMBARI-717. Starter implementation for Installer Customize Services page.
  114. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  115. AMBARI-711. Create utility functions related to localStorage for first two
  116. steps: cluster name and Install options. Also develop view logic with
  117. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  118. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  119. AMBARI-713. Initial work on Job FSM. (hitesh)
  120. AMBARI-712. Action manager skeleton. (jitendra)
  121. AMBARI-710. Basic registration and heartbeat protocol implementation between
  122. the server and the agent. (mahadev)
  123. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  124. it during registeration. (mahadev)
  125. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  126. AMBARI-706. Basic tests for Node FSM. (hitesh)
  127. AMBARI-705. Initial work on Node FSM. (hitesh)
  128. AMBARI-703. Heartbeat handler classes. (jitendra)
  129. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  130. collects information for host. (mahadev)
  131. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  132. AMBARI-698. Add a simple server and artifact generation to run a server with
  133. a simple api check. (mahadev)
  134. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  135. AMBARI-695. More basic class restructuring for new design. (hitesh)
  136. AMBARI-694. Class to encapsulate stage. (jitendra)
  137. AMBARI-691. More basic classes for new design. (hitesh)
  138. AMBARI-693. Classes for request objects. (jitendra)
  139. AMBARI-685. Basic classes. (hitesh via jitendra)
  140. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  141. IMPROVEMENTS
  142. OPTIMIZATIONS
  143. BUG FIXES
  144. AMBARI-846. Select Masters Page: make ZooKeeper addition/removal UI more
  145. organized. (Jaimin Jetly via yusaku)
  146. AMBARI-840. Hitting browser refresh should not clear present step data that
  147. had already been persisted to local DB. (Jaimin Jetly via yusaku)
  148. AMBARI-843. Fix more null pointers for partial request objects. (hitesh)
  149. AMBARI-842. Fix null point exception during adding of hosts to cluster. (hitesh)
  150. AMBARI-839. Temporary fix for server start order. (hitesh)
  151. AMBARI-837. Fix basic injection issues for controller impl. (hitesh)
  152. AMBARI-836. Fix generation of requestId to be unique across restarts. (hitesh)
  153. AMBARI-834. Use RoleCommand instead of ServiceComponentHostEventType for HostAction
  154. in Controller. (hitesh)
  155. AMBARI-830. Various fixes and tests for controller implementation. (hitesh)
  156. AMBARI-808. Handle appropriate start/stop/install/.. events at their respective
  157. failed states. (hitesh)
  158. AMBARI-798. Fix import issue due to move of Predicate class. (hitesh)
  159. AMBARI-780. Make FSM related changes for heartbeat handler. (hitesh)
  160. AMBARI-774. Renable and fix AgentResourceTest. (mahadev)
  161. AMBARI-773. Change Host FSM as per new requirements of heartbeat handler. (hitesh)
  162. AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
  163. AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
  164. AMBARI-718. Fix installer navigation. (yusaku)
  165. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  166. AMBARI-680. Fix pom structure. (hitesh)