Task #7416
Story #7412: Move hazelcast processing cluster to CN Rest Service
Alter replication and replication auditor to run as a client to the CN Rest Service Hazelcast cluster
Start date:
2015-10-06
Due date:
% Done:
100%
Milestone:
CCI-2.0
Product Version:
*
Story Points:
Sprint:
Description
Remove references to processing HzMember and replace with use of processing client.
HazelcastInstanceFactory.getProcessingInstance();
becomes
HazelcastClientFactory.getProcessingClient()
History
#1 Updated by Skye Roseboom about 9 years ago
- Status changed from In Progress to Testing
- % Done changed from 30 to 50
Changes committed to trunk - ready to test
#2 Updated by Skye Roseboom about 9 years ago
- Status changed from Testing to Closed
- % Done changed from 50 to 100
- translation missing: en.field_remaining_hours set to 0.0
Tested in cn-dev environment, use of processing client instead of processing member works.