krfricke
ea4797bf38
[RaySGD] revised existing transformer example to work with transformers>=3.0 ( #9661 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-23 10:58:09 -07:00
Raphael Avalos
5303c3abe3
Fix TorchDeterministic ( #9241 )
2020-07-23 10:43:20 -07:00
Clark Zinzow
9f969260e8
[core] Fix Ray service startup when logging redirection is disabled. ( #9547 )
2020-07-23 11:26:24 -05:00
fangfengbin
01d6edae9c
fix named actor single process mode bug ( #9652 )
2020-07-23 20:28:50 +08:00
fangfengbin
5ab17e0dd8
Fix TestObjectTableResubscribe testcase bug ( #9650 )
2020-07-23 20:28:31 +08:00
Lingxuan Zuo
64b0f173c8
fix window jni unhappy compiler ( #9635 )
2020-07-23 19:43:53 +08:00
Siyuan (Ryans) Zhuang
993ff5fd81
[Core] Fix concurrency issues in plasma store runner ( #9642 )
2020-07-23 00:12:10 -07:00
SangBin Cho
ca391ed052
[Core] GCS Actor management on by default. ( #8845 )
...
* GCS Actor management on by default.
* Fix travis config.
* Change condition.
* Remove unnecessary CI.
2020-07-22 14:31:41 -07:00
Maksim Smolin
908c0c630a
[Autoscaler] Command Line Interface improvements ( #9322 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-07-22 12:21:44 -07:00
Max Fitton
456e012029
Revert "Dashboard next-version API support in backend ( #9345 )" ( #9639 )
...
This reverts commit fca1fb18f3
.
2020-07-22 13:30:12 -05:00
Kai Yang
bfa0605282
[Java] Avoid data copy from C++ to Java for ByteBuffer type ( #9033 )
2020-07-22 16:25:32 +08:00
mehrdadn
6346c70792
Fix bug in Bazel version check ( #9626 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 20:58:46 -07:00
mehrdadn
b14728d999
Shellcheck quoting ( #9596 )
...
* Fix SC2006: Use $(...) notation instead of legacy backticked `...`.
* Fix SC2016: Expressions don't expand in single quotes, use double quotes for that.
* Fix SC2046: Quote this to prevent word splitting.
* Fix SC2053: Quote the right-hand side of == in [[ ]] to prevent glob matching.
* Fix SC2068: Double quote array expansions to avoid re-splitting elements.
* Fix SC2086: Double quote to prevent globbing and word splitting.
* Fix SC2102: Ranges can only match single chars (mentioned due to duplicates).
* Fix SC2140: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
* Fix SC2145: Argument mixes string and array. Use * or separate argument.
* Fix SC2209: warning: Use var=$(command) to assign output (or quote to assign string).
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 21:56:41 -05:00
ZhuSenlin
382b314241
[GCS] fix the fault tolerance about gcs node manager ( #9380 )
2020-07-22 10:55:51 +08:00
Lingxuan Zuo
cd42450fc1
[Metrics] Java metric API ( #9377 )
2020-07-22 10:35:08 +08:00
Philipp Moritz
a5f4659d9f
Support ray task type checking ( #9574 )
2020-07-21 19:05:42 -07:00
Simon Mo
997d1162e3
[CI] Do not run jenkins test on GHA ( #9621 )
2020-07-21 17:05:52 -07:00
Simon Mo
d8fd74d528
[Serve] Document Metric Infrastructure ( #9389 )
2020-07-21 14:52:18 -07:00
mehrdadn
4f470c3fc1
Shellcheck comments ( #9595 )
2020-07-21 16:47:09 -05:00
mehrdadn
a2f31195c6
Fix Lint in setup.py ( #9618 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 14:24:24 -07:00
mehrdadn
c5cde65bc6
Add bazel to the PATH in setup.py ( #9590 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 13:35:29 -07:00
Arne Sachtler
4a36f72ce1
Use UTF-8 for encoding of python code for collision hashing ( #9586 )
...
Co-authored-by: Arne Sachtler <arne.sachtler@dlr.de>
Co-authored-by: simon-mo <simon.mo@hey.com>
2020-07-21 13:16:54 -07:00
Sven Mika
75592e664f
Issue 9568: rllib train
framework in config gets overridden with tf. ( #9572 )
2020-07-21 22:02:24 +02:00
Robert Nishihara
1fa305cf8b
[doc] [minor] Make API docs easier to find. ( #9604 )
2020-07-21 11:40:06 -07:00
mehrdadn
980ade01c8
Rename path variable due to zsh conflict ( #9610 )
2020-07-21 10:17:50 -07:00
Lingxuan Zuo
9c4cf0f961
fix tag key typo ( #9606 )
2020-07-21 19:50:54 +08:00
Clark Zinzow
9b1772253f
Ensure unique log file names across same-node raylets. ( #9561 )
2020-07-20 16:03:11 -05:00
kisuke95
4e2e3bd348
[New scheduler] Fix new scheduler bug ( #9467 )
...
* fix new scheduler bug
* add testcase for soft resource allocation
* modify RemoveNode
2020-07-20 13:09:53 -07:00
mehrdadn
f3ef9060e4
Handle warnings in core ( #9575 )
2020-07-20 12:55:07 -07:00
Ian Rodney
b8fc259796
[serve] Rename to Controller
( #9566 )
2020-07-20 12:50:29 -07:00
mehrdadn
3d0a3c47a8
Fix Windows CI ( #9588 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 12:47:27 -07:00
mehrdadn
02cbd4fb7e
Skip uneeded steps on CI ( #9582 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 12:41:57 -07:00
William Falcon
150880e5e9
Add PTL to README.rst ( #9594 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-07-20 11:30:01 -07:00
Ian Rodney
bad7e4c821
[docker] run Ubuntu 20.04 as base image ( #9556 )
2020-07-20 11:16:57 -07:00
mehrdadn
dcec26ac7b
Fix log losses ( #9559 )
...
* Close log on shutdown
* Disable log buffering
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 11:03:58 -07:00
Max Fitton
fca1fb18f3
Dashboard next-version API support in backend ( #9345 )
2020-07-20 12:54:11 -05:00
Max Fitton
051973ad23
Add dashboard dependencies to default ray installation ( #9447 )
2020-07-20 12:53:08 -05:00
Simon Mo
d0398bf7e1
[Serve] Serialize Query object directly ( #9490 )
2020-07-20 10:10:07 -07:00
mehrdadn
bc842a7888
Fix setup.py bug ( #9581 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 15:04:35 +02:00
fangfengbin
8605b594f1
Fix Java named actor bug ( #9580 )
2020-07-20 19:51:00 +08:00
Siyuan (Ryans) Zhuang
4accc16995
[Core] Replace the Plasma eventloop with boost::asio ( #9431 )
2020-07-20 02:52:51 -07:00
Raphael Avalos
440c9c42be
[RLlib] Fix combination of lockstep and multiple agnts controlled by the same policy. ( #9521 )
...
* Change aggregation when lockstep is activated.
Modification of MultiAgentBatch.timeslices to support the combination of lockstep and multiple agents controlled by the same policy.
fix ray-project/ray#9295
* Line too long.
2020-07-19 23:03:12 -07:00
fangfengbin
0cee75c86a
GCS client add fetch operation before subscribe ( #9564 )
2020-07-20 10:16:42 +08:00
mehrdadn
2554a1a997
Bazel fixes ( #9519 )
2020-07-19 12:53:08 -07:00
Lingxuan Zuo
ce3f542739
[Metric] new cython interface for python worker metric ( #9469 )
2020-07-19 10:43:21 +08:00
Siyuan (Ryans) Zhuang
7edd1e6694
[Core] Remove socket pair exchange in Plasma Store ( #9565 )
...
* try use boost::asio for notification processing
2020-07-18 15:47:52 -07:00
krfricke
ad0219b80d
[tune] fix pbt checkpoint_freq ( #9517 )
...
* Only delete old checkpoint if it is not the same as the new one
* Return early if old checkpoint value coincides with new checkpoint value
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-18 00:58:16 -07:00
fangfengbin
b12b8e1324
[GCS]Fix lease worker leak bug when gcs server restarts ( #9315 )
...
* add part code
* fix compile bug
* fix review comments
* fix review comments
* fix review comments
* fix review comments
* fix review comment
* fix ut bug
* fix lint error
* fix review comment
* fix review comments
* add testcase
* add testcase
* fix bug
* fix review comments
* fix review comment
* fix review comment
* refine comments
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
Co-authored-by: Hao Chen <chenh1024@gmail.com>
2020-07-18 15:49:41 +08:00
jerrylee.io
4c18463fb7
[cli] ray memory: added redis_password ( #9492 )
2020-07-18 00:08:41 -07:00
Richard Liaw
7e3ded7439
[tune] pin tune-sklearn ( #9498 )
2020-07-17 21:25:12 -07:00