[
https://issues.apache.org/jira/browse/KNOX-2689?focusedWorklogId=681538&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-681538
]
ASF GitHub Bot logged work on KNOX-2689:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/21 14:40
Start Date: 15/Nov/21 14:40
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request #518:
URL: https://github.com/apache/knox/pull/518
## What changes were proposed in this pull request?
TODO
## How was this patch tested?
Updated and executed JUnit tests:
```
$ mvn clean -Dshellcheck=true verify -Prelease,package
...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 26:06 min
[INFO] Finished at: 2021-11-15T15:37:32+01:00
[INFO]
------------------------------------------------------------------------
```
In addition to unit testing, I ran the following E2E test steps:
//TODO
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 681538)
Remaining Estimate: 0h
Time Spent: 10m
> Avoid redeploying an unchanged topology
> ---------------------------------------
>
> Key: KNOX-2689
> URL: https://issues.apache.org/jira/browse/KNOX-2689
> Project: Apache Knox
> Issue Type: Improvement
> Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently, if a topology is built from a provider/descriptor pair, Knox
> checks the content of the "new" topology upon "onFileChange" (\{{touch
> descriptor}}) and does not generate the topology if it's the same as the
> currently deployed topology.
> This check is not implemented on the old-style XML-based topology handling
> path.
> Note: as a side effect, touching a topology file will no longer trigger the
> topology redeployment.
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)