Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

OAP 1.0 cannot use Plasma Backend in docker Env when Plasma server and executor in different containers #8

Open
zhixingheyi-tian opened this issue Jan 20, 2021 · 1 comment

Comments

@zhixingheyi-tian
Copy link
Collaborator

zhixingheyi-tian commented Jan 20, 2021

In OAP 1.0, Plasma Backend will use Simple Cache strategy when plasma-store-server is not running. So OAP 1.0 cannot use Plasma Backend in docker Env when Plasma server and executor in different containers.

def plasmaServerDetect(): Boolean = { val command = "ps -ef" #| "grep plasma" val plasmaServerStatus = command.!! if (plasmaServerStatus.indexOf("plasma-store-server") == -1) { logWarning("External cache strategy requires plasma-store-server launched, " + "failed to detect plasma-store-server, will fallback to simpleCache.") return false } true }

@winningsix @jikunshang, would you consider and implement this feature?
Thanks

@jikunshang
Copy link
Collaborator

cc @offthewall123

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants