Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 163.1
edited by Carlijn Kokkeler
on 2023/10/11 10:57
on 2023/10/11 10:57
Change comment:
There is no comment for this version
To version 290.1
edited by Carlijn Kokkeler
on 2023/12/06 14:25
on 2023/12/06 14:25
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -20 6-SituationalDeployment1 +210 - Deployment Delights - Content
-
... ... @@ -1,92 +1,62 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** In th e lastfew weeks, we have done muchworkfor the Deploy phase.Ontopofthat, wehave workedonseveralstorefunctionalities.Nextto this,we haveseveralsmallerfeedbackitemsfromourhackathonefforts that arenowreleased to you.6 +**Hi there, eMagiz developers!** In this release, we have invested our effort to improve the performance and experience of our platform in the Deploy phase. Next to that, we did several bug fixes, not only for the Deploy phase, but also for the Store. Lastly, we made some changes to the alerts that you may be receiving. 6 6 7 -== ** DeploymentPlan** ==8 +== **Alerts** == 8 8 9 -//__ Improved deploymentplantomakethe process betterand morepredictable__//10 -The al gorithm for genaratinga defaultdeploymentplanisimproved to keep jms downtimeand alertingto aminimum.Nextto this,thestart/stop/restart machine deploymentstepsarenowalsoexecuted correctlyforawsand on-premises machines.10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ has been temporarily disabled due to a high number of false positives. 11 11 12 -//__ Editingreleaseproperties__//13 -W iththisrelease,itwillbepossibletochangehedescriptionofaproperty by editingtheproperty.13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 14 14 15 -//__JMS memory setting check__// 16 -A change in memory settings triggers redeployment of the container now. 17 - 18 -//__Properties tab__// 19 -We have removed the deprecated tab Properties in the Deploy phase. 20 - 21 -//__Cleanup old images__// 22 -When a release is removed, the related unused images in the on-premises machines will be removed as well. 23 - 24 -//__Performance improvements for loading releases__// 25 -Performance improvements have been implemented for loading releases in Deploy. Releases should now load faster than before. All functionality should remain exactly the same as before. 26 - 27 -== **Store Improvements** == 28 - 29 -//__Message definition elements order__// 30 -We fixed an issue that the order of message definition elements was changed after being imported. 31 - 32 -//__Improting a store item with synchronous message definitions__// 33 -We fixed an issue that importing a store item with synchronous message definitions went wrong. Now, the imported message definitions should correspond with the exported message definitions. 34 - 35 -//__Importing store items containing static copies__// 36 -We fixed an issue that store items were missing static copies. Now, store items with static copies are imported correctly. 37 - 38 38 == **Feedback Items** == 39 39 40 -//__ Alertingmanual pause__//41 - Afew releasesagowechanged thebehaviorofalerting intheeploymentplan. Noweach time when a deploymentplanis executed thealertingwill beautomaticallyre-enabledwhenthedeployerclosestheeploymentplan orclosesthe web browser. The majority of theusersare happywiththenewbehavior,but there aresomeuse cases that youonot want start thealerting immediately.With this release,ifalertinghasbeen pausedmanually,this will notbeactivatedautomaticallyaftera releasedeployment.18 +//__Improved release build process__// 19 +When a new release will be activated, no longer all containers will be rebuild but only affected containers will be rebuild. This should decrease the time for a release to be ready to be deployed. 42 42 43 -//__ Orderingof graphsin Manage__//44 - Thegraphsin Managearenoworderedaccordingtoimportance.This means thatruntime statisticsaresortedby"ProcessCPUusage"(highestfirst),queuestatisticsaresortedby"Messagesinqueue"(highestfirst),andHTTPstatisticsaresortedby"Unsuccessfulrequests"(highestfirst).21 +//__Container version overview__// 22 +Due to the improved build process for containers, the release versions and container versions will not longer be the same anymore. Therefore we introduce a way where you can look up to see which container versions are linked to a specific release. This can help you to identify if your containers that are running have the right version according to the release. 45 45 46 -//__UTC times in Grafana panels__// 47 -All Grafana panels now show UTC times, which are normally used in eMagiz, instead of local (browser) time zones. This way, it is easier to match graphs with logging events or alerts. 24 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 48 48 49 -//_ _Updateflow designerversion__//50 -The frameworkused in the flow designer hasbeen updated to the latestversion.26 +//_Improved deployment process_// 27 +The improved release build process, as mentioned above, brings another major improvement to the platform. Because container versions will not be updated regularly we can identify during a deployment which container should get a new container version. Only the ones that should get a new version will be deployed and restarted, all other containers will not go down and keep running. This decreases the deployment time and improves the performance. 51 51 52 -//__ Carwash track TLS versionsinlogging__//53 - Anew loggingfeaturewillbereleased,enablingustomakebetterchoicesindeprecating oldencryption standards.29 +//__Rebuilding of images__// 30 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 54 54 55 -//__Moving channels in the flow designer__// 56 -Moving already attached channels in the flow designer has been made sligthly easier. 32 +== **Bug Fixes** == 57 57 58 -//__ Topic sizesdescriptionchange__//59 - In the changedescription(andHistory) when altering the topicizeof a topicthenew andoldvaluewereswitched around creatingconfusion,thishasbeenresolved.34 +//__Runtime metrics processing__// 35 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 60 60 61 -//__ Password changeotification__//62 -W henan account passwordchangerequestis made,evenwhenthisfails,a mail is sentto theaccountwnertoinformthe ownerabouttheaction.37 +//__Deployment plan__// 38 +We solved a bug where a deployment step in the execution of the deployment plan could randomly get stuck. 63 63 64 -//__ Passwordcomparison__//65 - Whenchanging a password, it is comparedtoalistof known databasebreachesforsecurity.Awarning isshownwhenthepasswordcorrespondswithapasswordin thedatabase.40 +//__View all store items__// 41 +An issue has been fixed where it was not possible to load more store items in the left panel in the Create phase Flow Designer. 66 66 67 -//__ Inactiveuseralerting__//68 - Inactivatedusersarenowremoved fromallalertsettings(included“disabled“settings)toavoidundesirablenotifications.43 +//__Out of memory behavior__// 44 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 69 69 70 -//__ Alphabeticalsorting on user level in HTTP statistics__//71 - Variablesthe3rdgenerationruntimesHTTPstatisticsdetailpagesarenowsortedcaseinsensitive.46 +//__Max fetch size__// 47 +In the Flow Designer, we improved the help text of the advanced option of ‘max fetch size’ for the Mail Inbound Adapter component to better describe how that option affects the component's behavior. 72 72 73 -== **Bug Fixes** == 74 - 75 -//__Flow designer styling__// 76 -The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 77 - 78 -//__Partial search for messages__// 79 -It is now possible to search on messages partially in Manage Monitoring. For example, search for Uptime can be done by searching for "up" "time" "ptim". 80 - 81 -//__Disk usage after cloud template update__// 82 -Several accounts showed significantly more disk usage after the last cloud template update, this has been resolved. 83 - 84 84 == **Fancy Forum Answers** == 85 85 86 86 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 87 87 88 -* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 53 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 54 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 55 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 56 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 57 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 89 89 59 + 90 90 == **Key takeaways** == 91 91 92 92 Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: ... ... @@ -107,5 +107,11 @@ 107 107 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 108 108 109 109 ~*~* Indicates a next-generation-architecture only feature. 110 -{{/info}})))((({{toc/}}))){{/container}} 80 +{{/info}} 81 +))) 82 + 83 +((( 84 +{{toc/}} 85 +))) 111 111 {{/container}} 87 +{{/container}}