Simon Mo
0bab8dbfe0
[Serve] Add test for controller managing Java Replica ( #22628 )
2022-02-28 23:13:56 -08:00
liuyang-my
f3ef6a221f
[Serve]Change Java LongPollClient's polling thread to singleton. ( #20756 )
...
Now the Java LongPollClient's is not singleton, and a new polling thread will be created within a new LongPollClient for per RayServeHandle. It will degrade the performance of Replica Actor. So we change the LongPollClient's polling thread to singleton.
2021-12-07 11:14:00 -08:00
liuyang-my
efca009258
[Serve] Make Java Replica Extendable ( #19463 )
2021-11-10 15:05:37 -08:00
Edward Oakes
e1e0cb5eaa
[serve] Rename backend tag -> deployment name ( #19997 )
2021-11-03 09:49:52 -05:00
Edward Oakes
ee57025be6
[serve] Rename BackendConfig -> DeploymentConfig ( #19923 )
2021-11-01 10:24:02 -07:00
Edward Oakes
e507b7ba6e
[serve] Rename BackendVersion -> DeploymentVersion ( #19798 )
2021-10-31 10:27:19 -05:00
Jiajun Yao
805ce453dd
[Java] Remove auto-generated pom.xml files. ( #19475 )
2021-10-19 17:35:37 +08:00
liuyang-my
5353c5c2f1
Define Java Proxy and RayServeHandle ( #18630 )
2021-10-10 23:39:04 -07:00
Edward Oakes
9cf19b67cc
[serve] Remove log poll client from replicas ( #19145 )
...
In general, broadcasting changes to the replicas via the LongPollClient is hard to reason about (it circumvents our versioning semantics as there's no rolling update). Ideally we would only be using the LongPollClient to broadcast replica membership and nothing else.
2021-10-08 12:32:42 -05:00
liuyang-my
ed04ab7140
Define protobuf for RequestMetadata and HTTPRequestWrapper ( #18203 )
2021-09-15 14:39:27 -07:00
Zhi Lin
d3786ac131
Bump Java version to 2.0.0-SNAPSHOT ( #15394 )
...
* bump java version to 2.0.0-SNAPSHOT
* update
2021-08-30 12:25:30 +08:00
architkulkarni
f4c70be7f7
[Serve] Add replica tag to request counter and error counter ( #17613 )
2021-08-06 15:35:34 -07:00
liuyang-my
12bd904594
[Serve] Define BackendConfig protobuf and adapt it in Java ( #17201 )
2021-08-06 09:50:45 -07:00
Qing Wang
00678f74f6
Fix Java CI ( #16835 )
2021-07-02 21:52:51 +08:00
liuyang-my
2c3ce469ba
[Serve] Define Java Backend ( #16169 )
2021-07-01 20:41:17 -07:00