1. 19 11月, 2015 2 次提交
  2. 10 11月, 2015 1 次提交
  3. 09 11月, 2015 1 次提交
  4. 06 11月, 2015 1 次提交
  5. 04 11月, 2015 2 次提交
  6. 03 11月, 2015 2 次提交
  7. 02 11月, 2015 1 次提交
  8. 29 10月, 2015 2 次提交
  9. 23 10月, 2015 1 次提交
  10. 21 10月, 2015 1 次提交
  11. 20 10月, 2015 4 次提交
    • M
    • T
      [FLINK-2354] [runtime] Replace old StateHandleProvider by StateStorageHelper... · a6890b28
      Till Rohrmann 提交于
      [FLINK-2354] [runtime] Replace old StateHandleProvider by StateStorageHelper in ZooKeeperStateHandleStore
      
      The old StateHandleProvider used in ZooKeeperStateHandleStore had to be replaced because the state backend implementation has changed. Since the new state backend could not be used anymore, a new StateStorageHelper interface has been created. The default implementation FileSystemStateStorageHelper stores the given state onto the specified file system and returns a FileSerializableStateHandle.
      
      Various fixes due to rebasing.
      a6890b28
    • T
      [FLINK-2793] [runtime-web] Rework JobManagerRetriever to avoid race conditions · e3ad9621
      Till Rohrmann 提交于
      The JobManagerRetriever sets the new leaderGatewayPortFuture directly in the notifyLeaderAddress
      method instead of in one of the futures. This avoids race conditions between multiple futures
      which finish in a different order than they were started. Furthermore, this replaces promises
      by futures where a promise is not needed.
      
      Add logging statement
      
      Fix WebRuntimeMonitorITCase to use random port and proper state backend
      
      Add ChannelHandler.Sharable to RuntimeMonitorHandler
      
      Remove sanity check from WebInfoServer to let it work on Yarn
      e3ad9621
    • U
      [FLINK-2793] [runtime-web] Redirect to leader in non-standalone mode · 77fc0cc4
      Ufuk Celebi 提交于
      Squashes:
      5a88d5e [tests] Add HttpTestClient for testing HTTP responses
      656d6d6 Split WebMonitor and LeaderRetrievalService start up
      a7e8da8 Move generated /web files to src/main/resources
      
      Add comment to webMonitorPort attribute and make line breaks more Scalaesque
      
      Don't block on leader retrieval and only resolve associated job manager once
      
      Make JobManagerRetriever independent of redirecting logic
      
      This closes #1202.
      77fc0cc4
  12. 19 10月, 2015 1 次提交
  13. 18 10月, 2015 2 次提交
  14. 10 10月, 2015 1 次提交
  15. 06 10月, 2015 2 次提交
    • H
      [FLINK-2815] [REFACTOR] Remove Pact from class and file names since it is no longer valid reference · b08669ab
      hsaputra 提交于
      Remove Pact word from class and file names in Apache Flink.
      Pact was the name used in Stratosphere time to refer to concept of distributed datasets (similar to Flink Dataset). It was used when Pact and Nephele still separate concept.
      
      As part of 0.10.0 release cleanup effort, let's remove the Pact names to avoid confusion.
      
      The PR also contains small cleanups (sorry):
      1. Small refactor DataSinkTask and DataSourceTask to follow Java7 generic convention creation new collection. Remove LOG.isDebugEnabled check.
      2. Simple cleanup to update MapValue and TypeInformation with Java7 generic convention creation new collection.
      3. Combine several exceptions that have same catch operation.
      
      Apologize for the extra changes with PR. But I separated them into different commits for easier review.
      
      Author: hsaputra <hsaputra@apache.org>
      
      Closes #1218 from hsaputra/remove_pact_name and squashes the following commits:
      
      b3c55b4 [hsaputra] Rename RegularTask to BatchTask per review.
      e278fac [hsaputra] Address review comments from chiwanpark (good catch).
      9f92f33 [hsaputra] Remove Pact from the file names of teh flink-runtime and flink-clients modules.
      dbb2175 [hsaputra] Simple cleanup to update MapValue with Java7 generic for new collection. Remove unused imports in CollectionsDataTypeTest.
      df2f553 [hsaputra] Use Java7 style of type resolution for new collection.
      6403d44 [hsaputra] Remove the word Pact from the Javadoc for ChainedDriver.
      0c562f4 [hsaputra] Small refactor on DataSinkTask and DataSourceTask classes to keep up with modern Java practice.
      b08669ab
    • S
      [FLINK-2811] [web-dashboard] Add job manager configuration overview · de14a801
      Sachin Goel 提交于
      This closes #1219
      de14a801
  16. 29 9月, 2015 1 次提交
  17. 24 9月, 2015 1 次提交
  18. 23 9月, 2015 1 次提交
  19. 21 9月, 2015 1 次提交
  20. 17 9月, 2015 12 次提交