Antoni Baum
ec81f52061
[Docs] Fix typo in C++ Placement Group example ( #20386 )
2021-11-16 08:19:09 +09:00
Qing Wang
1172195571
[Java] Remove global named actor and global pg ( #20135 )
...
This PR removes global named actor and global PGs.
I believe these APIs are not used widely in OSS.
CPP part is not included in this PR.
@kfstorm @clay4444 @raulchen Please take a look if this change is reasonable.
IMPORTANT NOTE: This is a Java API change and will lead backward incompatibility in Java global named actor and global PG usage.
CPP part is not included in this PR.
INCLUDES:
Remove setGlobalName() and getGlobalActor() APIs.
Remove getGlobalPlacementGroup() and setGlobalPG
Add getActor(name, namespace) API
Add getPlacementGroup(name, namespace) API
Update doc pages.
2021-11-15 16:28:53 +08:00
qicosmos
15881acffd
[C++ Worker]Update cpp worker doc ( #18537 )
2021-09-15 14:11:17 +08:00
SangBin Cho
9b9eae1e86
Change misleading documentation from the placement group ( #18257 )
...
* Modify a doc
* completed
2021-09-02 16:40:48 -07:00
DK.Pino
374d166f6d
[JAVA] [Doc] Improve java doc for PG ( #14671 )
2021-03-29 11:21:20 +08:00
DK.Pino
ef0c91f605
[Placement Group] [Doc] Fix PG doc display problem. ( #14665 )
2021-03-15 11:56:05 -07:00
Alex Wu
e1fbb8489e
[core] Supress infeasible warning ( #14068 )
2021-03-09 16:37:56 -08:00
DK.Pino
fb89f9c2c8
[Placement Group] Support named placement group ( #13755 )
2021-02-05 11:04:51 +08:00
DK.Pino
7f6d326ad8
[Placement Group]Add detached support for placement group. ( #13582 )
2021-01-27 18:51:26 +08:00
Simon Mo
8e0a2f669b
[Doc] Remove trailing whitespaces ( #13390 )
2021-01-12 20:35:38 -08:00
SangBin Cho
de7848231c
[Doc] Fix placement group doc ( #12875 )
2020-12-15 10:36:51 -08:00
Ameer Haj Ali
4288b5b9ff
[placement group] -1 option for placement group index ( #12532 )
...
* -1 option for placement group index
Add documentation of passing -1 as a placement group index to specify any available bundle.
* Update
2020-12-01 13:16:18 -08:00
SangBin Cho
981df65b91
[Doc] Improve the placement group document ( #12507 )
...
* Improve the placement group document.
* Fix grammar.
* Addressed code review.
2020-12-01 13:15:30 -08:00
SangBin Cho
cebab8886e
[Placement group] Refine doc ( #10922 )
2020-09-23 16:26:32 -07:00
SangBin Cho
1fdb7ef6c3
[docs] Placement group documentation ( #10555 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-16 16:07:55 -07:00