<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4376332#M6392</link>
    <description>&lt;P&gt;Still no public -facing help for this error.&amp;nbsp; It keeps surfacing in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They seem to be blaming the open source Apache community, but I'm not seeing credible evidence that the bug is someone else's responsibility:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;"We checked with the PG team; they provided the update that it is a random issue, and the issue from the gluten/velox side."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbeavon3_0-1737571646679.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1229649i4ED8D59555B280F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbeavon3_0-1737571646679.png" alt="dbeavon3_0-1737571646679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd guess this bug is something that Microsoft can fix.&amp;nbsp; (Or if they don't want to permanently fix the bug then they can "implement retries" internally.... just as they would ask of their customers all the time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My RCA (please feel free to disregard, once Microsoft publishes this bug themselves):&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I know almost nothing about this bug, aside from the messages that keep popping up.&amp;nbsp; However I'd guess that the bug is not the fault of the apache community project.&amp;nbsp; It is more likely that they are not loading these third-party dependencies successfully, for the sake of the related client code in Fabric.&amp;nbsp; I have seen "warnings" and "errors" in the spark logs that refer to gluten like so ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: ld.so: object '/opt/gluten/dep/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.. it seems like a pretty serious issue.&amp;nbsp; But wherever I notice these messges in the logs, I belive they are attempting to ignore the error, and plow forward.&amp;nbsp; By trying to suppress a problem like this one, it probably just results in other problems that have even stranger error messages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 18:57:48 GMT</pubDate>
    <dc:creator>dbeavon3</dc:creator>
    <dc:date>2025-01-22T18:57:48Z</dc:date>
    <item>
      <title>Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4352424#M5923</link>
      <description>&lt;P&gt;Can someone please provide an English translation of the following message in a Fabric Spark UI.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Description: AADSTS501481: &lt;STRONG&gt;The Code_Verifier does not match the code_challenge supplied in the authorization request&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "spark monitor" screen in fabric has very little info.&amp;nbsp; It basically just says "something bad happened" on an executor.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbeavon3_0-1736199468548.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1222587i42C505F5535E716F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbeavon3_0-1736199468548.png" alt="dbeavon3_0-1736199468548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I proceeded into the spark UI, and got this other error when trying to reach executor logs in that portal:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbeavon3_2-1736200223844.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1222590i95F6F4B6FD72DA81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbeavon3_2-1736200223844.png" alt="dbeavon3_2-1736200223844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gave me this message when clicking on stderr/stdout links.&amp;nbsp; I really don't think this error has anything to do with the reason the original spark notebook died.&amp;nbsp; It is an issue with the Spark UI itself;&amp;nbsp; and it is preventing us from investigating the original error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users who don't know better may think this message is actually coming out of the stderr/stdout logs; but that is not likely.&amp;nbsp; Instead, the message is telling us that Fabric can't open the stderr/stdout logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please avoid the temptation of copy/pasting a response from chat GPT/copilot/whatever.&amp;nbsp; Those answers are really poor, where Fabric is concerned.&amp;nbsp; If I wanted that content, then I would go use those resources myself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4352424#M5923</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-06T21:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4354746#M5954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AADSTS501481 - Errors starting with AADTS - usually mean something to do with Microsoft Entra ID. Most likely your token which is being used with the user ID, is not working anymore for some reason.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We had a similar issue with D365 Link to Fabric, where an account which was used to create the link had a device removed from its list of devices in Entra ID and out of nowhere we started getting a similar issue which stated the token is not valid. We created a MS ticket and they helped us in solving that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can try pausing your capacity and starting it again to see if it helps in resetting the token. If not, I advise you to create a MS ticket.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 03:27:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4354746#M5954</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2025-01-09T03:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4356018#M5977</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644992"&gt;@govindarajan_d&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks, The problem appears to be in the spark UI, and it eventually went away.&lt;BR /&gt;&lt;BR /&gt;There were other strange issues in our capacity that day.&amp;nbsp; &amp;nbsp; I'm guessing there may have been a region-specific outage or degradation.&amp;nbsp; We are in the North Central US region, and I think Microsoft doesn't have as high of a regard for certain regions like this one.&amp;nbsp; I wouldn't expect a public communication about service degradation in the North Central region.&lt;BR /&gt;&lt;BR /&gt;I will keep an eye on it.&amp;nbsp; I have a ticket open with Mindtree, but I'm guessing they won't be able to give me more information than what you just did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 01:21:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4356018#M5977</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-09T01:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4356181#M5980</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;&amp;nbsp;I hope MS provides a RCA. We have been waiting on our own RCA for past 3 weeks!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":eyes:"&gt;👀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From different communications I had with MS, I understood there is a list of lower regions, but exactly what makes up that list, I am yet to find out!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 03:25:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4356181#M5980</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2025-01-09T03:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4369368#M6193</link>
      <description>&lt;P&gt;Update... I was (finally) able to get the PG to accept an ICM about this error.&amp;nbsp; This PG does not want to receive word of their bugs.&amp;nbsp; I'm guessing it is because they already know about them, or because they already have more bugs than they can handle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbeavon3_0-1737123886798.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1227608iBF3CEAFE361D045D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbeavon3_0-1737123886798.png" alt="dbeavon3_0-1737123886798.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not have a "unified" contract and this bug is not likely to be fixed very soon.&amp;nbsp; Would be grateful if anyone with a unified contract encounters this and wants to hasten a fix (or perhaps just add the issue to the "known issues" list).&amp;nbsp; The ICM is associated with this SR, and any FTE at Microsoft in the support organization should be able to find and verify the ICM:&lt;BR /&gt;&lt;STRONG&gt;"SR.2501060040015225.MGR.S.D."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The time commitment involved in raising this topic with Microsoft should be minimal for another customer, given the ICM is already on their list (towards the bottom).&amp;nbsp; It was with Mindtree for about a week, and we have already done the majority of the work.&amp;nbsp; The only part remaining is to encourage a fix from Microsoft.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 14:29:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4369368#M6193</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-17T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4376332#M6392</link>
      <description>&lt;P&gt;Still no public -facing help for this error.&amp;nbsp; It keeps surfacing in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They seem to be blaming the open source Apache community, but I'm not seeing credible evidence that the bug is someone else's responsibility:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;"We checked with the PG team; they provided the update that it is a random issue, and the issue from the gluten/velox side."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbeavon3_0-1737571646679.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1229649i4ED8D59555B280F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbeavon3_0-1737571646679.png" alt="dbeavon3_0-1737571646679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd guess this bug is something that Microsoft can fix.&amp;nbsp; (Or if they don't want to permanently fix the bug then they can "implement retries" internally.... just as they would ask of their customers all the time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My RCA (please feel free to disregard, once Microsoft publishes this bug themselves):&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I know almost nothing about this bug, aside from the messages that keep popping up.&amp;nbsp; However I'd guess that the bug is not the fault of the apache community project.&amp;nbsp; It is more likely that they are not loading these third-party dependencies successfully, for the sake of the related client code in Fabric.&amp;nbsp; I have seen "warnings" and "errors" in the spark logs that refer to gluten like so ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: ld.so: object '/opt/gluten/dep/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.. it seems like a pretty serious issue.&amp;nbsp; But wherever I notice these messges in the logs, I belive they are attempting to ignore the error, and plow forward.&amp;nbsp; By trying to suppress a problem like this one, it probably just results in other problems that have even stranger error messages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 18:57:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4376332#M6392</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-22T18:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4414672#M7290</link>
      <description>&lt;P&gt;It has been almost a whole month since I added my last update.&amp;nbsp; There is no meaningful update from Mindtree or Microsoft.&amp;nbsp; The support is truly bad, and the PG doesn't seem to care how many customers come across this bug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In theory the PG should be adding it to their "known issues" list, but I think they would rather we all open independent support tickets with Mindtree.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 01:50:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4414672#M7290</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-02-18T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange pyspark notebook failure - The Code_Verifier does not match the code_challenge</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4418788#M7360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand the frustration. We too had to wait for almost 2-3 months on fixing a sync delay issue for D365 Link to Fabric. The support team also needs to be trained more on the product to answer questions properly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 03:45:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Strange-pyspark-notebook-failure-The-Code-Verifier-does-not/m-p/4418788#M7360</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2025-02-20T03:45:17Z</dc:date>
    </item>
  </channel>
</rss>

