Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1588

Custom Jcifs Properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 2.12
    • ManifoldCF 2.13
    • JCIFS connector
    • None
    • Patch

    Description

      In some cases, "jcifs" is running slowly. In order to solve this problem, we need to set custom some properties. 
       
      For example; my problem was in my test environment: I have a windows server and an ubuntu server in same network in AWS EC2 Service. The windows server has Active Directory service, DNS Server and shared folder while the ubuntu server has some instance such as manifoldcf, an db instance and solr. 
       
      If the DNS settings are not defined on the ubuntu server, jcifs runs slowly. Because the default resolver order is set as 'LMHOSTS,DNS,WINS'. It means[1] ; firstly "jcifs" checks '/etc/hosts' files for linux/unix server'', then it checks the DNS server. In my opinion, the linux server doesn't recognize the DNS server and threads are waiting for every file for access to read.
       
      I suppose, WINS is used when accessing hosts on different subnets. So, I have set "jcifs.resolveOrder = WINS" and my problem has been FIXED. 
       
      Another suggestion for similar problem from another example : "-Djcifs.resolveOrder = DNS"
       
      We need to set custom resolveOrder variable.

      [1] https://www.jcifs.org/src/docs/resolver.html 

      Attachments

        1. CONNECTORS-1588
          6 kB
          Cihad Guzel

        Activity

          People

            kwright@metacarta.com Karl Wright
            cguzel Cihad Guzel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: