{"id":29774,"date":"2023-12-14T16:52:13","date_gmt":"2023-12-14T15:52:13","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=29774"},"modified":"2023-12-14T16:52:15","modified_gmt":"2023-12-14T15:52:15","slug":"documentum-xplore-cps-temporary-folder-not-being-cleaned-properly","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/","title":{"rendered":"Documentum &#8211; xPlore CPS temporary folder not being cleaned properly"},"content":{"rendered":"\n<p>At a customer using Documentum inside Kubernetes, unusually frequent restarts of xPlore containers were noted a couple weeks after the introduction of CPS Only pods on the different Production environments. The customer had a very simple Standalone xPlore setup, with Dsearch+IndexAgent, but without CPS Only Nodes. It was noticed at this customer that the indexing and search load was reaching the limit of what the then-current setup could handle. Therefore, to increase the processing power of xPlore, it was decided to switch to a Multi-Node setup, with a few additional CPS, depending on the environment.<\/p>\n\n\n\n<p>No issues were found on DEV and QA environments, everything was working properly with the newly added CPS. It&#8217;s only after a couple weeks running on Production that the first unusual restart happened. At first glance, it looked like it could have been an issue with the container layers since alerts were being receiving related to file system almost full for the path containing the container&#8217;s local volumes\/layers and a few minutes later, there would be a restart of some containers, mostly xPlore Dsearch\/CPS pods but not only.<\/p>\n\n\n\n<p>After some more investigation, it was seen that the issue was caused by the CPS temporary folder of xPlore being filled with quite a bunch of 400Mb files. Since this path wasn&#8217;t using a Persistent Volume, it was therefore using the local container&#8217;s storage, which explained the file system full alerts. Once the Kubernetes Worker&#8217;s disk for the container&#8217;s local volumes\/layers would reach its maximum size of 200Gb, then the container engine would kill some containers to free some space, hence the unusual restarts.<\/p>\n\n\n\n<p>These were some of the files in question:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;xplore@ds1-0 ~]$ cd $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/temp\n&#x5B;xplore@ds1-0 temp]$ ls -ltr\ntotal 157286400\n...\n-rw-r----- 1 xplore xplore  408584192 Dec 19 01:25 SSS4AE9\n-rw-r----- 1 xplore xplore  409419776 Dec 19 01:27 SSSE305\n-rw-r----- 1 xplore xplore  412467200 Dec 19 01:27 SSS652A\n-rw-r----- 1 xplore xplore  413335552 Dec 19 01:28 SSS48F\n-rw-r----- 1 xplore xplore  482869248 Dec 19 01:31 SSSC206\n-rw-r----- 1 xplore xplore  397770752 Dec 19 01:32 SSSB62C\n&#x5B;xplore@ds1-0 temp]$ date\nMon Dec 19 10:02:02 UTC 2022\n&#x5B;xplore@ds1-0 temp]$\n<\/pre><\/div>\n\n\n<p>The CPS configuration used was pretty simple, similar to the out-of-the-box one. A few changes made for indexing of large files, for exports paths and increasing the daemon_count from 3 to 5, for example. Moreover, the configuration file wasn&#8217;t touched for months:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;xplore@ds1-0 temp]$ grep daemon_count $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/PrimaryDsearch_local_configuration.xml\n &lt;daemon_count&gt;5&lt;\/daemon_count&gt;\n &lt;query_dedicated_daemon_count&gt;1&lt;\/query_dedicated_daemon_count&gt;\n&#x5B;xplore@ds1-0 temp]$\n&#x5B;xplore@ds1-0 temp]$ grep temp $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/PrimaryDsearch_local_configuration.xml\n    &lt;temp_directory&gt;temp&lt;\/temp_directory&gt;\n    &lt;keep_temp_file&gt;false&lt;\/keep_temp_file&gt;\n    &lt;temp_file_retain_time&gt;900&lt;\/temp_file_retain_time&gt;\n                    &lt;property name=&quot;temp_file_folder&quot;&gt;temp&lt;\/property&gt;\n&#x5B;xplore@ds1-0 temp]$\n<\/pre><\/div>\n\n\n<p>In case you don&#8217;t know, you can only have a maximum of 7 threads for the CPS daemon (<em>daemon_count<\/em> + <em>query_dedicated_daemon_count<\/em>) because you always need to keep the 8th thread available for restarts, c.f. <a href=\"https:\/\/support.opentext.com\/csm?id=kb_article_view&amp;sysparm_article=KB0474159\" target=\"_blank\" rel=\"noreferrer noopener\">KB0474159<\/a>. Here, there are 6 configured so it is properly under the threshold, which means that this isn&#8217;t the issue.<\/p>\n\n\n\n<p>While checking the CPS logs, it was seen that there was quite a bunch of CPS self-termination from time to time:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;xplore@ds1-0 temp]$ cdlogs\n&#x5B;xplore@ds1-0 logs]$ grep &quot;2022-12-17.*Consumed memory.*larger than the threshold.*will self-terminate&quot; cps_daemon.log | wc -l\n3\n&#x5B;xplore@ds1-0 logs]$ grep &quot;2022-12-18.*Consumed memory.*larger than the threshold.*will self-terminate&quot; cps_daemon.log | wc -l\n237\n&#x5B;xplore@ds1-0 logs]$ grep &quot;2022-12-19.*Consumed memory.*larger than the threshold.*will self-terminate&quot; cps_daemon.log | wc -l\n242\n&#x5B;xplore@ds1-0 logs]$\n<\/pre><\/div>\n\n\n<p>To avoid issues over the Christmas period, a cronjob has been created that would perform the clean-up of the temp folder periodically. Based on the data from the logs and the temporary files on the file system, it appeared that the issue might be related to high indexing load scenarios. Therefore, to try to reproduce the issue, around 20 000 documents were submitted to indexing through a refeed task. These documents were selected using a command such as:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: sql; title: ; notranslate\" title=\"\">\nselect\n  r_object_id\nfrom\n  dm_document\nwhere\n  r_modify_date &gt;= date(&#039;10.01.2023 00:00:00 UTC&#039;,&#039;dd.mm.yyyy hh:mi:ss&#039;)\n  and r_modify_date &lt; date(&#039;11.01.2023 00:00:00 UTC&#039;,&#039;dd.mm.yyyy hh:mi:ss&#039;);\n<\/pre><\/div>\n\n\n<p>With the refeed in progress, a few SSS* files appeared, and the CPS also crashed a few times, in the middle:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [4,5,14,24,29,30]; title: ; notranslate\" title=\"\">\n&#x5B;xplore@ds1-0 logs]$ cd $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/temp\n&#x5B;xplore@ds1-0 temp]$ date; ls -ltr | tail -2\nThu Jan 12 08:42:41 UTC 2023\n-rw-r----- 1 xplore xplore 385859584 Jan 12 08:27 SSSDA50\n-rw-r----- 1 xplore xplore 383336448 Jan 12 08:29 SSSFAD5\n&#x5B;xplore@ds1-0 temp]$\n&#x5B;xplore@ds1-0 temp]$ stat SSSDA50\n File: \u2018SSSDA50\u2019\n Size: 385859584 Blocks: 756608 IO Block: 65536 regular file\nDevice: fbh\/251d Inode: 9247321667856512778 Links: 1\nAccess: (0640\/-rw-r-----) Uid: ( 514\/ xplore) Gid: ( 514\/ xplore)\nAccess: 2023-01-12 08:26:44.056715000 +0000\nModify: 2023-01-12 08:27:54.168722000 +0000\nChange: 2023-01-12 08:27:54.168722000 +0000\n Birth: -\n&#x5B;xplore@ds1-0 temp]$\n&#x5B;xplore@ds1-0 temp]$ stat SSSFAD5\n File: \u2018SSSFAD5\u2019\n Size: 383336448 Blocks: 751664 IO Block: 65536 regular file\nDevice: fbh\/251d Inode: 9247321667856512779 Links: 1\nAccess: (0640\/-rw-r-----) Uid: ( 514\/ xplore) Gid: ( 514\/ xplore)\nAccess: 2023-01-12 08:27:57.640918000 +0000\nModify: 2023-01-12 08:29:01.369706000 +0000\nChange: 2023-01-12 08:29:01.369706000 +0000\n Birth: -\n&#x5B;xplore@ds1-0 temp]$\n&#x5B;xplore@ds1-0 temp]$ cdlogs\n&#x5B;xplore@ds1-0 logs]$ grep &quot;Consumed memory.*larger than the threshold.*will self-terminate&quot; cps_daemon.log | tail -2\n2023-01-12 08:27:53,794 WARN &#x5B;Daemon3(22493)-Core-(140435641489152)] Consumed memory 4148326400, larger than the threshold 4000000000, Daemon3(22493) will self-terminate\n2023-01-12 08:29:01,044 WARN &#x5B;RDaemon0(23282)-Core-(140654441674496)] Consumed memory 4092612608, larger than the threshold 4000000000, RDaemon0(23282) will self-terminate\n&#x5B;xplore@ds1-0 logs]$\n<\/pre><\/div>\n\n\n<p>As you can see above, the timings are quite close. So close that it looks like a CPS would generate such SSS* file just before crashing\u2026 The CPS daemon has 4GB of RAM as memory threshold for its processing and the size of the SSS* files are all around 370-440Mb, so around 10% of that size. Could it be some kind of memory dump or something similar? The ticket <em>CS0053875<\/em> has been opened with the OpenText support to try to find the root cause of these SSS* files but as of today, it&#8217;s still unclear what these files could be.<\/p>\n\n\n\n<p>As shown above, there are some parameters that control how files are created\/deleted for the CPS:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>temp_directory<\/em>: Folder under which the CPS temporary files will be stored, default to &#8220;temp&#8221; (i.e. $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/temp\/)<\/li>\n\n\n\n<li><em>keep_temp_file<\/em>: Whether to keep the CPS temporary files or not, default to &#8220;false&#8221; (i.e. don&#8217;t keep)<\/li>\n\n\n\n<li><em>temp_file_retain_time<\/em>: How long (in seconds) will the CPS temporary files be kept, default to &#8220;900&#8221; (i.e. 15 minutes) and only applies if &#8220;keep_temp_file&#8221; is &#8220;true&#8221;<\/li>\n\n\n\n<li><em>temp_file_folder<\/em>: Folder under which the CPS temporary format and language identification files will be stored, default to &#8220;temp&#8221; (i.e. $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/temp\/)<\/li>\n<\/ul>\n\n\n\n<p>That&#8217;s the theory. These details come from the Documentation of xPlore itself, but in reality, they do not appear to be fully accurate\u2026 While doing testing, we tried to use absolute paths in the CPS configuration file, instead of the default relative ones. By doing that, it looks like &#8220;<em>temp_directory<\/em>&#8221; changes the location of the &#8220;<em>dmftcontentref*<\/em>&#8221; files, while &#8220;<em>temp_file_folder<\/em>&#8221; changes the location of the &#8220;SSS*&#8221; files. But as you saw above, the SSS* files weren&#8217;t created inside &#8220;$XPLORE_HOME\/dsearch\/cps\/cps_daemon\/temp\/&#8221; but inside &#8220;$XPLORE_HOME\/dsearch\/cps\/cps_daemon<strong><span style=\"text-decoration: underline\">\/bin<\/span><\/strong>\/temp\/&#8221; (see the additional \/bin\/ in the path?). So, there is already something strange there with the real default value used by xPlore when it&#8217;s using a relative path.<\/p>\n\n\n\n<p>A second strange point is that &#8220;<em>temp_file_retain_time<\/em>&#8221; appears to be linked to the &#8220;<em>temp_directory<\/em>&#8221; path but not &#8220;<em>temp_file_folder<\/em>&#8221; because if you set the &#8220;<em>keep_temp_file<\/em>&#8221; to true, then &#8220;<em>dmftcontentref*<\/em>&#8221; files will stay for 15 minutes before being deleted but nothing will happen to &#8220;SSS*&#8221; files (if you are using their default relative &#8220;temp&#8221; value). So, the retain parameter appears to be working properly on that aspect. To continue with the testing, we tried to set both &#8220;<em>temp_directory<\/em>&#8221; and &#8220;<em>temp_file_folder<\/em>&#8221; to the same absolute folder, while keeping the default &#8220;<em>keep_temp_file<\/em>&#8221; value of &#8220;false&#8221; (meaning don&#8217;t keep temporary files and therefore it shouldn&#8217;t perform the cleanup, since &#8220;<em>temp_file_retain_time<\/em>&#8221; is supposed to not take effect). With that configuration, no &#8220;<em>dmftcontentref*<\/em>&#8221; files were kept (expected behavior) while &#8220;SSS*&#8221; files would be created in the same folder and then removed after 15 minutes exactly\u2026 That means that contrary to the documentation, it appears that the cleanup is done after &#8220;<em>temp_file_retain_time<\/em>&#8221; seconds, even if &#8220;<em>keep_temp_file<\/em>&#8221; is set to &#8220;false&#8221;. Therefore, the documentation statement of &#8220;<em>This parameter is only effective when keep_temp_file is set to false<\/em>&#8221; for &#8220;<em>temp_file_retain_time<\/em>&#8221; doesn&#8217;t appear to be correct.<\/p>\n\n\n\n<p>In conclusion, the temporary folder and more specifically the &#8220;SSS*&#8221; files can be cleaned by xPlore if you set the same absolute path, i.e., with this configuration:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [7,10,19,22]; title: ; notranslate\" title=\"\">\n&#x5B;xplore@ds1-0 logs]$ cd $XPLORE_HOME\/dsearch\/cps\/cps_daemon\n&#x5B;xplore@ds1-0 cps_daemon]$\n&#x5B;xplore@ds1-0 cps_daemon]$ # Before \/ Default configuration\n&#x5B;xplore@ds1-0 cps_daemon]$ config_file=&quot;PrimaryDsearch_local_configuration.xml&quot;\n&#x5B;xplore@ds1-0 cps_daemon]$\n&#x5B;xplore@ds1-0 cps_daemon]$ grep temp ${config_file}\n    &lt;temp_directory&gt;temp&lt;\/temp_directory&gt;\n    &lt;keep_temp_file&gt;false&lt;\/keep_temp_file&gt;\n    &lt;temp_file_retain_time&gt;900&lt;\/temp_file_retain_time&gt;\n                    &lt;property name=&quot;temp_file_folder&quot;&gt;temp&lt;\/property&gt;\n&#x5B;xplore@ds1-0 cps_daemon]$\n&#x5B;xplore@ds1-0 cps_daemon]$\n&#x5B;xplore@ds1-0 cps_daemon]$ # Changing default configuration\n&#x5B;xplore@ds1-0 cps_daemon]$ cps_temp_path=&quot;$XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/temp&quot;\n&#x5B;xplore@ds1-0 cps_daemon]$ sed -i &quot;s,&lt;temp_directory&gt;&#x5B;^&lt;]*&lt;,&lt;temp_directory&gt;${cps_temp_path}&lt;,&quot; ${config_file}\n&#x5B;xplore@ds1-0 cps_daemon]$ sed -i &quot;s,temp_file_folder\\&quot;&gt;&#x5B;^&lt;]*&lt;,temp_file_folder\\&quot;&gt;${cps_temp_path}&lt;,&quot; ${config_file}\n&#x5B;xplore@ds1-0 cps_daemon]$\n&#x5B;xplore@ds1-0 cps_daemon]$ grep temp ${config_file}\n    &lt;temp_directory&gt;$XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/temp&lt;\/temp_directory&gt;\n    &lt;keep_temp_file&gt;false&lt;\/keep_temp_file&gt;\n    &lt;temp_file_retain_time&gt;900&lt;\/temp_file_retain_time&gt;\n                    &lt;property name=&quot;temp_file_folder&quot;&gt;$XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/temp&lt;\/property&gt;\n&#x5B;xplore@ds1-0 cps_daemon]$\n<\/pre><\/div>\n\n\n<p>It&#8217;s definitively not a final solution since the temporary files are still being created for unknown reasons (sometimes with a CPS crash, sometimes without), but it&#8217;s a first step and it&#8217;s still better than having pods restart every few hours.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>At a customer using Documentum inside Kubernetes, unusually frequent restarts of xPlore containers were noted a couple weeks after the introduction of CPS Only pods on the different Production environments. The customer had a very simple Standalone xPlore setup, with Dsearch+IndexAgent, but without CPS Only Nodes. It was noticed at this customer that the indexing [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[1894,1101,3196,2046,474],"type_dbi":[],"class_list":["post-29774","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-cleanup","tag-cps","tag-daemon","tag-query","tag-xplore"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - xPlore CPS temporary folder not being cleaned properly - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - xPlore CPS temporary folder not being cleaned properly\" \/>\n<meta property=\"og:description\" content=\"At a customer using Documentum inside Kubernetes, unusually frequent restarts of xPlore containers were noted a couple weeks after the introduction of CPS Only pods on the different Production environments. The customer had a very simple Standalone xPlore setup, with Dsearch+IndexAgent, but without CPS Only Nodes. It was noticed at this customer that the indexing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-14T15:52:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-14T15:52:15+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; xPlore CPS temporary folder not being cleaned properly\",\"datePublished\":\"2023-12-14T15:52:13+00:00\",\"dateModified\":\"2023-12-14T15:52:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\"},\"wordCount\":1144,\"commentCount\":0,\"keywords\":[\"cleanup\",\"CPS\",\"daemon\",\"query\",\"xPlore\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\",\"name\":\"Documentum - xPlore CPS temporary folder not being cleaned properly - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2023-12-14T15:52:13+00:00\",\"dateModified\":\"2023-12-14T15:52:15+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; xPlore CPS temporary folder not being cleaned properly\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\/\/blog.dbi-services.com\/author\/morgan-patou\/\",\"https:\/\/x.com\/MorganPatou\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - xPlore CPS temporary folder not being cleaned properly - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - xPlore CPS temporary folder not being cleaned properly","og_description":"At a customer using Documentum inside Kubernetes, unusually frequent restarts of xPlore containers were noted a couple weeks after the introduction of CPS Only pods on the different Production environments. The customer had a very simple Standalone xPlore setup, with Dsearch+IndexAgent, but without CPS Only Nodes. It was noticed at this customer that the indexing [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/","og_site_name":"dbi Blog","article_published_time":"2023-12-14T15:52:13+00:00","article_modified_time":"2023-12-14T15:52:15+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; xPlore CPS temporary folder not being cleaned properly","datePublished":"2023-12-14T15:52:13+00:00","dateModified":"2023-12-14T15:52:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/"},"wordCount":1144,"commentCount":0,"keywords":["cleanup","CPS","daemon","query","xPlore"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/","name":"Documentum - xPlore CPS temporary folder not being cleaned properly - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2023-12-14T15:52:13+00:00","dateModified":"2023-12-14T15:52:15+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-xplore-cps-temporary-folder-not-being-cleaned-properly\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; xPlore CPS temporary folder not being cleaned properly"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=29774"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29774\/revisions"}],"predecessor-version":[{"id":29775,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29774\/revisions\/29775"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=29774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=29774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=29774"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=29774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}