Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] FLEX: Support Interactive both in gsctl and coordinator side #3334

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

update

5ec4456
Select commit
Loading
Failed to load commit list.
Open

[WIP] FLEX: Support Interactive both in gsctl and coordinator side #3334

update
5ec4456
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 8, 2024 in 1s

4 issues fixed. 6 issues found.

Annotations

Check warning on line 83 in python/graphscope/gsctl/commands/dev.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/commands/dev.py#L83

Probable insecure usage of temp file/directory. (B108)

Check notice on line 89 in python/graphscope/gsctl/client/rpc.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/client/rpc.py#L88-L89

Try, Except, Pass detected. (B110)

Check notice on line 55 in coordinator/gscoordinator/servicer/flex/scheduler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/servicer/flex/scheduler.py#L54-L55

Try, Except, Pass detected. (B110)

Check warning on line 51 in coordinator/gscoordinator/servicer/flex/interactive/hiactor.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/servicer/flex/interactive/hiactor.py#L49-L51

Probable insecure usage of temp file/directory. (B108)

Check notice on line 224 in coordinator/gscoordinator/servicer/flex/scheduler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/servicer/flex/scheduler.py#L188-L224

Complex Method

Check warning on line 303 in python/graphscope/gsctl/commands/dev.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/commands/dev.py#L303

Probable insecure usage of temp file/directory. (B108)