Jeongseok Kang

Results 17 comments of Jeongseok Kang

Sorry, it seems that `unsigned` keyword is an **attribute**, not a **type**. Would it be okay to add it to `PrimitiveType` like.. ```ts export type PrimitiveType = | 'int' |...

Using `Raft` algorithm, a cluster cannot proceed anymore when the majority of managers are malfunctioning, because it lacks the quorum in election. However, in our case, a cluster should keep...

@qkoo0833 Oh, I just found your comment now. First of all, thanks for your support. I think it would be better to separate those tasks into different issues for each.

@soheeeeP Thank you for the suggestion and for showing interest. However, I'm sorry to say that this issue has not been fixed yet(as you can see above), so it is...

@adrysn I also placed an additional config flag `force-terminate-hanging-sessions` in `manager.toml`. The default value is `true` and an user can set it `false` to disable the feature. https://github.com/lablup/backend.ai/blob/ccea5c63de2a9696fb378b13dda003075a800dfe/configs/manager/halfstack.toml#L16-L24 https://github.com/lablup/backend.ai/blob/ccea5c63de2a9696fb378b13dda003075a800dfe/src/ai/backend/manager/server.py#L688-L689

Maybe we can add a config flag for setting an interval to sleep?

Thank you for the reporting! Before we start an investigation, it would be helpful a lot if you provide some more information. 1. Did you clone the latest main branch?...

Work in progress @ branch feature/469-actual-resource-allocation-time. I temporarily added a command `backend.ai session resource-allocation-time` and it gives back a time info elapsed from `PREPARING` to `TERMINATED`.

@KangJuSeong Would you mind if I take this issue?