You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Brent Gardner (Code Review)" <ge...@cloudera.org> on 2016/05/18 17:43:31 UTC

[kudu-CR] Statically cache kudu connections This avoids connection leak issues when running large spark jobs

Brent Gardner has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3115

Change subject: Statically cache kudu connections This avoids connection leak issues when running large spark jobs
......................................................................

Statically cache kudu connections
This avoids connection leak issues when running large spark jobs

Change-Id: Ie560db5a9967597a800607446a7a5387cf3133ba
---
M java/.gitignore
A java/kudu-spark/src/main/scala/org/kududb/spark/kudu/ConnectionCache.scala
M java/kudu-spark/src/main/scala/org/kududb/spark/kudu/KuduContext.scala
3 files changed, 48 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/3115/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3115
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie560db5a9967597a800607446a7a5387cf3133ba
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Brent Gardner <bg...@squarelabs.net>