Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-43867

Projector crashed while deleting buckets

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • Unknown

    Description

      Build : 7.0.0-4291
      Job : centos-query_collections_end2end_7.0_P0
      Test : tuqquery.n1ql_collections_end2end.QueryCollectionsEnd2EndTests.test_end_to_end (test_1)

      During the teardown in the test, all buckets are deleted. Seeing the following panic in projector logs at this time. This is seen 7 times in the test suite.

      2021-01-25T09:31:00.393-08:00 [Warn] servicesChangeNotifier: Connection terminated for collection manifest notifier instance of http://%40projector-cbauth@127.0.0.1:8091, default, bucket: N1QL_SYSTEM_BUCKET, (invalid byte in chunk length)
      2021-01-25T09:31:00.394-08:00 [Warn] servicesChangeNotifier: Connection terminated for buckets notifier instance of http://%40projector-cbauth@127.0.0.1:8091, default (Notifier invalidated due to internal error)
      2021-01-25T09:31:00.402-08:00 [Warn] servicesChangeNotifier: Connection terminated for pool notifier instance of http://%40projector-cbauth@127.0.0.1:8091, default (Notifier invalidated due to internal error)
      2021-01-25T09:31:00.784-08:00 [Info] pram[:9999] Request "/adminport/mutationTopicRequest"
      2021-01-25T09:31:00.784-08:00 [Info] PROJ[:9999] ##15 doMutationTopic() "MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e"
      2021-01-25T09:31:00.784-08:00 [Info] FEED[<=>MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e(127.0.0.1:8091)] ##15 endpoint "172.23.123.53:9105" active ...
      2021-01-25T09:31:00.784-08:00 [Info] FEED[<=>MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e(127.0.0.1:8091)] ##15 vbmap {default,N1QL_SYSTEM_BUCKET} - [512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023]
      2021-01-25T09:31:00.789-08:00 [Error] FEED[<=>MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e(127.0.0.1:8091)] feed gen-server crashed: runtime error: invalid memory address or nil pointer dereference
      2021-01-25T09:31:00.789-08:00 [Error] 	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:312 +0x22
      github.com/couchbase/indexing/secondary/projector.(*Feed).genServer.func1(0xc0053fc240)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:491 +0x124
      panic(0xc1e380, 0x1737210)
      	/home/couchbase/.cbdepscache/exploded/x86_64/go-1.13.7/go/src/runtime/panic.go:679 +0x1b2
      github.com/couchbase/indexing/secondary/dcp.(*Pool).refreshBucket(0xc0057d60c0, 0xc005e73ae0, 0x12, 0xe474c0, 0xc00a5d68e0)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/dcp/pools.go:677 +0x61
      github.com/couchbase/indexing/secondary/dcp.(*Client).GetPoolWithBucket(0xc000315348, 0xc00f60e240, 0x7, 0xc005e73ae0, 0x12, 0xe474c0, 0xc00a5d68e0, 0xc00011c810, 0xc00f50cc60, 0x15, ...)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/dcp/pools.go:784 +0x2d8
      github.com/couchbase/indexing/secondary/projector.(*Feed).connectBucket(0xc0053fc240, 0x7fff2d792b4e, 0xe, 0xc00f60e240, 0x7, 0xc005e73ae0, 0x12, 0xc000440015, 0xc000443df3, 0xc00a5d68c0, ...)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:2243 +0x321
      github.com/couchbase/indexing/secondary/projector.(*Feed).openFeeder(0xc0053fc240, 0x15, 0xc00f60e240, 0x7, 0xc005e73ae0, 0x12, 0xc005e73be0, 0x12, 0x200, 0x0, ...)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:1634 +0xe7
      github.com/couchbase/indexing/secondary/projector.(*Feed).start(0xc0053fc240, 0xc005de6000, 0xc005840015, 0xc005e35a98, 0x432281)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:947 +0x669
      github.com/couchbase/indexing/secondary/projector.(*Feed).handleCommand(0xc0053fc240, 0xc0003c2f80, 0x4, 0x4, 0xd34c01, 0x2)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:716 +0x1634
      github.com/couchbase/indexing/secondary/projector.(*Feed).genServer(0xc0053fc240)
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:689 +0x4e8
      created by github.com/couchbase/indexing/secondary/projector.NewFeed
      	/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/indexing/secondary/projector/feed.go:141 +0x74c
       
      2021-01-25T09:31:00.789-08:00 [Info] DCPT[secidx:proj-bucket1-MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e-4032739865876065117/0] doReceive(): connection closed
      2021-01-25T09:31:00.789-08:00 [Info] DCPT[secidx:proj-bucket1-MAINT_STREAM_TOPIC_f5739d98485087637f8fbe21efdbb17e-4032739865876065117/0] ##12 dcp latency stats {"samples": 128, "min": 0, "max": 0, "mean": 0, "variance": 0,"movingAvg":0}
      

      Logs are attached. The panics can be seen in the projector logs from 172.23.123.54

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              varun.velamuri Varun Velamuri
              mihir.kamdar Mihir Kamdar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty