[zanata/zanata-server] 0cdb13: Remove hard-coded thread pool size for Async tasks...

GitHub noreply at github.com
Fri Dec 19 06:01:50 UTC 2014


  Branch: refs/heads/integration/master
  Home:   https://github.com/zanata/zanata-server
  Commit: 0cdb13e01d4153884e3283e43f52ae4697473225
      https://github.com/zanata/zanata-server/commit/0cdb13e01d4153884e3283e43f52ae4697473225
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-12-19 (Fri, 19 Dec 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/async/AsyncTaskManager.java
    A zanata-war/src/main/java/org/zanata/config/AsyncConfig.java
    A zanata-war/src/main/java/org/zanata/config/ConfigStore.java
    A zanata-war/src/main/java/org/zanata/config/SystemPropertyConfigStore.java
    A zanata-war/src/test/java/org/zanata/config/AsyncConfigTest.java

  Log Message:
  -----------
  Remove hard-coded thread pool size for Async tasks.

Pull Request: https://github.com/zanata/zanata-server/pull/643
Squashed commit of the following:

commit a772b78b841a7ec374d4ee9674510b3d73e6e3db
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Mon Dec 8 16:35:45 2014 +1000

    Code review changes.

commit d43bb366ed753b960374b3bbd565638e10a34aed
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Wed Dec 3 17:09:39 2014 +1000

    Remove hard-coded thread pool size for Async tasks.

    Made it configurable via system properties, and added some infrastructure classes to implement different types of configuration stores. All configuration stores should migrate to this design in the future.




More information about the zanata-commits mailing list