github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/storage/rocksdb_error_dict.go (about) 1 // Copyright 2017 The Cockroach Authors. 2 // 3 // Use of this software is governed by the Business Source License 4 // included in the file licenses/BSL.txt. 5 // 6 // As of the Change Date specified in that file, in accordance with 7 // the Business Source License, use of this software will be governed 8 // by the Apache License, Version 2.0, included in the file 9 // licenses/APL.txt. 10 11 package storage 12 13 /* Generated manually via: 14 15 find c-deps/rocksdb/{db,env,memtable,table,util} \ 16 -name '*.cc' \ 17 -a -not -name '*_tool*' \ 18 -a -not -name '*_test*' \ 19 -a -not -name '*_bench*' \ 20 -a -not -name '*_example*' | 21 xargs cat | 22 grep -vE '^#' | # filter out #pragma, #include, etc 23 grep -vF TEST | # Remove some RocksDB test macros (called in non-tests) 24 grep -Eo '"[^"]+"' | # grab all single-line string literals 25 grep -Eo '["[:space:]]+[a-zA-Z]+[:.]?' | # grab the words: "foo bar baz::lel" matches {foo, bar} 26 tr -d '[:blank:]".:' | # remove the quotes and any leftover whitespace (but not newlines) 27 tr '[:upper:]' '[:lower:]' | 28 sort | 29 uniq | 30 awk '{ print "\"" $1 "\": {},"}' 31 */ 32 33 var rocksDBErrorDict = map[string]struct{}{ 34 "a": {}, 35 "aa": {}, 36 "able": {}, 37 "aborted": {}, 38 "aborting": {}, 39 "about": {}, 40 "absolute": {}, 41 "access": {}, 42 "accessing": {}, 43 "accumulated": {}, 44 "acquire": {}, 45 "acquiring": {}, 46 "actual": {}, 47 "add": {}, 48 "added": {}, 49 "addedfiles": {}, 50 "addfile": {}, 51 "adding": {}, 52 "adjust": {}, 53 "after": {}, 54 "again": {}, 55 "aggregated": {}, 56 "ahead": {}, 57 "algo": {}, 58 "algorithm": {}, 59 "algorithms": {}, 60 "alignment": {}, 61 "all": {}, 62 "allocate": {}, 63 "allocatealigned": {}, 64 "allocating": {}, 65 "allow": {}, 66 "allowed": {}, 67 "already": {}, 68 "also": {}, 69 "always": {}, 70 "among": {}, 71 "amp": {}, 72 "an": {}, 73 "and": {}, 74 "another": {}, 75 "any": {}, 76 "anymore": {}, 77 "append": {}, 78 "appended": {}, 79 "appending": {}, 80 "applied": {}, 81 "apply": {}, 82 "archive": {}, 83 "archived": {}, 84 "archiving": {}, 85 "are": {}, 86 "arena": {}, 87 "argument": {}, 88 "as": {}, 89 "ascii": {}, 90 "at": {}, 91 "atomic": {}, 92 "atomicgroup": {}, 93 "attempted": {}, 94 "auto": {}, 95 "automatic": {}, 96 "available": {}, 97 "average": {}, 98 "avg": {}, 99 "avgsec": {}, 100 "b": {}, 101 "back": {}, 102 "background": {}, 103 "bad": {}, 104 "base": {}, 105 "based": {}, 106 "batch": {}, 107 "be": {}, 108 "because": {}, 109 "been": {}, 110 "before": {}, 111 "being": {}, 112 "between": {}, 113 "beyond": {}, 114 "bigger": {}, 115 "binary": {}, 116 "bits": {}, 117 "blob": {}, 118 "blobindex": {}, 119 "block": {}, 120 "blockbasedtable": {}, 121 "blockbasedtableoptions": {}, 122 "blockbasedtablepropertiescollector": {}, 123 "blocking": {}, 124 "blocks": {}, 125 "bloom": {}, 126 "bloomfilter": {}, 127 "both": {}, 128 "bottom": {}, 129 "bottommost": {}, 130 "bottommostfiles": {}, 131 "brown": {}, 132 "bucket": {}, 133 "buckets": {}, 134 "buffer": {}, 135 "bug": {}, 136 "build": {}, 137 "built": {}, 138 "busy": {}, 139 "but": {}, 140 "by": {}, 141 "bytes": {}, 142 "bzip": {}, 143 "c": {}, 144 "cache": {}, 145 "call": {}, 146 "called": {}, 147 "calling": {}, 148 "can": {}, 149 "canceling": {}, 150 "cancelled": {}, 151 "candidate": {}, 152 "cannot": {}, 153 "cf": {}, 154 "cfstats": {}, 155 "change": {}, 156 "changing": {}, 157 "char": {}, 158 "check": {}, 159 "checksum": {}, 160 "chroot": {}, 161 "class": {}, 162 "clean": {}, 163 "clear": {}, 164 "clearing": {}, 165 "close": {}, 166 "closed": {}, 167 "closing": {}, 168 "code": {}, 169 "collapsedrangedelmap": {}, 170 "collector": {}, 171 "collectors": {}, 172 "collisions": {}, 173 "column": {}, 174 "columnfamily": {}, 175 "columnfamilyadd": {}, 176 "columnfamilydrop": {}, 177 "columnfamilyhandle": {}, 178 "commit": {}, 179 "committing": {}, 180 "common": {}, 181 "comp": {}, 182 "compacted": {}, 183 "compactedfiles": {}, 184 "compactfiles": {}, 185 "compacting": {}, 186 "compaction": {}, 187 "compactionjob": {}, 188 "compactions": {}, 189 "comparator": {}, 190 "compatible": {}, 191 "compcount": {}, 192 "compile": {}, 193 "compiled": {}, 194 "complete": {}, 195 "completeparallelmemtablewriter": {}, 196 "compressed": {}, 197 "compression": {}, 198 "compsec": {}, 199 "computation": {}, 200 "concurrent": {}, 201 "condition": {}, 202 "conditions": {}, 203 "config": {}, 204 "consecutive": {}, 205 "const": {}, 206 "contain": {}, 207 "containing": {}, 208 "contains": {}, 209 "content": {}, 210 "contents": {}, 211 "continue": {}, 212 "conversion": {}, 213 "converting": {}, 214 "correct": {}, 215 "corrupt": {}, 216 "corrupted": {}, 217 "corruption": {}, 218 "could": {}, 219 "couldn": {}, 220 "count": {}, 221 "counter": {}, 222 "counts": {}, 223 "cpuid": {}, 224 "crc": {}, 225 "create": {}, 226 "created": {}, 227 "createdirifmissing": {}, 228 "creating": {}, 229 "creation": {}, 230 "cross": {}, 231 "cuckoo": {}, 232 "cuckootablereader": {}, 233 "cumulative": {}, 234 "cur": {}, 235 "current": {}, 236 "currently": {}, 237 "custom": {}, 238 "cut": {}, 239 "data": {}, 240 "database": {}, 241 "date": {}, 242 "db": {}, 243 "dbimpl": {}, 244 "dbiter": {}, 245 "dbname": {}, 246 "dbstats": {}, 247 "deadlock": {}, 248 "debug": {}, 249 "decode": {}, 250 "decompress": {}, 251 "decompressed": {}, 252 "default": {}, 253 "defined": {}, 254 "del": {}, 255 "delete": {}, 256 "deleted": {}, 257 "deletedfiles": {}, 258 "deletefile": {}, 259 "deleterange": {}, 260 "deletescheduler": {}, 261 "deleting": {}, 262 "deletion": {}, 263 "deletions": {}, 264 "delta": {}, 265 "descriptor": {}, 266 "despite": {}, 267 "destination": {}, 268 "details": {}, 269 "detect": {}, 270 "detected": {}, 271 "device": {}, 272 "dictionary": {}, 273 "did": {}, 274 "didn": {}, 275 "different": {}, 276 "dir": {}, 277 "direct": {}, 278 "directio": {}, 279 "directory": {}, 280 "disable": {}, 281 "disabled": {}, 282 "discontinuity": {}, 283 "disk": {}, 284 "distribution": {}, 285 "do": {}, 286 "does": {}, 287 "doesn": {}, 288 "doing": {}, 289 "done": {}, 290 "dont": {}, 291 "down": {}, 292 "drop": {}, 293 "dropped": {}, 294 "dropping": {}, 295 "due": {}, 296 "dump": {}, 297 "dumping": {}, 298 "during": {}, 299 "e": {}, 300 "earliest": {}, 301 "ebx": {}, 302 "edit": {}, 303 "editnumber": {}, 304 "edx": {}, 305 "either": {}, 306 "emptied": {}, 307 "empty": {}, 308 "enable": {}, 309 "enabled": {}, 310 "encode": {}, 311 "encoding": {}, 312 "encounter": {}, 313 "encountered": {}, 314 "end": {}, 315 "endprepare": {}, 316 "enough": {}, 317 "enterunbatched": {}, 318 "entries": {}, 319 "entry": {}, 320 "env": {}, 321 "eof": {}, 322 "error": {}, 323 "estimate": {}, 324 "estimated": {}, 325 "event": {}, 326 "exceed": {}, 327 "exceeds": {}, 328 "executing": {}, 329 "exist": {}, 330 "existing": {}, 331 "exists": {}, 332 "exitasbatchgroupleader": {}, 333 "expanding": {}, 334 "expected": {}, 335 "expired": {}, 336 "extendfilerangeoverlappinginterval": {}, 337 "external": {}, 338 "externalsstfileingestionjob": {}, 339 "externalsstingestion": {}, 340 "extractor": {}, 341 "f": {}, 342 "factory": {}, 343 "fadvise": {}, 344 "fail": {}, 345 "failed": {}, 346 "fails": {}, 347 "failure": {}, 348 "fall": {}, 349 "fallocate": {}, 350 "false": {}, 351 "families": {}, 352 "family": {}, 353 "fast": {}, 354 "fatal": {}, 355 "fcntl": {}, 356 "fdatasync": {}, 357 "feof": {}, 358 "field": {}, 359 "fifo": {}, 360 "fifomaxsize": {}, 361 "fiforeducenumfiles": {}, 362 "fifottl": {}, 363 "file": {}, 364 "fileexists": {}, 365 "filenumber": {}, 366 "files": {}, 367 "filesize": {}, 368 "filesmarkedforcompaction": {}, 369 "filesystem": {}, 370 "filter": {}, 371 "find": {}, 372 "finish": {}, 373 "finished": {}, 374 "first": {}, 375 "fit": {}, 376 "flag": {}, 377 "flush": {}, 378 "flushed": {}, 379 "flushing": {}, 380 "flushmemtabletooutputfile": {}, 381 "flushwal": {}, 382 "following": {}, 383 "footer": {}, 384 "fopen": {}, 385 "for": {}, 386 "format": {}, 387 "forwarditerator": {}, 388 "forwardleveliterator": {}, 389 "found": {}, 390 "four": {}, 391 "fox": {}, 392 "fragmented": {}, 393 "free": {}, 394 "from": {}, 395 "fs": {}, 396 "fseek": {}, 397 "fsync": {}, 398 "ftruncate": {}, 399 "ftruncating": {}, 400 "full": {}, 401 "fullfilter": {}, 402 "fully": {}, 403 "functionality": {}, 404 "functions": {}, 405 "g": {}, 406 "gap": {}, 407 "gb": {}, 408 "generated": {}, 409 "generator": {}, 410 "get": {}, 411 "getchildren": {}, 412 "getcurrenttime": {}, 413 "gethostname": {}, 414 "getlogfilesize": {}, 415 "git": {}, 416 "given": {}, 417 "global": {}, 418 "good": {}, 419 "got": {}, 420 "greater": {}, 421 "group": {}, 422 "groups": {}, 423 "guaranteed": {}, 424 "h": {}, 425 "handle": {}, 426 "handler": {}, 427 "hard": {}, 428 "has": {}, 429 "hash": {}, 430 "hashlinkedlist": {}, 431 "hashlinklistrepfactory": {}, 432 "hashskiplistrepfactory": {}, 433 "have": {}, 434 "hdfs": {}, 435 "hdfsexists": {}, 436 "hdfslistdirectory": {}, 437 "hdfslogger": {}, 438 "hdfsreadablefile": {}, 439 "hdfswritablefile": {}, 440 "header": {}, 441 "headroom": {}, 442 "held": {}, 443 "hex": {}, 444 "hfile": {}, 445 "high": {}, 446 "histogram": {}, 447 "hit": {}, 448 "home": {}, 449 "huge": {}, 450 "i": {}, 451 "id": {}, 452 "identity": {}, 453 "if": {}, 454 "ignored": {}, 455 "ignoring": {}, 456 "immutable": {}, 457 "implementation": {}, 458 "implemented": {}, 459 "in": {}, 460 "include": {}, 461 "incompatible": {}, 462 "incomplete": {}, 463 "inconsistency": {}, 464 "inconsistent": {}, 465 "incorrect": {}, 466 "increasing": {}, 467 "index": {}, 468 "inernal": {}, 469 "infinite": {}, 470 "info": {}, 471 "ingest": {}, 472 "ingested": {}, 473 "ingestion": {}, 474 "initialized": {}, 475 "input": {}, 476 "inputs": {}, 477 "insert": {}, 478 "inserted": {}, 479 "inst": {}, 480 "instead": {}, 481 "instruction": {}, 482 "int": {}, 483 "interator": {}, 484 "internal": {}, 485 "internalkey": {}, 486 "interval": {}, 487 "into": {}, 488 "invalid": {}, 489 "invalidate": {}, 490 "io": {}, 491 "is": {}, 492 "iscsi": {}, 493 "issue": {}, 494 "it": {}, 495 "iter": {}, 496 "iterator": {}, 497 "iterators": {}, 498 "its": {}, 499 "job": {}, 500 "joinbatchgroup": {}, 501 "k": {}, 502 "kallowoverallocationratio": {}, 503 "karenablocksize": {}, 504 "kb": {}, 505 "kbloomblock": {}, 506 "kcompactionstylelevel": {}, 507 "kdatablockbinaryandhash": {}, 508 "kdeletedkeys": {}, 509 "kee": {}, 510 "keep": {}, 511 "kept": {}, 512 "key": {}, 513 "keydrop": {}, 514 "keyin": {}, 515 "keys": {}, 516 "kmaxsequencenumber": {}, 517 "kmergeoperands": {}, 518 "known": {}, 519 "ktypedeletion": {}, 520 "l": {}, 521 "large": {}, 522 "larger": {}, 523 "largest": {}, 524 "largestikey": {}, 525 "last": {}, 526 "lastseq": {}, 527 "latency": {}, 528 "latest": {}, 529 "ldb": {}, 530 "least": {}, 531 "left": {}, 532 "legacy": {}, 533 "len": {}, 534 "length": {}, 535 "lenth": {}, 536 "less": {}, 537 "level": {}, 538 "leveldb": {}, 539 "levell": {}, 540 "levelmaxlevelsize": {}, 541 "levels": {}, 542 "levelstats": {}, 543 "limit": {}, 544 "link": {}, 545 "linked": {}, 546 "links": {}, 547 "list": {}, 548 "lite": {}, 549 "live": {}, 550 "load": {}, 551 "lock": {}, 552 "log": {}, 553 "logandapply": {}, 554 "logger": {}, 555 "lognumber": {}, 556 "logs": {}, 557 "long": {}, 558 "lost": {}, 559 "low": {}, 560 "lsm": {}, 561 "lx": {}, 562 "lz": {}, 563 "m": {}, 564 "magic": {}, 565 "malformatted": {}, 566 "malformed": {}, 567 "malloc": {}, 568 "managed": {}, 569 "manager": {}, 570 "manifest": {}, 571 "manual": {}, 572 "manualcompaction": {}, 573 "many": {}, 574 "mapped": {}, 575 "mark": {}, 576 "match": {}, 577 "matched": {}, 578 "max": {}, 579 "maxallowedspacereached": {}, 580 "maxcolumnfamily": {}, 581 "maximum": {}, 582 "may": {}, 583 "maybe": {}, 584 "mb": {}, 585 "mem": {}, 586 "memory": {}, 587 "memtable": {}, 588 "memtablelist": {}, 589 "memtables": {}, 590 "merge": {}, 591 "meta": {}, 592 "metadata": {}, 593 "metadb": {}, 594 "metaindex": {}, 595 "mid": {}, 596 "middle": {}, 597 "min": {}, 598 "minlognumbertokeep": {}, 599 "mismatch": {}, 600 "missing": {}, 601 "mkdir": {}, 602 "mmap": {}, 603 "mmaped": {}, 604 "mmapped": {}, 605 "mock": {}, 606 "mod": {}, 607 "mode": {}, 608 "moderately": {}, 609 "modification": {}, 610 "monotonically": {}, 611 "more": {}, 612 "move": {}, 613 "moved": {}, 614 "movedgb": {}, 615 "moving": {}, 616 "ms": {}, 617 "msync": {}, 618 "munmap": {}, 619 "must": {}, 620 "mutex": {}, 621 "n": {}, 622 "name": {}, 623 "names": {}, 624 "nanos": {}, 625 "necessary": {}, 626 "need": {}, 627 "needed": {}, 628 "needs": {}, 629 "negative": {}, 630 "new": {}, 631 "newdirectory": {}, 632 "newer": {}, 633 "newline": {}, 634 "newwritablefile": {}, 635 "next": {}, 636 "nextfilenumber": {}, 637 "no": {}, 638 "nocache": {}, 639 "non": {}, 640 "nonzero": {}, 641 "not": {}, 642 "notfound": {}, 643 "nothing": {}, 644 "notneeded": {}, 645 "null": {}, 646 "nullptr": {}, 647 "num": {}, 648 "number": {}, 649 "numbers": {}, 650 "numfiles": {}, 651 "object": {}, 652 "of": {}, 653 "offset": {}, 654 "ok": {}, 655 "okay": {}, 656 "old": {}, 657 "older": {}, 658 "oldest": {}, 659 "on": {}, 660 "one": {}, 661 "only": {}, 662 "open": {}, 663 "opencompactionoutputfiles": {}, 664 "opendir": {}, 665 "opened": {}, 666 "opening": {}, 667 "operation": {}, 668 "operator": {}, 669 "ops": {}, 670 "opt": {}, 671 "option": {}, 672 "options": {}, 673 "optype": {}, 674 "or": {}, 675 "order": {}, 676 "original": {}, 677 "other": {}, 678 "out": {}, 679 "output": {}, 680 "outside": {}, 681 "overlapping": {}, 682 "p": {}, 683 "pages": {}, 684 "parallel": {}, 685 "parse": {}, 686 "partial": {}, 687 "partially": {}, 688 "partition": {}, 689 "partitionedfilter": {}, 690 "partitions": {}, 691 "path": {}, 692 "paths": {}, 693 "pause": {}, 694 "payload": {}, 695 "pending": {}, 696 "per": {}, 697 "percent": {}, 698 "perform": {}, 699 "persist": {}, 700 "persistent": {}, 701 "picking": {}, 702 "pin": {}, 703 "pipelined": {}, 704 "plain": {}, 705 "plaintable": {}, 706 "plaintableindexblock": {}, 707 "plaintableoptions": {}, 708 "plaintablereader": {}, 709 "platform": {}, 710 "please": {}, 711 "point": {}, 712 "pointer": {}, 713 "policy": {}, 714 "polynomial": {}, 715 "populate": {}, 716 "pos": {}, 717 "possible": {}, 718 "power": {}, 719 "ppc": {}, 720 "pread": {}, 721 "preading": {}, 722 "prefetching": {}, 723 "prefix": {}, 724 "prefixed": {}, 725 "prepared": {}, 726 "prepares": {}, 727 "present": {}, 728 "preserved": {}, 729 "prev": {}, 730 "previous": {}, 731 "prevlognumber": {}, 732 "printing": {}, 733 "progress": {}, 734 "promotel": {}, 735 "prop": {}, 736 "properly": {}, 737 "properties": {}, 738 "property": {}, 739 "provide": {}, 740 "pthread": {}, 741 "purge": {}, 742 "put": {}, 743 "pwrite": {}, 744 "quick": {}, 745 "r": {}, 746 "random": {}, 747 "randomaccessfilereader": {}, 748 "range": {}, 749 "ranges": {}, 750 "rate": {}, 751 "ratio": {}, 752 "raw": {}, 753 "rd": {}, 754 "reached": {}, 755 "read": {}, 756 "readgb": {}, 757 "reading": {}, 758 "readmbps": {}, 759 "readonly": {}, 760 "reads": {}, 761 "readtier": {}, 762 "real": {}, 763 "really": {}, 764 "reasons": {}, 765 "recognize": {}, 766 "record": {}, 767 "recorded": {}, 768 "records": {}, 769 "recovered": {}, 770 "recovering": {}, 771 "recovery": {}, 772 "recycle": {}, 773 "reduce": {}, 774 "reduction": {}, 775 "referencing": {}, 776 "refitting": {}, 777 "release": {}, 778 "remaining": {}, 779 "remains": {}, 780 "remove": {}, 781 "rename": {}, 782 "renaming": {}, 783 "renew": {}, 784 "reopen": {}, 785 "reopened": {}, 786 "repair": {}, 787 "repaired": {}, 788 "reported": {}, 789 "requested": {}, 790 "require": {}, 791 "required": {}, 792 "requires": {}, 793 "res": {}, 794 "reseek": {}, 795 "reserving": {}, 796 "resource": {}, 797 "rest": {}, 798 "result": {}, 799 "resume": {}, 800 "resumed": {}, 801 "resuming": {}, 802 "return": {}, 803 "returned": {}, 804 "returns": {}, 805 "reusing": {}, 806 "rmdir": {}, 807 "rn": {}, 808 "rngb": {}, 809 "rnp": {}, 810 "rocksdb": {}, 811 "rollback": {}, 812 "room": {}, 813 "run": {}, 814 "running": {}, 815 "runs": {}, 816 "same": {}, 817 "satisfied": {}, 818 "saved": {}, 819 "scan": {}, 820 "scheduled": {}, 821 "score": {}, 822 "scratch": {}, 823 "search": {}, 824 "sec": {}, 825 "seconds": {}, 826 "seek": {}, 827 "seekable": {}, 828 "seekforprev": {}, 829 "seeking": {}, 830 "seektolast": {}, 831 "selection": {}, 832 "seq": {}, 833 "seqno": {}, 834 "sequence": {}, 835 "sequentially": {}, 836 "set": {}, 837 "setdboptions": {}, 838 "setoptions": {}, 839 "setting": {}, 840 "sha": {}, 841 "short": {}, 842 "should": {}, 843 "shrink": {}, 844 "shut": {}, 845 "shutdown": {}, 846 "silently": {}, 847 "since": {}, 848 "size": {}, 849 "sizebytes": {}, 850 "skip": {}, 851 "skipped": {}, 852 "skipping": {}, 853 "slice": {}, 854 "slots": {}, 855 "slowdown": {}, 856 "slowly": {}, 857 "small": {}, 858 "smallestikey": {}, 859 "snappy": {}, 860 "soft": {}, 861 "software": {}, 862 "some": {}, 863 "sorted": {}, 864 "source": {}, 865 "space": {}, 866 "specified": {}, 867 "sse": {}, 868 "sst": {}, 869 "sstable": {}, 870 "sstables": {}, 871 "sstfilemanager": {}, 872 "stale": {}, 873 "stall": {}, 874 "stalling": {}, 875 "stalls": {}, 876 "stamp": {}, 877 "start": {}, 878 "started": {}, 879 "starting": {}, 880 "stat": {}, 881 "statistics": {}, 882 "stats": {}, 883 "status": {}, 884 "statvfs": {}, 885 "stop": {}, 886 "stopping": {}, 887 "store": {}, 888 "style": {}, 889 "styles": {}, 890 "sub": {}, 891 "succeeded": {}, 892 "successfully": {}, 893 "suffix": {}, 894 "sum": {}, 895 "summary": {}, 896 "support": {}, 897 "supported": {}, 898 "switch": {}, 899 "sync": {}, 900 "synced": {}, 901 "syncing": {}, 902 "syncs": {}, 903 "syncwal": {}, 904 "table": {}, 905 "tablefactory": {}, 906 "tablepropertiescollector": {}, 907 "tag": {}, 908 "tailing": {}, 909 "target": {}, 910 "tb": {}, 911 "test": {}, 912 "than": {}, 913 "that": {}, 914 "the": {}, 915 "then": {}, 916 "there": {}, 917 "this": {}, 918 "thread": {}, 919 "threads": {}, 920 "through": {}, 921 "time": {}, 922 "timed": {}, 923 "timeout": {}, 924 "timestamp": {}, 925 "tlb": {}, 926 "to": {}, 927 "tombstone": {}, 928 "tombstones": {}, 929 "too": {}, 930 "top": {}, 931 "total": {}, 932 "trace": {}, 933 "trailing": {}, 934 "trainer": {}, 935 "transaction": {}, 936 "transactiondb": {}, 937 "transactions": {}, 938 "trash": {}, 939 "tried": {}, 940 "trigger": {}, 941 "triggered": {}, 942 "trivial": {}, 943 "true": {}, 944 "truncate": {}, 945 "truncated": {}, 946 "try": {}, 947 "tryagain": {}, 948 "trying": {}, 949 "ttl": {}, 950 "twice": {}, 951 "two": {}, 952 "txn": {}, 953 "type": {}, 954 "un": {}, 955 "unable": {}, 956 "uncollapsedrangedelmap": {}, 957 "uncommited": {}, 958 "undentified": {}, 959 "underlying": {}, 960 "unexpected": {}, 961 "unidentified": {}, 962 "unimplemented": {}, 963 "universal": {}, 964 "universalsizeamplification": {}, 965 "universalsizeratio": {}, 966 "universalsortedrunnum": {}, 967 "unknown": {}, 968 "unless": {}, 969 "unlink": {}, 970 "unlock": {}, 971 "unnable": {}, 972 "unparsable": {}, 973 "unrecognized": {}, 974 "unsupported": {}, 975 "unused": {}, 976 "up": {}, 977 "updates": {}, 978 "upper": {}, 979 "uptime": {}, 980 "us": {}, 981 "use": {}, 982 "used": {}, 983 "user": {}, 984 "using": {}, 985 "v": {}, 986 "valid": {}, 987 "value": {}, 988 "values": {}, 989 "vaue": {}, 990 "vector": {}, 991 "verification": {}, 992 "verify": {}, 993 "version": {}, 994 "versionedit": {}, 995 "versionset": {}, 996 "very": {}, 997 "via": {}, 998 "vs": {}, 999 "w": {}, 1000 "waitformemtablewriters": {}, 1001 "waiting": {}, 1002 "waituntilflushwouldnotstallwrites": {}, 1003 "wal": {}, 1004 "walprocessingoption": {}, 1005 "wals": {}, 1006 "warn": {}, 1007 "was": {}, 1008 "we": {}, 1009 "when": {}, 1010 "which": {}, 1011 "while": {}, 1012 "who": {}, 1013 "whole": {}, 1014 "will": {}, 1015 "with": {}, 1016 "without": {}, 1017 "wnew": {}, 1018 "wnewgb": {}, 1019 "work": {}, 1020 "wr": {}, 1021 "writablefile": {}, 1022 "writablefilewriter": {}, 1023 "write": {}, 1024 "writeamp": {}, 1025 "writebatch": {}, 1026 "writecommitted": {}, 1027 "writegb": {}, 1028 "writembps": {}, 1029 "writepolicy": {}, 1030 "writeprepared": {}, 1031 "writers": {}, 1032 "writes": {}, 1033 "writeunprepared": {}, 1034 "writing": {}, 1035 "written": {}, 1036 "wrong": {}, 1037 "x": {}, 1038 "xid": {}, 1039 "xpress": {}, 1040 "xx": {}, 1041 "xxgb": {}, 1042 "xxtb": {}, 1043 "yet": {}, 1044 "yield": {}, 1045 "you": {}, 1046 "zero": {}, 1047 "zlib": {}, 1048 "zstd": {}, 1049 }