Skip to content

Cask Data Application Platform v2.8.3

Compare
Choose a tag to compare
@anwar6953 anwar6953 released this 26 Jan 01:26
· 26 commits to release/2.8 since this release

New Features

  • Updated the version of Tephra used in CDAP to v0.4.4. (CDAP-4181)

Bug Fixes

  • Fixed an issue about stopping all dependent services when a service is stopped. (CDAP-3861)
  • Fixed an issue where socket connections to the TransactionManager were not being closed. (CDAP-4067)
  • Fixed an issue that caused worker threads to go into an infinite recursion when exceptions were being thrown in channel handlers. (CDAP-4092)

Improvements

  • Added a tool (HBaseQueueDebugger) that counts consumed and unconsumed entries in a flowlet queue. (CDAP-2105)
  • The CDAP Router now has a configurable timeout for idle connections, with a default timeout of 15 seconds. (CDAP-3887)