Philipp Moritz
|
3d224c4edf
|
Second Part of Internal API Refactor (#1326)
|
2017-12-26 16:22:04 -08:00 |
|
alanamarzoev
|
8464d77c76
|
Change event logs to store one Redis ZSET per worker. (#705)
* Changing to zset
* Fixed bug.
* Fixed another bug.
* Modified task_profiles.
* Removed extra file.
* Modified task_profiles test.
* WIP
* WIP
* Undid changes
* Updated
* WIP
* Made changes according to comments.
* Removed unneeded print.
* Removed ujson usage.
* failing test
* tests passing
* Fixed linting errors and modified style.
* Fixed bug.
* Fixed linting
* Fixed according to comments.
* Redis crashing?
* Fixed linting
* Fixed linting
|
2017-07-09 01:42:29 +02:00 |
|
Philipp Moritz
|
a30eed452e
|
Change type naming convention. (#315)
* Rename object_id -> ObjectID.
* Rename ray_logger -> RayLogger.
* rename task_id -> TaskID, actor_id -> ActorID, function_id -> FunctionID
* Rename plasma_store_info -> PlasmaStoreInfo.
* Rename plasma_store_state -> PlasmaStoreState.
* Rename plasma_object -> PlasmaObject.
* Rename object_request -> ObjectRequests.
* Rename eviction_state -> EvictionState.
* Bug fix.
* rename db_handle -> DBHandle
* Rename local_scheduler_state -> LocalSchedulerState.
* rename db_client_id -> DBClientID
* rename task -> Task
* make redis.c C++ compatible
* Rename scheduling_algorithm_state -> SchedulingAlgorithmState.
* Rename plasma_connection -> PlasmaConnection.
* Rename client_connection -> ClientConnection.
* Fixes from rebase.
* Rename local_scheduler_client -> LocalSchedulerClient.
* Rename object_buffer -> ObjectBuffer.
* Rename client -> Client.
* Rename notification_queue -> NotificationQueue.
* Rename object_get_requests -> ObjectGetRequests.
* Rename get_request -> GetRequest.
* Rename object_info -> ObjectInfo.
* Rename scheduler_object_info -> SchedulerObjectInfo.
* Rename local_scheduler -> LocalScheduler and some fixes.
* Rename local_scheduler_info -> LocalSchedulerInfo.
* Rename global_scheduler_state -> GlobalSchedulerState.
* Rename global_scheduler_policy_state -> GlobalSchedulerPolicyState.
* Rename object_size_entry -> ObjectSizeEntry.
* Rename aux_address_entry -> AuxAddressEntry.
* Rename various ID helper methods.
* Rename Task helper methods.
* Rename db_client_cache_entry -> DBClientCacheEntry.
* Rename local_actor_info -> LocalActorInfo.
* Rename actor_info -> ActorInfo.
* Rename retry_info -> RetryInfo.
* Rename actor_notification_table_subscribe_data -> ActorNotificationTableSubscribeData.
* Rename local_scheduler_table_send_info_data -> LocalSchedulerTableSendInfoData.
* Rename table_callback_data -> TableCallbackData.
* Rename object_info_subscribe_data -> ObjectInfoSubscribeData.
* Rename local_scheduler_table_subscribe_data -> LocalSchedulerTableSubscribeData.
* Rename more redis call data structures.
* Rename photon_conn PhotonConnection.
* Rename photon_mock -> PhotonMock.
* Fix formatting errors.
|
2017-02-26 00:32:43 -08:00 |
|
Robert Nishihara
|
651aa6007a
|
Log profiling information from worker. (#178)
* Log timing events on workers.
* Have workers log to the event log through the local scheduler.
* Fixes and address comments.
* bug fix
* styling
|
2017-01-05 16:47:16 -08:00 |
|
Robert Nishihara
|
1915539c5f
|
Rearrange files to prepare to merge into Ray.
|
2016-10-25 13:59:47 -07:00 |
|