-
Notifications
You must be signed in to change notification settings - Fork 33
Conversation
DavidLiu506
commented
Jan 20, 2022
•
edited by xieus
Loading
edited by xieus
- In DPM, if neighbor state already pushed to NCM, don't push again.
- In NCM, query all neighbor state that ACA needed.
- Enable the partition awareness feature within scaling Kubernetes enviroment.
- Add service account that allows Alcor access Kubernetes API server.
This pull request introduces 1 alert when merging 1bf4df8 into 4987793 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 3dbd205 into 4987793 - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First batch of comments. Thank you @DavidLiu506
<dependency> | ||
<groupId>org.apache.ignite</groupId> | ||
<artifactId>ignite-kubernetes</artifactId> | ||
<version>2.12.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we upgrade our ignite-core dependency to 2.12 as well? The master stays on 2.10.
<dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> <version>2.10.0</version> </dependency>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestions. will try it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Medina, it used ignite lib8. it seems like 2.10 not works on kubernetes. @cj-chung
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidLiu506 Please take a look at the comment.
lib/src/main/java/com/futurewei/alcor/common/db/ignite/IgniteConfiguration.java
Outdated
Show resolved
Hide resolved
lib/src/main/java/com/futurewei/alcor/common/db/ignite/IgniteConfiguration.java
Outdated
Show resolved
Hide resolved
...e_manager/src/main/java/com/futurewei/alcor/dataplane/client/grpc/DataPlaneClientImplV2.java
Show resolved
Hide resolved
..._plane_manager/src/main/java/com/futurewei/alcor/dataplane/service/impl/NeighborService.java
Outdated
Show resolved
Hide resolved
@Autowired | ||
private ResourceStateCache resourceStateCache; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidLiu506 I don't think gRPC client is a good place to read/write a cache, which is usually supposed to be done in upper service layer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestions. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could move this post 1/30 release. Create an issue to track this enhancement item #735
...java/com/futurewei/alcor/netwconfigmanager/service/impl/GoalStatePersistenceServiceImpl.java
Show resolved
Hide resolved
This pull request introduces 1 alert when merging c0a19ee into 4987793 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 97e513a into 4987793 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging a9d930e into 4987793 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 5b8dec8 into 58440cc - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 91a3790 into 58440cc - view on LGTM.com new alerts:
|
This PR works on Medina and Jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!