Eric Liang
be5dd8eb5e
Enable direct calls by default ( #6367 )
...
* wip
* add
* timeout fix
* const ref
* comments
* fix
* fix
* Move actor state into actor handle
* comments 2
* enable by default
* temp reorder
* some fixes
* add debug code
* tmp
* fix
* wip
* remove dbg
* fix compile
* fix
* fix check
* remove non direct tests
* Increment ref count before resolving value
* rename
* fix another bug
* tmp
* tmp
* Fix object pinning
* build change
* lint
* ActorManager
* tmp
* ActorManager
* fix test component failures
* Remove old code
* Remove unused
* fix
* fix
* fix resources
* fix advanced
* eric's diff
* blacklist
* blacklist
* cleanup
* annotate
* disable tests for now
* remove
* fix
* fix
* clean up verbosity
* fix test
* fix concurrency test
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* split up analysis suite
* split up trial runner suite
* fix detached direct actors
* fix
* split up advanced tesT
* lint
* fix core worker test hang
* fix bad check fail which breaks test_cluster.py in tune
* fix some minor diffs in test_cluster
* less workers
* make less stressful
* split up test
* retry flaky tests
* remove old test flags
* fixes
* lint
* Update worker_pool.cc
* fix race
* fix
* fix bugs in node failure handling
* fix race condition
* fix bugs in node failure handling
* fix race condition
* nits
* fix test
* disable heartbeatS
* disable heartbeatS
* fix
* fix
* use worker id
* fix max fail
* debug exit
* fix merge, and apply [PATCH] fix concurrency test
* [patch] fix core worker test hang
* remove NotifyActorCreation, and return worker on completion of actor creation task
* remove actor diied callback
* Update core_worker.cc
* lint
* use task manager
* fix merge
* fix deadlock
* wip
* merge conflits
* fix
* better sysexit handling
* better sysexit handling
* better sysexit handling
* check id
* better debug
* task failed msg
* task failed msg
* retry failed tasks with delay
* retry failed tasks with delay
* clip deps
* fix
* fix core worker tests
* fix task manager test
* fix all tests
* cleanup
* set to 0 for direct tests
* dont check worker id for ownership rpc
* dont check worker id for ownership rpc
* debug messages
* add comment
* remove debug statements
* nit
* check worker id
* fix test
* owner
* fix tests
2019-12-13 13:58:04 -08:00
Richard Liaw
3754effafc
Make setup-dev.py more resilient ( #6467 )
...
* fix_tests
* link_tests
2019-12-13 11:32:04 -08:00
Richard Liaw
4ff6ca89f4
[docs] slight doc modifications ( #6466 )
2019-12-13 10:38:17 -08:00
Eric Liang
335dade1e6
Check worker id for all core worker RPCs ( #6472 )
...
* check worker id
* fix test
* owner
* fix tests
* comments
2019-12-13 10:15:56 -08:00
Eric Liang
eb6f3f86e5
Seed using multiple samples ( #6471 )
2019-12-12 21:41:19 -08:00
Stephanie Wang
c57dcc82d1
Port actor creation to use direct calls ( #6375 )
2019-12-12 19:50:51 -08:00
Philipp Moritz
74b454c614
Fix overriding of params dictionary ( #6445 )
2019-12-12 19:15:13 -08:00
Eric Liang
5a5c94939f
[direct call] Retry failed tasks with delay ( #6453 )
...
* retry failed tasks with delay
* set to 0 for direct tests
2019-12-12 17:12:38 -08:00
Zack Polizzi
9e9c524823
Update pong-apex tuned example ( #6462 )
2019-12-12 10:57:55 -08:00
Kai Yang
3adbe29450
fix core worker test hanging due to heartbeat is not working ( #6416 )
2019-12-12 18:16:28 +08:00
micafan
8c1520d18e
[GCS] refactor the GCS Client Job Interface ( #5503 )
2019-12-12 16:57:32 +08:00
wanxing
40211bed4b
[Streaming]Fix default JobID ( #6436 )
2019-12-12 14:37:17 +08:00
wanxing
64d8626d6d
Optimize ray::LocalMemoryBuffer performance ( #6384 )
2019-12-11 21:49:52 -08:00
Edward Oakes
032e8553c7
use numpy in long-running tests ( #6448 )
2019-12-11 17:53:30 -08:00
alindkhare
76e678d775
[Serve] Added deadline awareness ( #6442 )
...
* [Serve] Added deadline awareness
Added deadline awareness while enqueuing a query
Using Blist sorted-list implementation (ascending order) to get queries according to their specified deadlines. [buffer_queues]
Exposed slo_ms via handle/http request
Added slo example
The queries in example will be executed in almost the opposite order of which they are fired
Added slo pytest
Added check for slo_ms to not be negative
Included the changes suggested
* Linting Corrections
* Adding the code changes suggested by format.sh
* Added the suggested changes
Added justification for blist
Added blist in travis/ci/install-dependencies.sh
* Fixed linting issues
* Added blist to ray/doc/requirements-doc.txt
2019-12-11 16:41:54 -08:00
Maltimore
0ec613c95a
[rllib] doc: fix typo: on_postprocess_batch -> on_postprocess_traj ( #6438 )
2019-12-11 15:00:53 -08:00
Robert Nishihara
240e8f5279
Fix error message when failing to start UI if grpcio not installed. ( #6433 )
2019-12-11 14:56:13 -08:00
Eric Liang
58ac8639b9
Fix bad checks and race condition from actor_deaths and node_failures tests ( #6411 )
2019-12-11 14:47:24 -08:00
Eric Liang
b3eb374817
[tune] Really disable retries by default
2019-12-11 13:12:28 -08:00
Edward Oakes
82f7dbc7a7
Increase TaskID size by 2 bytes, taken from JobID ( #6425 )
...
* Increase TaskID size by 2 bytes, taken from JobID
* comments
* check max job id
* fix doc
* fix local mode
2019-12-11 10:45:14 -08:00
Dean Wampler
abb4fb3f8e
Added small section on installation when using Anaconda. ( #6427 )
2019-12-11 10:23:41 -08:00
Kai Yang
a131082767
fix startup worker process count for multi-threading ( #6382 )
2019-12-11 20:19:49 +08:00
Yuhao Yang
3db8faab0d
[tune] fix log dir race condition ( #6420 )
2019-12-10 21:00:19 -08:00
Simon Mo
c61db84b8d
Bump dev6->dev7 for two files not changed yet. ( #6428 )
2019-12-10 20:58:14 -08:00
Hao Chen
5cc3e1341a
[Java] Cache result in RayObjectImpl ( #6414 )
2019-12-11 11:26:01 +08:00
Edward Oakes
044527adb8
Remove ref counting dependencies on ray.get() ( #6412 )
...
* Remove ref counting dependencies on Get()
* comment
* don't send IDs when disabled
* pass through internal config
* fix
* allow reinit
* remove flag
2019-12-10 18:11:34 -08:00
mehrdadn
2f19b01898
Factor out stream protocols for Windows ( #6408 )
2019-12-10 15:23:30 -08:00
Ujval Misra
4e1d1ed00d
[tune] Report trials by state fairly ( #6395 )
...
* Fairly represented trial states.
* filter test
* Indent
* Add test to BUILD
* Address Eric's comments (show truncation by state).
* Sort trials, only show 20.
* Fix lint
2019-12-10 14:56:54 -08:00
Philipp Moritz
16be483af7
[Projects] Return parameters for a command ( #6409 )
2019-12-10 10:25:01 -08:00
Chaokun Yang
6272907a57
[Streaming] Streaming data transfer and python integration ( #6185 )
2019-12-10 20:33:24 +08:00
Rong Rong
c1d4ab8bb4
Move top level RayletClient to ray::raylet::RayletClient ( #6404 )
2019-12-09 21:08:59 -08:00
Philipp Moritz
8c34e8391c
Update issue templates ( #6407 )
2019-12-09 15:09:46 -08:00
Eric Liang
304b4f0d3d
Shard unit tests into medium sized files for test stability ( #6398 )
2019-12-09 13:15:29 -08:00
Eric Liang
a6bc2b1842
Misc direct call fixes from unit tests ( #6394 )
2019-12-08 19:34:02 -08:00
Ameer Haj Ali
1a9948eef9
Update rllib-examples.rst ( #6396 )
2019-12-08 16:21:50 -08:00
Dean Wampler
65694cdc4c
[bug] Attempt to fix links not working. ( #6390 )
2019-12-07 14:31:50 -08:00
Victor Le
4e24c805ee
AlphaZero and Ranked reward implementation ( #6385 )
2019-12-07 12:08:40 -08:00
Yuhao Yang
c327ae152f
[doc] Update the test command in getting-involved. ( #6347 )
2019-12-07 11:03:52 -08:00
Kai Yang
eb912b68b1
[Java] Fix instanceof RayPyActor
( #6377 )
2019-12-07 16:28:29 +08:00
Kai Yang
7e9fddf3ed
[Java] Add java exception check in JNI ( #6378 )
2019-12-07 16:25:17 +08:00
visatish
e2ba8c1898
[tune] Fixed bug in PBT where initial trial result is empty. ( #6351 )
...
* Fixed bug in tune pbt where initial result is empty.
* Updated mock trial executor in test suite.
* Added comment.
2019-12-06 15:30:27 -08:00
Dean Wampler
53d62d3eec
Expanded with new pages for getting started, etc. Blog links unchanged. ( #6388 )
2019-12-06 15:18:47 -08:00
Kai Yang
2003d2d952
explicit delete local reference in task_execution_callback
for garbage collection ( #6379 )
2019-12-06 18:53:24 +08:00
Qstar
ed294f4c23
Ray Kubernetes Operator Part 1: readme, structure, config and CRD realted file ( #6332 )
...
* Ray-Operator first PR
1.RayCluster CRD and CR, structure code in golang
2.config file in Kubernetes
* Delete go.sum
* Ray-Operator first PR
1.add directory structure
2.add guide for submitting RayCluster
* Delete ray_v1_raycluster.bk.yaml
* Ray-Operator first PR
1.delete file bk
2.add more description about kubernetes and ray-operator features
* Ray-Operator first PR: adjust grammar
* Ray-Operator first PR: add More Information about proposal
* Ray-Operator first PR:
1.add heterogeneous version of CR
2.add reference ot key words, and reference links to the props in yaml
3.file structure to yaml level and function description
* Ray-Operator first PR: add ray operator proposal doc
* Ray-Operator first PR: add More Information about proposal
* Ray-Operator first PR: add command to start
* Ray-Operator first PR: add More Information about proposal
* Update deploy/ray-operator/README.md
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* Update deploy/ray-operator/api/v1/raycluster_types.go
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* Update deploy/ray-operator/api/v1/raycluster_types.go
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* Ray-Operator first PR: add More Information about proposal
* Ray-Operator first PR: remove License
* Ray-Operator first PR: rename version from v1 to v1alpha1
* Ray-Operator first PR: use replicas instead of numNodes
* Ray-Operator first PR: update replicas in CR yaml file
* Ray-Operator first PR: add More Information about proposal
2019-12-05 22:45:03 -08:00
Zhijun Fu
b88b8202cc
fix java build failure ( #6062 )
2019-12-06 14:38:43 +08:00
Ion
1c638a11a7
Refactor helper methods for new scheduler integration ( #6354 )
2019-12-05 18:49:25 -08:00
Edward Oakes
f63b64310a
Bump version to 0.8.0.dev7 ( #6303 )
2019-12-05 18:33:54 -08:00
Philipp Moritz
a454c815f1
Fix long running stress tests ( #6374 )
2019-12-05 18:29:41 -08:00
Philipp Moritz
dd27bfbb75
Rename .rayproject to ray-project ( #6278 )
2019-12-05 16:15:42 -08:00
mehrdadn
17103376c5
Patch arrow for Windows ( #6363 )
2019-12-05 16:09:21 -08:00