1. 06 8月, 2019 2 次提交
  2. 05 8月, 2019 10 次提交
    • B
      Allow resource overcommitting when running functions in Kubernetes (#4829) · c7b2cb37
      Boyang Jerry Peng 提交于
      ### Motivation
      
      Currently, when running Pulsar Functions, Sources, and Sinks in Kubernetes. The resources requests and resource limits are set to the same values.  While this is ok and everything will run as it should, actual resource utilization in the cluster might be low.   To increase actual resource utilization, we need to be able to overcommit a certain amount in our clusters
      c7b2cb37
    • S
      Enforce checkstyle in the pulsar sql module (#4882) · f6fee1c6
      Sergii Zhevzhyk 提交于
      ### Modifications
      
      The checksyle plugin was added to the pulsar sql module to enforce the defined style. All violations were fixed:
      
      - Ordering of imports.
      - Formatting of the code.
      - Absent Javadoc comments.
      - Other small issues.
      f6fee1c6
    • E
      Merge Request for #4871: change unittest code for support LLVM. (#4878) · ce681dfd
      Easyfan Zheng 提交于
       MacOS clang/llvm compiler imcompatible code in Unit test case BasicEndToEndTest.cc #4871
      ce681dfd
    • K
      Fix concurrent access of `uninitializedCursors` in `ManagedLedgerImpl.asyncOpenCursor` (#4837) · 5bf319e4
      Kezhu Wang 提交于
      ### Motivation
      Fix concurrent access of `uninitializedCursors` in `ManagedLedgerImpl.asyncOpenCursor`.
      
      ### Modifications
      * Adds test to expose concurrent access of `uninitializedCursors` in `ManagedLedgerImpl.asyncOpenCursor`.
      * Fixes concurrent access of `uninitializedCursors` in `ManagedLedgerImpl.asyncOpenCursor`.
      5bf319e4
    • G
      Update kubernetes deployment apis k8s post 1.9 (#4700) · bb1108e8
      Guillaume Braibant 提交于
      **Motivation**
      
      Fixes #4698 and #4699 
      
      **List of changes**
      
      1. Two new folders under pulsar/deployment/kubernetes/generic : 
      - original : contains the original scripts (pre Kubernetes 1.9)
      - k8s-1-9-and-above : contains the new scripts with APIs ipdated (Kubernetes 1.9 and above)
      
      2. bookie.yaml :
      - Migrate DaemonSet api version from extensions/v1beta1 to apps/v1
      - Declare the bookie service before the DaemonSet object for bookies
      
      3. broker.yaml
      - Migrate Deployment api version from apps/v1beta1 to apps/v1
      - Declare the bookie service before the Deployment object for brokers
      
      4. monitoring.yaml :
      - Migrate all Deployment api version from apps/v1beta1 to apps/v1
      - Declare each service before the Deployment object the service is bound to
      
      5. zookeeper.yaml :
      - Migrate StatefulSet api version from apps/v1beta1 to apps/v1
      - Declare the service before the StatefulSet object for zookeeper
      
      6. proxy.yaml
      - Migrate Deployment api version from apps/v1beta1 to apps/v1
      - Declare the bookie service before the Deployment object for proxy.
      bb1108e8
    • A
      [Doc] Add *Understand Schema* Section (#4786) · 822531c0
      Anonymitaet 提交于
      * Add *Understand Schema* Section
      
      * Update
      
      * Update
      
      * Update
      
      * update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * update
      822531c0
    • E
      Merge Request for #4808: TYPO in C++ client producer method for processing... · b90b4ea1
      Easyfan Zheng 提交于
      Merge Request for #4808: TYPO in C++ client producer method for processing failure case, and add corresponding unit test case. (#4873)
      
      Definitely, this is a typo. This method is dealing with the Failed Message with the GIVEN result, but not a CERTAIN result.
      
      Contribution Checklist
      #4808 : TYPO in C++ client producer method for processing failure case
      Add c++ client producer failure message unit test case.
      
      UT passed:
      
      BatchMessageTest
      b90b4ea1
    • D
      Added Pulsar in Action book (#4781) · 5ff464b5
      David Kjerrumgaard 提交于
      5ff464b5
    • Y
      [Transaction][buffer] Add new commands for the transaction (#4866) · 59a70db4
      Yong Zhang 提交于
      *Motivation*
      
      Add new commands for the transaction.
      
      *Modifications*
      
      - Add new property for `CommandSend`
      - Add new command `CommandEndTxnOnPartition`
      59a70db4
    • R
      Fix typo in helm chart (#4875) · 2b52ccb2
      Robert Moucha 提交于
      ### Motivation
      Incorrect value is being used in Pulsar Helm template `autorecovery-deployment.yaml`
      
      ### Modifications
      Proper variable name set.
      
      ### Verifying this change
      Fixed variable name is already set in `values.yaml` and `values-mini.yaml`.
      This change is a trivial rework / code cleanup without any test coverage.
      
      ### Documentation
      None needed.
      2b52ccb2
  3. 02 8月, 2019 6 次提交
  4. 01 8月, 2019 7 次提交
  5. 31 7月, 2019 1 次提交
  6. 30 7月, 2019 3 次提交
  7. 29 7月, 2019 2 次提交
  8. 27 7月, 2019 3 次提交
  9. 26 7月, 2019 6 次提交