@cotal-ai/core 0.48.2 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-file.d.ts +34 -0
- package/dist/agent-file.d.ts.map +1 -1
- package/dist/agent-file.js +94 -2
- package/dist/agent-file.js.map +1 -1
- package/dist/auth-provider.d.ts +25 -1
- package/dist/auth-provider.d.ts.map +1 -1
- package/dist/auth-provider.js.map +1 -1
- package/dist/connector.d.ts +4 -0
- package/dist/connector.d.ts.map +1 -1
- package/dist/connector.js.map +1 -1
- package/dist/endpoint-action.d.ts +1 -0
- package/dist/endpoint-action.d.ts.map +1 -1
- package/dist/endpoint-action.js +1 -1
- package/dist/endpoint-action.js.map +1 -1
- package/dist/endpoint-binding.d.ts +6 -0
- package/dist/endpoint-binding.d.ts.map +1 -1
- package/dist/endpoint-binding.js +17 -0
- package/dist/endpoint-binding.js.map +1 -1
- package/dist/endpoint-envelope.d.ts +1 -1
- package/dist/endpoint-envelope.d.ts.map +1 -1
- package/dist/endpoint-envelope.js +1 -1
- package/dist/endpoint-envelope.js.map +1 -1
- package/dist/endpoint-error.d.ts +10 -1
- package/dist/endpoint-error.d.ts.map +1 -1
- package/dist/endpoint-error.js +12 -0
- package/dist/endpoint-error.js.map +1 -1
- package/dist/endpoint-grants.d.ts.map +1 -1
- package/dist/endpoint-grants.js +34 -12
- package/dist/endpoint-grants.js.map +1 -1
- package/dist/endpoint-invoke.d.ts.map +1 -1
- package/dist/endpoint-invoke.js +16 -51
- package/dist/endpoint-invoke.js.map +1 -1
- package/dist/endpoint-publish-denial.d.ts +35 -0
- package/dist/endpoint-publish-denial.d.ts.map +1 -0
- package/dist/endpoint-publish-denial.js +56 -0
- package/dist/endpoint-publish-denial.js.map +1 -0
- package/dist/endpoint-serve-kv.d.ts +16 -0
- package/dist/endpoint-serve-kv.d.ts.map +1 -1
- package/dist/endpoint-serve-kv.js +29 -0
- package/dist/endpoint-serve-kv.js.map +1 -1
- package/dist/endpoint-serve.d.ts.map +1 -1
- package/dist/endpoint-serve.js +9 -4
- package/dist/endpoint-serve.js.map +1 -1
- package/dist/endpoint-service.d.ts +21 -0
- package/dist/endpoint-service.d.ts.map +1 -1
- package/dist/endpoint-service.js +150 -15
- package/dist/endpoint-service.js.map +1 -1
- package/dist/endpoint-subjects.d.ts +34 -0
- package/dist/endpoint-subjects.d.ts.map +1 -1
- package/dist/endpoint-subjects.js +87 -18
- package/dist/endpoint-subjects.js.map +1 -1
- package/dist/endpoint-verbs.d.ts +4 -2
- package/dist/endpoint-verbs.d.ts.map +1 -1
- package/dist/endpoint-verbs.js +23 -8
- package/dist/endpoint-verbs.js.map +1 -1
- package/dist/endpoint.d.ts +309 -8
- package/dist/endpoint.d.ts.map +1 -1
- package/dist/endpoint.js +888 -61
- package/dist/endpoint.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/issued-authority.d.ts +168 -0
- package/dist/issued-authority.d.ts.map +1 -0
- package/dist/issued-authority.js +497 -0
- package/dist/issued-authority.js.map +1 -0
- package/dist/issuer-session.d.ts +30 -0
- package/dist/issuer-session.d.ts.map +1 -0
- package/dist/issuer-session.js +51 -0
- package/dist/issuer-session.js.map +1 -0
- package/dist/lease.d.ts +22 -0
- package/dist/lease.d.ts.map +1 -1
- package/dist/lease.js +14 -1
- package/dist/lease.js.map +1 -1
- package/dist/lifecycle-state.d.ts +9 -2
- package/dist/lifecycle-state.d.ts.map +1 -1
- package/dist/lifecycle-state.js +11 -2
- package/dist/lifecycle-state.js.map +1 -1
- package/dist/membership-feed.d.ts +24 -1
- package/dist/membership-feed.d.ts.map +1 -1
- package/dist/membership-feed.js +61 -3
- package/dist/membership-feed.js.map +1 -1
- package/dist/provision.d.ts +24 -14
- package/dist/provision.d.ts.map +1 -1
- package/dist/provision.js +149 -15
- package/dist/provision.js.map +1 -1
- package/dist/remote-manager-authority.d.ts +126 -1
- package/dist/remote-manager-authority.d.ts.map +1 -1
- package/dist/remote-manager-authority.js +21 -0
- package/dist/remote-manager-authority.js.map +1 -1
- package/dist/run-admission.d.ts +88 -0
- package/dist/run-admission.d.ts.map +1 -0
- package/dist/run-admission.js +193 -0
- package/dist/run-admission.js.map +1 -0
- package/dist/run-driver-grants.d.ts +10 -0
- package/dist/run-driver-grants.d.ts.map +1 -1
- package/dist/run-driver-grants.js +21 -0
- package/dist/run-driver-grants.js.map +1 -1
- package/dist/run-host.d.ts +7 -1
- package/dist/run-host.d.ts.map +1 -1
- package/dist/run-host.js.map +1 -1
- package/dist/run-journal.d.ts +4 -0
- package/dist/run-journal.d.ts.map +1 -1
- package/dist/run-journal.js +80 -17
- package/dist/run-journal.js.map +1 -1
- package/dist/runtime.d.ts +31 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/secret-fs.d.ts +25 -0
- package/dist/secret-fs.d.ts.map +1 -1
- package/dist/secret-fs.js +136 -3
- package/dist/secret-fs.js.map +1 -1
- package/dist/secret-store.d.ts +44 -0
- package/dist/secret-store.d.ts.map +1 -1
- package/dist/secret-store.js +60 -1
- package/dist/secret-store.js.map +1 -1
- package/dist/streams.d.ts +23 -75
- package/dist/streams.d.ts.map +1 -1
- package/dist/streams.js +65 -85
- package/dist/streams.js.map +1 -1
- package/dist/subjects.d.ts +11 -1
- package/dist/subjects.d.ts.map +1 -1
- package/dist/subjects.js +11 -1
- package/dist/subjects.js.map +1 -1
- package/package.json +1 -1
package/dist/endpoint.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from "node:events";
|
|
2
2
|
import { connect } from "@nats-io/transport-node";
|
|
3
|
+
import { type SecretStoreIdentity } from "./secret-store.js";
|
|
3
4
|
import type { EpVerbTarget, EpAttributedReply } from "./endpoint-verbs.js";
|
|
4
5
|
import type { AgentCard, ChannelConfig, ControlReply, ControlRequest, ControlRequestInit, EndpointRef, Part, Presence, PresenceStatus, AttentionMode, ChannelMode, CotalMessage, DeliveryClass, MembershipSnapshot } from "./types.js";
|
|
5
6
|
import { type DeliveryLeaseInfo, type ManagerLeaseInfo } from "./lease.js";
|
|
@@ -39,6 +40,13 @@ export interface EndpointOptions {
|
|
|
39
40
|
* lifecycle-keyed messaging durables (`dm_…-<uid>`, `dlv_…-<uid>`, `chathist_…-<uid>`) — an
|
|
40
41
|
* endpoint without one (a pure operator/daemon connection) can not consume DM/chat history. */
|
|
41
42
|
lifecycleUid?: string;
|
|
43
|
+
/** The accepted-row token of this credential's issuance (SPEC 13.15). Set when the launcher
|
|
44
|
+
* minted the credential as an issuance: after connecting, the endpoint reads the generation the
|
|
45
|
+
* ISSUER bound under this token (a broker-enforced per-key read) and pins it into every caller
|
|
46
|
+
* rail it forms. A token that resolves to no row, or to another incarnation's reference, fails
|
|
47
|
+
* the connect: the rails would be refused at the broker anyway, and a silent legacy fallback is
|
|
48
|
+
* exactly what the versioned rail exists to rule out. */
|
|
49
|
+
acceptedToken?: string;
|
|
42
50
|
servers?: string;
|
|
43
51
|
/** Connection token (soft-shared auth). Mutually exclusive with user/pass. */
|
|
44
52
|
token?: string;
|
|
@@ -182,6 +190,12 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
182
190
|
/** The freshest bearer — what every (re)connect attempt presents. */
|
|
183
191
|
private currentBearer?;
|
|
184
192
|
private bearerTimer?;
|
|
193
|
+
/** Arms against the credential authenticated on the current wire. nats-core 3.4.0 discards the
|
|
194
|
+
* promise returned by its async transport-close continuation; if that continuation enters the
|
|
195
|
+
* reconnect dial loop with an expired JWT, its terminal auth error becomes an unhandled rejection.
|
|
196
|
+
* Cotal knows the JWT expiry, so it disables the library reconnect before the broker closes the
|
|
197
|
+
* transport. The endpoint's observed `closed()` supervisor remains responsible for rebuilding. */
|
|
198
|
+
private authExpiryReconnectTimer?;
|
|
185
199
|
private readonly sentinelCreds?;
|
|
186
200
|
private readonly tls;
|
|
187
201
|
private readonly heartbeatMs;
|
|
@@ -209,6 +223,10 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
209
223
|
private aclKv?;
|
|
210
224
|
private deliveryKv?;
|
|
211
225
|
private managerLeaseKv?;
|
|
226
|
+
/** Our revision of the per-space daemon-credential renewal lease (#1634), or undefined when we do
|
|
227
|
+
* not hold it. Cleared with the bound KV handle: a revision from a dead connection is not a lease
|
|
228
|
+
* we can prove we still hold. */
|
|
229
|
+
private daemonRenewalLeaseRevision?;
|
|
212
230
|
private membershipFeedKv?;
|
|
213
231
|
/** Caller-owned membership watches survive a connection rebuild as INTENT. Their iterators are
|
|
214
232
|
* connection-scoped and are stopped/re-created around the epoch swap. */
|
|
@@ -220,6 +238,9 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
220
238
|
/** When set, this endpoint hosts the Plane-3 fan-out writer + trusted reader (the server-side delivery
|
|
221
239
|
* daemon). `aclFor` maps an owner id to its current read ACL (`allowSubscribe`) for the reader's
|
|
222
240
|
* re-authorization — read FRESH per entry from the durable ACL registry KV, hence async. */
|
|
241
|
+
/** True once {@link quiescePlane3} has stopped serving this shard pending an ownership answer.
|
|
242
|
+
* Guards {@link armPlane3} so a RECONNECT cannot silently resume serving mid-question. */
|
|
243
|
+
private plane3Quiesced;
|
|
223
244
|
private plane3?;
|
|
224
245
|
/** Live local cache of the channel registry (key = channel token), kept by a KV watch. */
|
|
225
246
|
private readonly channelConfigs;
|
|
@@ -272,6 +293,10 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
272
293
|
private firstConnect;
|
|
273
294
|
private heartbeatTimer?;
|
|
274
295
|
private sweepTimer?;
|
|
296
|
+
/** #1356: when the presence bucket started refusing writes; undefined once one succeeds. */
|
|
297
|
+
private presenceWriteFailingSince?;
|
|
298
|
+
/** #1356: the broker's last refusal message, kept alongside the start time for diagnosis. */
|
|
299
|
+
private lastPresenceWriteError?;
|
|
275
300
|
private readonly roster;
|
|
276
301
|
/** Resolves when the current presence watch has consumed its complete initial KV snapshot. */
|
|
277
302
|
private presenceSnapshot;
|
|
@@ -286,6 +311,18 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
286
311
|
private lastPresenceWatchAt;
|
|
287
312
|
/** Last emitted presence-view state. Suppresses duplicate `presence-view` events. */
|
|
288
313
|
private presenceViewState;
|
|
314
|
+
/** A presence-watch rebind in flight (see {@link rebindStalePresenceWatch}); one at a time. */
|
|
315
|
+
private presenceRebind?;
|
|
316
|
+
/** Bumped by every connection-scoped teardown and by {@link stop}. A presence bind that was
|
|
317
|
+
* awaiting the broker when the epoch moved belongs to a retired epoch: it releases the
|
|
318
|
+
* iterator it got and installs nothing (see {@link startPresenceWatch}). */
|
|
319
|
+
private presenceEpoch;
|
|
320
|
+
/** The current watch was bound onto a bucket with NO keys (see {@link markPresenceBucketEmpty}).
|
|
321
|
+
* Such a watch cannot deliver until someone writes, so its silence is not staleness. */
|
|
322
|
+
private presenceWatchEmpty;
|
|
323
|
+
/** Wall-clock of the last rebind attempt, so a bucket that is silent because it is EMPTY (or a
|
|
324
|
+
* broker that keeps refusing the consumer create) is retried once per TTL, not per sweep tick. */
|
|
325
|
+
private presenceRebindAt;
|
|
289
326
|
private status;
|
|
290
327
|
private activity?;
|
|
291
328
|
/** Mirror of the connector's authoritative attention state, published in presence (advisory). The
|
|
@@ -326,6 +363,9 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
326
363
|
readonly actorIsEphemeral: boolean;
|
|
327
364
|
/** This incarnation's lifecycle UID (opts.lifecycleUid) — see {@link EndpointOptions.lifecycleUid}. */
|
|
328
365
|
private readonly ownLifecycleUid?;
|
|
366
|
+
private readonly acceptedToken?;
|
|
367
|
+
/** The issuer-bound generation, learned once per connection from the accepted row. */
|
|
368
|
+
private issuedGeneration?;
|
|
329
369
|
/** Per-endpoint-name {@link resolveService} cache for {@link invokeService} — dropped on a
|
|
330
370
|
* `failed-precondition` currency refusal (the described incarnation was superseded). */
|
|
331
371
|
private readonly resolvedServices;
|
|
@@ -375,6 +415,53 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
375
415
|
/** How soon a FAILED creds refresh retries. Successful refreshes schedule by lifetime fraction
|
|
376
416
|
* (75% of iat→exp), not a fixed margin — standing creds span hours to days, bearers minutes. */
|
|
377
417
|
private static readonly CREDS_RETRY_MS;
|
|
418
|
+
/** THE ONE PLACE a credential is cleared for presentation to a broker.
|
|
419
|
+
*
|
|
420
|
+
* The property is unconditional — this endpoint never presents a credential it has already
|
|
421
|
+
* decoded as expired — so it is a property of the SUPPLY, not of any one dial site. It used to
|
|
422
|
+
* live inside {@link bindConnection}, which only `start()` and `doRebuild` reach; the
|
|
423
|
+
* authenticator nats.js re-evaluates on ITS OWN reconnects read the cache directly and so
|
|
424
|
+
* presented whatever was last fetched, expired included. Two such reconnects exist and neither
|
|
425
|
+
* passes through bindConnection: the one the broker forces at JWT `exp`, and an ALREADY RUNNING
|
|
426
|
+
* dial loop from an earlier drop that crosses `exp` while it retries (the pre-expiry
|
|
427
|
+
* reconnect fence flips a policy flag nats-core only reads when it observes a NEW drop, so it
|
|
428
|
+
* cannot stop a loop already in flight).
|
|
429
|
+
*
|
|
430
|
+
* Putting the refusal here instead means a future caller cannot miss it: the only way to reach a
|
|
431
|
+
* dial is through {@link credsForWire}, and the one presentation that does not read the cache
|
|
432
|
+
* (the adoption preflight, which presents a fresh CANDIDATE) calls this same function on it.
|
|
433
|
+
*
|
|
434
|
+
* An unbounded credential (no numeric `exp`) is presentable: bounded lifetimes are the renewal
|
|
435
|
+
* seam's concern, and a cred with no expiry has none to be past. */
|
|
436
|
+
private static presentableCreds;
|
|
437
|
+
/** The cached credential, checked. Handed to nats.js as the authenticator's source on EVERY auth
|
|
438
|
+
* mode (renewed or static), so each (re)connect attempt — ours or the library's — re-reads a
|
|
439
|
+
* CHECKED value. A refusal throws out of the authenticator, which nats-core turns into a closed
|
|
440
|
+
* connection rather than a CONNECT carrying dead material; the endpoint's own supervisor then
|
|
441
|
+
* rebuilds on capped backoff, and {@link bindConnection} re-fetches from the source on each of
|
|
442
|
+
* those attempts, so a renewal that starts working recovers the endpoint without presenting
|
|
443
|
+
* anything expired in the meantime. Deliberately side-effect free: kicking the renewal timer
|
|
444
|
+
* from here would retry the source once per dial attempt, which is the flat load on a dead
|
|
445
|
+
* broker that {@link RETRY_BACKOFF_CAP_MS} exists to prevent. */
|
|
446
|
+
private credsForWire;
|
|
447
|
+
/** Refuses a fetched generation there is nothing to renew FROM, so the caller's failure posture
|
|
448
|
+
* ({@link CREDS_RETRY_MS}) applies instead of the renewal schedule (issue #1523).
|
|
449
|
+
*
|
|
450
|
+
* A source that hands back the SAME generation past its own renewal point has not re-signed yet:
|
|
451
|
+
* that is a missed remint, not a candidate. Adopting it re-arms from a non-positive delay, which
|
|
452
|
+
* {@link armCredsRefresh} floors to 1s, which fetches again, which is the same generation — a 1s
|
|
453
|
+
* read loop against a store that is already having a bad day, for the JWT's remaining 25% of life,
|
|
454
|
+
* with the 60s backoff that exists for exactly this bypassed because the fetch did not FAIL.
|
|
455
|
+
*
|
|
456
|
+
* The membership feed's rw-cred renewal already refuses it this way (`membership-feed.ts`,
|
|
457
|
+
* `adoptRwCreds`: "the rw source still holds the previous generation past its renewal point");
|
|
458
|
+
* this is the same rule on the endpoint's `delivery.creds` seam, so the two renewal paths answer
|
|
459
|
+
* a dead source identically.
|
|
460
|
+
*
|
|
461
|
+
* An ALREADY-EXPIRED generation is refused whatever it is: the delay is non-positive for it too,
|
|
462
|
+
* but it is dead rather than merely due, so it is named separately and refused even when the
|
|
463
|
+
* source keeps returning a different one. */
|
|
464
|
+
private static assertRenewableGeneration;
|
|
378
465
|
/** The disposable-preflight connect bound for the EXPLICIT reload proof (D5 class-2 adoption). A
|
|
379
466
|
* rogue or unreachable candidate must resolve well UNDER the manager's delivery-admin request
|
|
380
467
|
* bound, so this stays a few seconds and never blocks the responder. */
|
|
@@ -399,11 +486,26 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
399
486
|
/** Swap the live connection onto the freshest cached cred with a controlled `nc.reconnect()`
|
|
400
487
|
* (nats.js re-evaluates the creds getter per attempt). Swapping now, instead of waiting for the
|
|
401
488
|
* broker to close the connection at `exp`, means the wire never carries a near-dead JWT and the
|
|
402
|
-
* operator never sees a spurious "authentication expired"
|
|
403
|
-
*
|
|
404
|
-
* supervise loop's to own (its rebuild re-fetches); an already-disconnected client is a no-op
|
|
405
|
-
* (its own reconnect loop presents the fresh cred). */
|
|
489
|
+
* operator never sees a spurious "authentication expired". After the reconnect succeeds, re-arm
|
|
490
|
+
* the expiry fence for the credential now authenticated on the wire. */
|
|
406
491
|
private swapConnectionOntoFreshCreds;
|
|
492
|
+
/** nats-core keeps its reconnect switch on the protocol handler. This pinned internal shape is the
|
|
493
|
+
* same last-resort surface used by {@link closeFailedBind}; there is no public API for changing the
|
|
494
|
+
* reconnect policy of an existing connection. Disabling it does not disable Cotal self-heal: the
|
|
495
|
+
* `nc.closed()` supervisor below rebuilds the endpoint with freshly checked auth material. */
|
|
496
|
+
private disableLibraryReconnect;
|
|
497
|
+
/** Close a connection whose library reconnect has already been disabled. `drain()` flushes with a
|
|
498
|
+
* PING and waits for the matching PONG; nats-core only rejects that waiter inside reconnect
|
|
499
|
+
* `prepare()`, so a half-open socket with reconnect=false leaves drain pending until the 2-minute
|
|
500
|
+
* ping interval times out. `close()` tears the transport down without that round-trip, which is
|
|
501
|
+
* the same public path {@link closeFailedBind} already uses when there is no graceful delivery
|
|
502
|
+
* contract left. */
|
|
503
|
+
private closeWithoutLibraryReconnect;
|
|
504
|
+
/** Disable nats-core reconnect shortly before the JWT authenticated on this wire expires. The small
|
|
505
|
+
* lead makes the policy change precede the broker's expiry close even when both timers wake in the
|
|
506
|
+
* same event-loop turn. A credential adoption does not move this fence until the resident reconnect
|
|
507
|
+
* is requested, so the old wire remains protected during the prove-then-adopt window. */
|
|
508
|
+
private armAuthExpiryReconnectFence;
|
|
407
509
|
/** The connectAndBind PRE-CONNECT fetch: pull the freshest source cred and pin it into
|
|
408
510
|
* {@link currentCreds} so the connect() that immediately follows presents it — that connect IS the
|
|
409
511
|
* proof, so NO preflight and NO live swap here. THROWS when `initial` (no cred to start from), else
|
|
@@ -516,7 +618,7 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
516
618
|
* leaking a connection. Returns the shared promise; a second caller gets the in-flight one. */
|
|
517
619
|
private rebuild;
|
|
518
620
|
/** The transition: stop the connection-scoped timers FIRST (so nothing live touches
|
|
519
|
-
* this.nc during the null window), drop the connection refs,
|
|
621
|
+
* this.nc during the null window), drop the connection refs, close the old nc, then
|
|
520
622
|
* rebind + re-arm the supervisor on the fresh connection. clearConnectionScoped is
|
|
521
623
|
* idempotent, so connectAndBind's own call here is a noop. */
|
|
522
624
|
private doRebuild;
|
|
@@ -544,6 +646,9 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
544
646
|
* running in the background so the endpoint never stays dead, and rethrows so the caller
|
|
545
647
|
* can report it. */
|
|
546
648
|
reconnect(): Promise<void>;
|
|
649
|
+
/** The presence epoch moves first: a bind still awaiting the broker must find it moved
|
|
650
|
+
* before any await below gives it a window to install a watch on a stopped endpoint
|
|
651
|
+
* (see {@link startPresenceWatch}). */
|
|
547
652
|
stop(): Promise<void>;
|
|
548
653
|
/** Multicast: broadcast to everyone on a channel. */
|
|
549
654
|
multicast(text: string, opts?: {
|
|
@@ -1083,7 +1188,22 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1083
1188
|
} | undefined>;
|
|
1084
1189
|
/** Lazily open the delivery lease/readiness KV (pre-created at `cotal up`; bind, never create). */
|
|
1085
1190
|
private deliveryRegistry;
|
|
1191
|
+
/** This endpoint instance's LEASE INCARNATION: which run of this principal a lease row was written
|
|
1192
|
+
* by. Minted per construction and never re-derived, because the credential cannot supply it, the
|
|
1193
|
+
* daemon's cred is a file on disk that every restart re-reads, so `card.id` is stable across
|
|
1194
|
+
* processes by design. See {@link DeliveryLeaseInfo.incarnation}. */
|
|
1195
|
+
private readonly leaseIncarnation;
|
|
1086
1196
|
private encodeLease;
|
|
1197
|
+
/** Is this shard's lease row one THIS ENDPOINT INSTANCE wrote? The question a daemon whose renew
|
|
1198
|
+
* just failed has to answer before it decides whether it still owns the shard.
|
|
1199
|
+
*
|
|
1200
|
+
* Both halves are required. `holder` alone is not sufficient (a successor daemon re-reading the
|
|
1201
|
+
* same creds file presents the same principal, so its row would read as ours), and `incarnation`
|
|
1202
|
+
* alone is not sufficient either, it is a bare uuid with no claim to the principal, so a row
|
|
1203
|
+
* bearing ours but a foreign holder is not something we should ever adopt. A row with NO
|
|
1204
|
+
* incarnation predates the field and cannot be proven ours, which is the safe reading: it leads
|
|
1205
|
+
* to the takeover path rather than to serving on someone else's claim. */
|
|
1206
|
+
ownsDeliveryLease(info: DeliveryLeaseInfo): boolean;
|
|
1087
1207
|
/** Acquire the single-flight delivery lease for a shard via an ATOMIC CAS create, marked NOT-ready.
|
|
1088
1208
|
* THROWS if a live lease exists — a loud refusal-to-bind (the daemon exits), never a retry, so two
|
|
1089
1209
|
* daemons can't split a durable's delivery. A crashed holder's lease auto-expires (bucket TTL),
|
|
@@ -1094,17 +1214,54 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1094
1214
|
* `ctl.delivery` responder — so "lease ready" proves the responder is up, not just that the slot was
|
|
1095
1215
|
* claimed. Returns the new revision. */
|
|
1096
1216
|
markDeliveryLeaseReady(shardIndex: number, revision: number): Promise<number>;
|
|
1217
|
+
/** Flip the held lease back to NOT-ready, the counterpart to {@link markDeliveryLeaseReady}, for a
|
|
1218
|
+
* holder that has UNBOUND its loops and control responder but has not given up the shard.
|
|
1219
|
+
*
|
|
1220
|
+
* `ready` is a claim about the RESPONDER, not about the row's existence: `ensureDelivery` waits on
|
|
1221
|
+
* it and the channel-health surface reports it. A daemon that goes quiet to re-check its ownership
|
|
1222
|
+
* still holds the key, so without this the space would be told a responder is up while nothing is
|
|
1223
|
+
* bound, a readiness lie of exactly the kind #1318 is about, just pointed the other way. Keeping
|
|
1224
|
+
* the row (rather than deleting it) is deliberate: the shard is still claimed, so no third daemon
|
|
1225
|
+
* should be invited in; what is being withdrawn is only the claim to be answering. */
|
|
1226
|
+
markDeliveryLeaseNotReady(shardIndex: number, revision: number): Promise<number>;
|
|
1097
1227
|
/** Renew the held lease (CAS `kv.update` against `revision`, keeping `ready:true`) to refresh it before
|
|
1098
1228
|
* the bucket TTL expires it. Returns the new revision. Throws if the revision moved (lost the lease —
|
|
1099
1229
|
* the daemon should exit). */
|
|
1100
1230
|
renewDeliveryLease(shardIndex: number, revision: number): Promise<number>;
|
|
1101
1231
|
/** Release the held lease on clean shutdown so a replacement daemon re-acquires immediately (best
|
|
1102
|
-
* effort
|
|
1103
|
-
|
|
1232
|
+
* effort, a crash just lets the bucket TTL expire it).
|
|
1233
|
+
*
|
|
1234
|
+
* THE REVISION IS WHAT MAKES THIS A RELEASE RATHER THAN A DELETE. An unconditional delete removes
|
|
1235
|
+
* whatever row is there, and by shutdown time the row is not necessarily still ours: the exit
|
|
1236
|
+
* paths that matter most are precisely the ones where another daemon has taken the shard, so the
|
|
1237
|
+
* departing process would delete the REPLACEMENT's lease on its way out and leave the shard with
|
|
1238
|
+
* no holder at all. Passing the revision this endpoint last owned makes the delete a compare-and-
|
|
1239
|
+
* swap (`previousSeq` becomes JetStream's `ExpectedLastSubjectSequence`), so a row that has moved
|
|
1240
|
+
* on is left alone.
|
|
1241
|
+
*
|
|
1242
|
+
* THE ARGUMENT IS REQUIRED, AND EXPLICITLY NULLABLE RATHER THAN OPTIONAL. `undefined` means "this
|
|
1243
|
+
* process no longer holds a revision it can argue for", which is the takeover paths' honest
|
|
1244
|
+
* answer and correctly releases nothing, the bucket TTL is the crash-safe authority and expires
|
|
1245
|
+
* a genuinely stale row. But if that were the DEFAULT, every existing `releaseDeliveryLease(0)`
|
|
1246
|
+
* call site would keep compiling and silently stop releasing: the same omission hole
|
|
1247
|
+
* `standaloneConnectOpts` closed by deleting its `= {}`. Measured, not theorised, this landed as
|
|
1248
|
+
* a red in `smoke:delivery-lease`, where a caller that genuinely held the lease released nothing
|
|
1249
|
+
* and the next acquire was refused. A caller must now say which it means. */
|
|
1250
|
+
releaseDeliveryLease(shardIndex: number, revision: number | undefined): Promise<void>;
|
|
1104
1251
|
/** Read a shard's delivery lease (the daemon-availability signal), or `undefined` if none is live.
|
|
1105
1252
|
* READ-ONLY surface — drives Component 6's `cotal_channels` delivery-health field (an agent reads it
|
|
1106
1253
|
* under its own cred, which holds lease-bucket read but no write). */
|
|
1107
1254
|
readDeliveryLease(shardIndex: number): Promise<DeliveryLeaseInfo | undefined>;
|
|
1255
|
+
/** The lease row AND the KV revision it is at. The revision is the CAS token every renew and the
|
|
1256
|
+
* CAS release are argued against, so a caller re-establishing ownership after a failed renew
|
|
1257
|
+
* needs the BROKER's sequence, not the one it last cached: a renew can fail with its write
|
|
1258
|
+
* already applied (a lost reply, a reconnect mid-request), which leaves the cached revision one
|
|
1259
|
+
* behind forever and every subsequent CAS refused over a sequence this process itself moved ,
|
|
1260
|
+
* read as somebody else's takeover, which is the #1318 misreading in a second costume. */
|
|
1261
|
+
readDeliveryLeaseEntry(shardIndex: number): Promise<{
|
|
1262
|
+
info: DeliveryLeaseInfo;
|
|
1263
|
+
revision: number;
|
|
1264
|
+
} | undefined>;
|
|
1108
1265
|
/** Ensure + bind the manager singleton-lease bucket. Mirrors the presence-bucket pattern (connectAndBind):
|
|
1109
1266
|
* AUTH mode OPENs the bucket pre-created at `cotal up` (the scoped `supervisor` cred holds no
|
|
1110
1267
|
* STREAM.CREATE — and `open` binds direct=false, so the CAS-conflict `kv.get` inside `acquire` rides
|
|
@@ -1115,6 +1272,18 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1115
1272
|
* way the per-KEY CAS create stays the only single-flight gate, so a lost bucket-create race never reads
|
|
1116
1273
|
* as "lease held". */
|
|
1117
1274
|
private managerLeaseRegistry;
|
|
1275
|
+
/** Take or keep the per-SPACE daemon-credential renewal lease (#1634), returning whether THIS
|
|
1276
|
+
* instance now holds it. One atomic CAS `create` per pass: it succeeds for whoever arrives first
|
|
1277
|
+
* and throws for everyone else, so exactly one manager remints even when several share the
|
|
1278
|
+
* daemon's store. The holder re-`update`s its own key by revision, which both keeps it and proves
|
|
1279
|
+
* it never lost it. Losing the CAS is an ordinary outcome (a peer holds it) and returns false; it
|
|
1280
|
+
* never fails a start. A crashed holder's key TTL-expires with the bucket, so the next pass hands
|
|
1281
|
+
* the lease to a survivor with no operator step. */
|
|
1282
|
+
holdDaemonRenewalLease(instanceId: string): Promise<boolean>;
|
|
1283
|
+
/** Release the renewal lease on a clean stop so a peer takes over at once rather than at the TTL.
|
|
1284
|
+
* CAS-guarded, so a lease we already lost is never deleted out from under its new holder. */
|
|
1285
|
+
releaseDaemonRenewalLease(): Promise<void>;
|
|
1286
|
+
private encodeDaemonRenewalLease;
|
|
1118
1287
|
private encodeManagerLease;
|
|
1119
1288
|
/** Acquire THIS logical instance's liveness lease via ATOMIC CAS create on its own per-instance key
|
|
1120
1289
|
* ({@link managerLeaseKey}). THROWS only if that SAME instance id already holds a live key (a same-root
|
|
@@ -1218,13 +1387,29 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1218
1387
|
evictPrincipal?: (principal: string) => Promise<unknown>;
|
|
1219
1388
|
planeConnLiveness?: (query: unknown) => Promise<unknown>;
|
|
1220
1389
|
principalLiveness?: (principal: string) => Promise<unknown>;
|
|
1390
|
+
reloadStoreIdentity?: () => SecretStoreIdentity;
|
|
1221
1391
|
}): Promise<void>;
|
|
1222
1392
|
/** Serve one runtime durable-membership control request (the server-side delivery daemon). The caller
|
|
1223
1393
|
* id is the authenticated subject sender ({@link serveControl} fail-closes on a mismatch). Validation
|
|
1224
1394
|
* is against the durable ACL registry — the SAME KV the reader re-auths against (single source of
|
|
1225
1395
|
* truth, no in-memory ledger to drift). */
|
|
1396
|
+
/** Whether an ALREADY-DISPATCHED unit of Plane-3 work may still take effect.
|
|
1397
|
+
*
|
|
1398
|
+
* Unsubscribing stops NEW work; it cannot recall work already in flight. A handler that entered
|
|
1399
|
+
* before {@link quiescePlane3} and awaited broker I/O inside it resumes AFTER the freeze, and a
|
|
1400
|
+
* reviewer traced the ordering that makes that a split rather than a latency blip: the loser
|
|
1401
|
+
* accepts a unit and awaits, the loser is descheduled, the successor acquires the shard and flips
|
|
1402
|
+
* its lease READY, then the loser resumes and answers or acks for a shard it no longer holds.
|
|
1403
|
+
* Subscription counts and parked-pull readings cannot see it, because the effect is the reply and
|
|
1404
|
+
* the ack rather than the binding.
|
|
1405
|
+
*
|
|
1406
|
+
* So each work path re-asks HERE, at the point of effect, after its awaits and before it acts.
|
|
1407
|
+
* The lease keeps one ROW, not one SERVER; this is the half that keeps one server. An unacked
|
|
1408
|
+
* message is not lost by refusing: a stopped consumer redelivers it to whoever holds the shard
|
|
1409
|
+
* next, which is the same property quiescing already relies on. */
|
|
1410
|
+
private plane3MayAct;
|
|
1226
1411
|
private handleDeliveryControl;
|
|
1227
|
-
/** Validate the channel ARG shape only
|
|
1412
|
+
/** Validate the channel ARG shape only: non-blank, valid, concrete (NO ACL check, that is op-specific).
|
|
1228
1413
|
* Returns the channel on success or a ControlReply error to short-circuit. */
|
|
1229
1414
|
private checkDurableChannelArg;
|
|
1230
1415
|
/** JOIN requires the channel be within the caller's CURRENT read ACL (you can't durable-subscribe a
|
|
@@ -1262,6 +1447,41 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1262
1447
|
* envelope wrapped around the items. Read from the live server info rather than assumed, since an
|
|
1263
1448
|
* operator can raise or lower it. */
|
|
1264
1449
|
private payloadBudget;
|
|
1450
|
+
/** Stop serving Plane-3 WITHOUT tearing down the connection, so a daemon that has just learned its
|
|
1451
|
+
* lease may no longer be its own can stop acting on the shard while it finds out for certain.
|
|
1452
|
+
*
|
|
1453
|
+
* A COMPARE-AND-SWAP KEEPS ONE LEASE ROW; IT DOES NOT KEEP ONE SERVER. That distinction is the
|
|
1454
|
+
* reason this exists, and it was a review finding. When a renew fails, the daemon re-reads the
|
|
1455
|
+
* key and may then re-acquire it, and across that read-then-create it was still consuming the
|
|
1456
|
+
* fan-out durable, still running the inbox reader, and still answering ctl.delivery. If a
|
|
1457
|
+
* replacement acquired the shard in that window, both processes served the same durables until
|
|
1458
|
+
* the loser's create was refused and its teardown finished. The old code did not have this
|
|
1459
|
+
* window, because it began shutting down on the first renew failure; treating that failure as a
|
|
1460
|
+
* question instead of a verdict is right, but asking the question while still serving is not.
|
|
1461
|
+
*
|
|
1462
|
+
* So the daemon goes quiet FIRST and re-arms only once it has proof: `held` on a re-read, or a
|
|
1463
|
+
* won atomic create. `unknown` stays quiet, the whole point is that not being able to ask is not
|
|
1464
|
+
* permission to keep acting. Quiescing costs delivery latency for a few seconds; the alternative
|
|
1465
|
+
* costs a SPLIT durable, which is a correctness failure rather than an availability one.
|
|
1466
|
+
*
|
|
1467
|
+
* Deliberately not `stop()`: the connection, the lease KV handles and the control rails must stay
|
|
1468
|
+
* up, because the daemon still has to ask the broker who owns the shard. */
|
|
1469
|
+
quiescePlane3(): Promise<void>;
|
|
1470
|
+
/** Whether Plane-3 is currently quiesced: unbound, and refusing to re-bind until ownership is proven.
|
|
1471
|
+
* Read-only. The flag is the daemon's own answer to "am I serving this shard", so a cell that asserts
|
|
1472
|
+
* a recovery worked can check the endpoint's state rather than inferring it from a log line. */
|
|
1473
|
+
plane3IsQuiesced(): boolean;
|
|
1474
|
+
/** Resume serving Plane-3 after {@link quiescePlane3}, once ownership has been re-established.
|
|
1475
|
+
* Idempotent, and a no-op when the daemon was never quiesced.
|
|
1476
|
+
*
|
|
1477
|
+
* The flag is cleared ONLY after every binding is up, and restored if any of them throws. Clearing
|
|
1478
|
+
* it first looks equivalent and is not: `armPlane3` binds in four stages (`manager`, the two control
|
|
1479
|
+
* responders, the fan-out consumer, the reader), so a failure at any one leaves the endpoint recorded
|
|
1480
|
+
* as un-quiesced while some of those are missing. From there every later `rearmPlane3` returns at the
|
|
1481
|
+
* `!plane3Quiesced` guard WITHOUT attempting to bind, and the caller goes on to flip the lease READY.
|
|
1482
|
+
* That is a readiness lie surviving a transient broker error, the daemon claims a responder it does
|
|
1483
|
+
* not have, which is the #1318 outage wearing the readiness flag instead of the exit path. */
|
|
1484
|
+
rearmPlane3(): Promise<void>;
|
|
1265
1485
|
/** (Re)bind the Plane-3 fan-out writer + trusted reader. Idempotent — the durables resume from their
|
|
1266
1486
|
* cursor. Called by {@link startPlane3} once AND by {@link connectAndBind} on every (re)connect, so
|
|
1267
1487
|
* the delivery daemon's reconnect RE-ARMS the backstop + the ctl.delivery responder. Without this, a broker blip would silently kill
|
|
@@ -1450,12 +1670,81 @@ export declare class CotalEndpoint extends EventEmitter {
|
|
|
1450
1670
|
* used for the recall drop marker. */
|
|
1451
1671
|
private channelOldestSeq;
|
|
1452
1672
|
private publishPresence;
|
|
1673
|
+
/** #1356: drop the presence-refusal record when the connection that OBSERVED those refusals goes
|
|
1674
|
+
* away. "This bucket is refusing writes" is a claim about a specific broker connection; once that
|
|
1675
|
+
* connection is torn down or rebuilt the claim has no remaining basis, and a later failure on a
|
|
1676
|
+
* fresh connection must establish it again from its own evidence.
|
|
1677
|
+
*
|
|
1678
|
+
* Cleared at the SOURCE rather than guarded at each reader, because a guard protects one consumer
|
|
1679
|
+
* and clearing protects every consumer, including ones not yet written. Measured: without this, a
|
|
1680
|
+
* failed bind against an unreachable server still reported the presence-refusal sentence while the
|
|
1681
|
+
* endpoint's own `connectionIssue` already said "connection refused". */
|
|
1682
|
+
private clearPresenceWriteFailure;
|
|
1683
|
+
/** #1356: the presence bucket has been refusing writes since this time, or `undefined` when the
|
|
1684
|
+
* last publish succeeded. Cleared by the first successful write, so a survived blip reads as
|
|
1685
|
+
* healthy and only a SUSTAINED failure carries a duration.
|
|
1686
|
+
*
|
|
1687
|
+
* Presence writes are the CANARY, not the scope: the broker can disable JetStream account-wide
|
|
1688
|
+
* while the NATS connection stays up, so a caller must not read this as "only presence is
|
|
1689
|
+
* affected". It reports what was observed, not how far the fault extends. */
|
|
1690
|
+
presenceWriteFailure(): {
|
|
1691
|
+
since: number;
|
|
1692
|
+
forMs: number;
|
|
1693
|
+
error?: string;
|
|
1694
|
+
bucket: string;
|
|
1695
|
+
} | undefined;
|
|
1696
|
+
/** Bind a presence watch on the current connection. Resolves true when the watch was
|
|
1697
|
+
* installed, false when the endpoint stopped or rebuilt while the bind was in flight: that
|
|
1698
|
+
* bind's iterator is released here and nothing is installed, because the epoch that asked
|
|
1699
|
+
* for it is gone and the epoch that replaced it binds its own watch through
|
|
1700
|
+
* {@link connectAndBind}. Without this fence a bind that completes after {@link stop} would
|
|
1701
|
+
* resurrect a watch on a stopped endpoint, and one that completes after a rebuild would
|
|
1702
|
+
* overwrite the fresh epoch's watch with a dead-connection iterator. */
|
|
1453
1703
|
private startPresenceWatch;
|
|
1704
|
+
/**
|
|
1705
|
+
* Replace a presence watch that has gone silent past TTL while the connection is up. The new
|
|
1706
|
+
* ordered consumer starts from the bucket's current last-per-subject state, so a peer that is
|
|
1707
|
+
* heartbeating is re-observed within one replay and a peer that is gone is aged out by the
|
|
1708
|
+
* next sweep exactly as if the watch had never stalled. Rate-limited to one attempt per TTL
|
|
1709
|
+
* per observer, never overlapping, never on a stopped or rebuilding endpoint (those own their
|
|
1710
|
+
* watch through {@link connectAndBind}). A stop or rebuild that lands while the bind is in
|
|
1711
|
+
* flight retires it: {@link startPresenceWatch} releases the late iterator and reports
|
|
1712
|
+
* nothing, since the epoch that was silent no longer exists. A failed bind is reported and
|
|
1713
|
+
* the view stays stale.
|
|
1714
|
+
*/
|
|
1715
|
+
private rebindStalePresenceWatch;
|
|
1454
1716
|
/** Watch the channel registry: replay existing keys, then stream updates, into the local
|
|
1455
1717
|
* cache. Best-effort — a registry the endpoint can't read leaves the cache empty (effective
|
|
1456
1718
|
* policy then falls back to the default), never a fault. */
|
|
1457
1719
|
private startChannelWatch;
|
|
1458
1720
|
private handleChannelEntry;
|
|
1721
|
+
/** The watch was just bound onto a bucket with no keys.
|
|
1722
|
+
*
|
|
1723
|
+
* A NON-REGISTERING observer (a `cotal status` probe, a lease checker) has real knowledge:
|
|
1724
|
+
* nobody is present. Every peer still in its roster is known gone (its key is not there to
|
|
1725
|
+
* replay), so it is marked offline now rather than aged out against a delivery that cannot
|
|
1726
|
+
* come; the silence gate is disarmed and the view reads current until the first write lands.
|
|
1727
|
+
* Without that the empty-bucket view relapsed to stale one window later and rebound again on
|
|
1728
|
+
* every window, one consumer create and one warning per TTL for as long as the mesh was empty.
|
|
1729
|
+
*
|
|
1730
|
+
* A REGISTERING observer (the manager) is itself one of the keys that should be there. An
|
|
1731
|
+
* empty bucket under it means the bucket was wiped since its last heartbeat (the stream
|
|
1732
|
+
* recreation), and the same wipe took every peer's record: their absence says the bucket is
|
|
1733
|
+
* new, not that they left. a reviewer reproduced the previous behaviour at default timing:
|
|
1734
|
+
* the rebind landed ~0.9s after the recreation, the observer marked every peer AND ITSELF
|
|
1735
|
+
* offline, and held the view current for up to one heartbeat, a false verdict `cotal ps`
|
|
1736
|
+
* would print as `mesh offline`. So a registering observer re-publishes its own record NOW,
|
|
1737
|
+
* which the new watch delivers, and lets the ordinary per-peer age-out run from that delivery:
|
|
1738
|
+
* a peer that is still heartbeating rewrites its key within its own heartbeat interval and is
|
|
1739
|
+
* re-observed live; one that is gone ages out exactly as after a plain rebind. The roster is
|
|
1740
|
+
* not touched here and the view is not held; the delivery is what makes it current.
|
|
1741
|
+
*
|
|
1742
|
+
* What neither branch covers: a consumer that dies again while the bucket is still empty is
|
|
1743
|
+
* not detectable by silence, so the first write after that is missed until the observer
|
|
1744
|
+
* restarts. */
|
|
1745
|
+
private onPresenceBucketEmpty;
|
|
1746
|
+
/** See {@link onPresenceBucketEmpty}: the non-registering branch. */
|
|
1747
|
+
private markPresenceBucketEmpty;
|
|
1459
1748
|
private handleKvEntry;
|
|
1460
1749
|
private applyPresence;
|
|
1461
1750
|
/** Materialize an OFFLINE presence record: drop the advisory attention fields. An offline peer must
|
|
@@ -1511,6 +1800,18 @@ export declare function isPublishPermissionDenied(e: unknown): boolean;
|
|
|
1511
1800
|
/** Whether a server list dials over websocket: the FIRST entry's scheme decides (one list, one
|
|
1512
1801
|
* transport — a mixed tcp+ws list would race two transports over one identity). */
|
|
1513
1802
|
export declare function wsServers(servers: string): boolean;
|
|
1803
|
+
/** Default probe budget by TRANSPORT. 1s was tuned for the loopback/LAN TCP brokers every local
|
|
1804
|
+
* probe dials; a ws(s) broker is by definition published through an HTTPS edge (CDN tunnel,
|
|
1805
|
+
* reverse proxy), where TLS + upgrade + INFO + the auth round-trip routinely exceeds 1s cold —
|
|
1806
|
+
* measured ~60% spurious "not reachable" against a Cloudflare-fronted broker. Callers passing an
|
|
1807
|
+
* explicit `timeoutMs` are untouched.
|
|
1808
|
+
*
|
|
1809
|
+
* EXPORTED because a caller that judges a probe by WHEN it answered has to compare against the
|
|
1810
|
+
* deadline this function actually handed the probe. The delivery watchdog does exactly that, and
|
|
1811
|
+
* hardcoding 1000 there silently misread every ws broker: honest refusals arrive at 2-5s, past a
|
|
1812
|
+
* budget that was never theirs, and would be classified as this process's starvation rather than
|
|
1813
|
+
* the server's refusal. The budget and the judgment must come from one place. */
|
|
1814
|
+
export declare function defaultProbeTimeoutMs(servers: string): number;
|
|
1514
1815
|
/** Pick the dial function by SCHEME: `ws://`/`wss://` servers go through nats-core's
|
|
1515
1816
|
* `wsconnect` (the websocket transport - e.g. a broker published through an HTTPS edge at
|
|
1516
1817
|
* `wss://host/path`), everything else through the TCP transport. The websocket dial OWNS its
|
package/dist/endpoint.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint.d.ts","sourceRoot":"","sources":["../src/endpoint.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"endpoint.d.ts","sourceRoot":"","sources":["../src/endpoint.ts"],"names":[],"mappings":"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"}
|