GitHub user zwoop opened an issue:

    https://github.com/apache/trafficserver/issues/1282

    CID 1367527:  Program hangs  (SLEEP): cluster/ClusterCom.cc

    ```
    *** CID 1367527:  Program hangs  (SLEEP)
    /mgmt/cluster/ClusterCom.cc: 1953 in 
ClusterCom::sendReliableMessage(unsigned long, char *, int, char *, int, bool)()
    1947           ink_mutex_release(&mutex);
    1948         }
    1949         close_socket(fd);
    1950         return false;
    1951       }
    1952     
       CID 1367527:  Program hangs  (SLEEP)
       Call to "mgmt_readline" might sleep while holding lock "this->mutex".
    1953       if (mgmt_readline(fd, reply, len2) == -1) {
    1954         mgmt_elog(errno, "[ClusterCom::sendReliableMessage] Read 
failed\n");
    1955         perror("ClusterCom::sendReliableMessage");
    1956         reply[0] = '\0';
    1957         if (take_lock) {
    1958           ink_mutex_release(&mutex);
    
    ```

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to